libnf - C interface for processing nfdump files
Official homepage: http://libnf.net
C API interface documentation: http://libnf.net/doc/api/
Package directory: http://libnf.net/packages/
Github repository: https://github.com/NETX-AS/libnf
Libnf interface for perl (Net::NfDump package) available via cpan: http://search.cpan.org/~tpoder/Net-NfDump/lib/Net/NfDump.pm https://github.com/netx-as/libnf/tree/master/perl
- Download libnf tarball from http://libnf.net/packages/
# wget http://libnf.net/packages/libnf-x.xx.tar.gz
- Unzip package and enter the package dir
# tar xzf libnf-x.xx.tar.gz
# cd libnf-x.xx
- Run configure script
# ./configure
- Run make and install files
# make && make install
- Look at the examples directory how to use libnf
- Get libnf git repository
# git clone https://github.com/NETX-AS/libnf
- Go into libnf source directory
# cd libnf
- Fetch nfdump sources an prepare for using in libnf
# ./prepare-nfdump.sh
- Follow instructions 3., 4. and 5. from TARBALL INSTALLATION