diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-11-27 08:24:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-27 08:24:31 +0100 |
commit | 4974f806f95cf205150df0d30d9e2527f42c7797 (patch) | |
tree | b5dec6782819ba8fed3fcf6299e579b9604f4225 /example/calls.conf | |
parent | 57d54e22fa90ec16fb88d228c1ea250cc6dd3245 (diff) |
Add a configuration file to ndpiReader (#2629)
Example:
./example/ndpiReader --conf=./example/calls.conf -i ./tests/pcap/signal_videocall.pcapng -v2
Close #2608
Diffstat (limited to 'example/calls.conf')
-rw-r--r-- | example/calls.conf | 8 |
1 files changed, 8 insertions, 0 deletions
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 |