Capture and export network traffic flows in NetFlow format via libpcap
Libpcap-based NetFlow probe
fprobe$ fprobe -i eth0$ fprobe -i eth0 -n 192.168.1.100:2055$ fprobe -i eth0 'src net 10.0.0.0/8'$ fprobe -i eth0 -t tcp=3600 -t udp=300 -n collector.example.com:2055$ fprobe -i eth0 'port 80 or port 443'