Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abates/pcap2flow

Program to read a pcap file and export the flows as cflow/netflow records
https://github.com/abates/pcap2flow

Last synced: about 8 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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`