netx-as / libnf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintained by NetX Networks

libnf - C interface for processing nfdump files

IMPORTANT LINKS

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

INSTALLATION FROM TARBALL

  1. Download libnf tarball from http://libnf.net/packages/
# wget http://libnf.net/packages/libnf-x.xx.tar.gz
  1. Unzip package and enter the package dir
# tar xzf libnf-x.xx.tar.gz 
# cd libnf-x.xx
  1. Run configure script
# ./configure 
  1. Run make and install files
# make && make install 
  1. Look at the examples directory how to use libnf

INSTALLATION FROM GIT REPOSITORY

  1. Get libnf git repository
# git clone https://github.com/NETX-AS/libnf
  1. Go into libnf source directory
# cd libnf
  1. Fetch nfdump sources an prepare for using in libnf
# ./prepare-nfdump.sh
  1. Follow instructions 3., 4. and 5. from TARBALL INSTALLATION

About

License:GNU General Public License v3.0


Languages

Language:C 68.1%Language:Perl 15.2%Language:C++ 10.0%Language:Raku 1.7%Language:Shell 1.3%Language:M4 1.2%Language:CMake 0.7%Language:Yacc 0.7%Language:Makefile 0.5%Language:Lex 0.4%Language:XS 0.2%