From 7efa02774e9393775d8a1ddef2850b5ef5f1c89c Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 1 Oct 2024 14:30:07 +0200 Subject: Added support for parsing (global) libnDPI options via config file. Signed-off-by: Toni Uhlig --- ndpid.conf.example | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ndpid.conf.example') diff --git a/ndpid.conf.example b/ndpid.conf.example index 033e07a25..2fc9183fe 100644 --- a/ndpid.conf.example +++ b/ndpid.conf.example @@ -33,9 +33,21 @@ error-event-threshold-time = 10000000 # Please note that the following options are libnDPI related and can only be set via config file, # not as commnand line parameter. +# See libnDPI/doc/configuration_parameters.md for detailed information. [ndpi] -key = value +packets_limit_per_flow = 32 +flow.direction_detection = enable +flow.track_payload = disable +tcp_ack_payload_heuristic = disable +fully_encrypted_heuristic = enable +libgcrypt.init = 1 +dpi.compute_entropy = 1 +fpc = disable +dpi.guess_on_giveup = 0x03 +flow_risk_lists.load = 1 +flow_risk.crawler_bot.list.load = 1 +log.level = 0 [protos] key = value -- cgit v1.2.3