blob: 4d7d078fb01a111905c97ba1b28cc5fabb07c8f0 (
plain)
1
2
3
4
5
6
7
8
|
#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
|