diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-01 14:30:07 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-16 13:03:41 +0200 |
commit | 7efa02774e9393775d8a1ddef2850b5ef5f1c89c (patch) | |
tree | 3f6fb20e5bcda3ba94a840a419cc67541ff6bd8b /ndpid.conf.example | |
parent | 752a7e3b80e24e49b260b7e9a7988c0a6348db5b (diff) |
Added support for parsing (global) libnDPI options via config file.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'ndpid.conf.example')
-rw-r--r-- | ndpid.conf.example | 14 |
1 files changed, 13 insertions, 1 deletions
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 |