jcul / listcap

List flows in a pcap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple program to list IP flows in a pcap.

Just for fun to try out libtins.

Same idea as running:

tshark -q -z conv,tcp -z conv,udp -r pcap

Depends on libtins and boost.

About

List flows in a pcap


Languages

Language:C++ 94.7%Language:Makefile 5.3%