Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 251 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 251 Bytes

pcap2netflow

Program to read a pcap file and export the flows as cflow/netflow records

If you are going to compile this on Ubuntu, you require the libpcap-dev package. You can install this by using: sudo apt-get install libpcap-dev