yaf

Analyze network traffic flows from pcap packet capture files.

brewmacoslinux
Try with needOr install directly
Source

About

Yet another flowmeter: processes packet data from pcap(3)

Commands

yaf

Examples

analyze network traffic from a pcap file$ yaf --in traffic.pcap --out traffic.ipfix
read live network traffic and export flow data$ yaf --in eth0 --out traffic.ipfix
export network flows in JSON format instead of IPFIX$ yaf --in traffic.pcap --out traffic.json --json
analyze traffic and apply deep packet inspection for application detection$ yaf --in traffic.pcap --out traffic.ipfix --dpi
process pcap file with fragmentation handling and export statistics$ yaf --in traffic.pcap --out traffic.ipfix --stats