Skip to content

josh-morin/softflowd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Softflowd semi-statefully tracks traffic flows. Upon expiry of a flow, its statistics are accumulated and reports them to a designated collector host using the standard NetFlow protocol.

See here for more details: https://code.google.com/archive/p/softflowd/

Installation (Red Hat Enterprise Linux / Derivatives)

Libs:

yum install libtool automake autoconf python-devel
libpcap-devel

Softflowd:

wget http://softflowd.googlecode.com/files/softflowd-0.9.9.tar.gz
tar -zxvf softflowd-0.9.9.tar.gz
cd softflowd-0.9.9
./configure
make
make install

Validate:

softflowd -h

License / Contributors

Copyright 2016 Damien Miller

About

Track and export packet flows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published