Skip to content

A C library to read corsaro v2 flowtuple files

License

Notifications You must be signed in to change notification settings

Merit-Research/libflowtuple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libflowtuple
============

libflowtuple is a library to read CAIDA's corsaro flowtuple format.

Installation
============

To install, you will need to install cmake and libwandio and run the following:

    $ mkdir build
    $ cd build
    $ cmake ..
    $ make
    # make install

For more information on using cmake, see https://cmake.org/runningcmake/