Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abates/pcap2flow
- Owner: abates
- License: apache-2.0
- Created: 2013-11-15T20:04:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T22:04:58.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T09:57:23.150Z (over 1 year ago)
- Language: C
- Size: 21.5 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`