Home
Name Modified Size InfoDownloads / Week
libnfdump-0.1.1.tar.gz 2014-08-13 495.9 kB
libnfdump-0.1.0.tar.gz 2014-07-02 493.7 kB
README 2014-06-10 700 Bytes
Totals: 3 Items   990.3 kB 0
**************************************************
 Libnfdump - a C library for reading nfdump files
**************************************************

The library provides API to effectively read nfdump files in any program without
a need to call nfdump and parse its textual output.

The library is based on source codes of nfdump (currently on ver. 1.6.12).

Two interfaces are provided:
- iterator-like interface 
- interface based on callback functions

The callback API allows to read a file only once while runnig several filters 
over it. This can significantly reduce disk utilization in some applications.

See libnfdump.h and example programs for details on API usage.

Source: README, updated 2014-06-10