Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 497 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 497 Bytes

IP Flow Manager Library

Build

./autogen.sh
./configure
make
make install

Develop

make indent
make test
google-chrome gcov/index.html

Demo

Requires libpcap and libndpi

make demo
Usage:
  demo [OPTION...] - Demonstration of libinetflow

Help Options:
  -h, --help        Show help options

Application Options:
  -p, --pcap        Pcap file to use
  -d, --dpi         Analyse frames using DPI
  -v, --verbose     Be verbose
./demo -p test.pcap -d