Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 567 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 567 Bytes

GLib based IP flow manager

Manage IP flows using GLib constructs

Build

make
make install

Develop

make demo
make indent
make test
make test VALGRIND=no
google-chrome gcov/index.html

Demo

Usage:
  demo [OPTION...] - Demonstration of libginetflow

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

Application Options:
  -p, --pcap        Pcap file to use
  -w, --workers     Number of worker threads
  -d, --dpi         Analyse frames using DPI
  -v, --verbose     Be verbose
LD_LIBRARY_PATH=. ./demo -p test.pcap -d -w 8