Skip to content
Eliezer Croitoru edited this page Jul 3, 2020 · 14 revisions

Welcome to the nDPI/netfilter wiki!

Useful links

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