https://github.com/iitis/libflowcalc
Library for calculating IP flows from raw packet traces
https://github.com/iitis/libflowcalc
Last synced: 11 months ago
JSON representation
Library for calculating IP flows from raw packet traces
- Host: GitHub
- URL: https://github.com/iitis/libflowcalc
- Owner: iitis
- License: gpl-3.0
- Created: 2012-03-19T15:18:49.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T17:34:56.000Z (over 10 years ago)
- Last Synced: 2025-07-13T14:01:43.448Z (11 months ago)
- Language: C
- Homepage: http://mutrics.iitis.pl/
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
libflowcalc
===========
libflowcalc is a C library that supports conversion of raw PCAP files into flow statistics in ARFF
file format, readable by WEKA. See example.c to see example of how it can be applied.
For traffic trace file handling and flow management, it employs the WAND libtrace [1] and
libflowmanager [2] libraries.
Be sure to check-out flowcalc [3], which is probably much easier than direct libflowcalc.
1. http://research.wand.net.nz/software/libtrace.php
2. http://research.wand.net.nz/software/libflowmanager.php
3. http://mutrics.iitis.pl/flowcalc