mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-30 07:59:49 +00:00
Example: ./example/ndpiReader --conf=./example/calls.conf -i ./tests/pcap/signal_videocall.pcapng -v2 Close #2608
8 lines
290 B
Text
8 lines
290 B
Text
#Useful ndpiReader configuration to analyse VPN and/or obfuscated traffic
|
|
|
|
#Generic limits
|
|
--cfg=packets_limit_per_flow,255 -U 0 -T 0
|
|
#TLS heuristics
|
|
--cfg=tls,dpi.heuristics,0x07 --cfg=tls,dpi.heuristics.max_packets_extra_dissection,25
|
|
#OpenVPN heuristic
|
|
--cfg=openvpn,dpi.heuristics,0x01
|