aboutsummaryrefslogtreecommitdiff
path: root/test/configs/unusual-ndpi.conf
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-10-21 15:06:19 +0200
committerToni Uhlig <matzeton@googlemail.com>2024-10-21 16:17:01 +0200
commitae36f8df6c418469ca8e39f72791bdb026fbdc38 (patch)
tree817b6ea82174e2f2b356f83f202fdd6225b7849a /test/configs/unusual-ndpi.conf
parent8c5ee1f7bb7f2dff8959a021283dd200c64a3d2c (diff)
Added libnDPI global context init/deinit used for cache mgmt.
* support for adding *.ndpiconf for nDPI config tests * all other configs should have the suffix *.conf * fixed nDPI malloc/free wrapper set (was already too late set) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'test/configs/unusual-ndpi.conf')
-rw-r--r--test/configs/unusual-ndpi.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/test/configs/unusual-ndpi.conf b/test/configs/unusual-ndpi.conf
new file mode 100644
index 000000000..a0c00ca66
--- /dev/null
+++ b/test/configs/unusual-ndpi.conf
@@ -0,0 +1,31 @@
+[general]
+compression = true
+analysis = true
+
+[tuning]
+max-flows-per-thread = 128
+max-idle-flows-per-thread = 128
+max-packets-per-flow-to-send = 5
+max-packets-per-flow-to-process = 8
+max-packets-per-flow-to-analyse = 16
+error-event-threshold-n = 8
+error-event-threshold-time = 100000
+
+[ndpi]
+packets_limit_per_flow = 8
+flow.direction_detection = enable
+flow.track_payload = enable
+tcp_ack_payload_heuristic = enable
+fully_encrypted_heuristic = enable
+libgcrypt.init = 1
+dpi.compute_entropy = 1
+fpc = enable
+dpi.guess_on_giveup = 0x01
+flow_risk_lists.load = 1
+flow_risk.crawler_bot.list.load = 1
+log.level = 0
+
+[protos]
+tls.certificate_expiration_threshold = 1
+tls.application_blocks_tracking = enable
+stun.max_packets_extra_dissection = 2