14 Home
Eliezer Croitoru edited this page 2020-07-03 10:14:15 +03:00

Welcome to the nDPI/netfilter wiki!

Useful examples

Listing compiled protocols one liner

iptables -m ndpi --help |tail -n +$(( 1 + $(iptables -m ndpi --help |grep -n "Enabled protocols"|tail -n1|cut -d: -f1) )) |xargs -n1