From 4974f806f95cf205150df0d30d9e2527f42c7797 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:24:31 +0100 Subject: Add a configuration file to ndpiReader (#2629) Example: ./example/ndpiReader --conf=./example/calls.conf -i ./tests/pcap/signal_videocall.pcapng -v2 Close #2608 --- example/calls.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 example/calls.conf (limited to 'example/calls.conf') diff --git a/example/calls.conf b/example/calls.conf new file mode 100644 index 000000000..73640741b --- /dev/null +++ b/example/calls.conf @@ -0,0 +1,8 @@ +#Useful ndpiReader configuration to analyse audio/video calls traffic + +#Generic limits +--cfg=packets_limit_per_flow,255 -U 0 -T 0 +#Stun +--cfg=stun,monitoring,1 --cfg=stun,max_packets_extra_dissection,255 +#Zoom +--cfg=zoom,max_packets_extra_dissection,255 -- cgit v1.2.3