Codebase list nfdump / run/3c2e00ce-3790-4d55-9ae7-48deb08de289/main debian / control
run/3c2e00ce-3790-4d55-9ae7-48deb08de289/main

Tree @run/3c2e00ce-3790-4d55-9ae7-48deb08de289/main (Download .tar.gz)

control @run/3c2e00ce-3790-4d55-9ae7-48deb08de289/mainraw · history · blame

Source: nfdump
Section: net
Priority: optional
Maintainer: Erik Wenzel <erik@debian.org>
Uploaders: Bernhard Schmidt <berni@debian.org>
Homepage: https://github.com/phaag/nfdump/
Vcs-Git: https://salsa.debian.org/debian/nfdump.git -b unstable
Vcs-Browser: https://salsa.debian.org/debian/nfdump
Standards-Version: 4.5.0
Build-Depends: bison,
               debhelper-compat (= 12),
               flex,
               libbz2-dev,
               libpcap0.8-dev,
               librrd-dev,
               libz-dev,
               pkg-config
Rules-Requires-Root: no

Package: nfdump
Architecture: any
Depends: lsb-base,
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: netflow capture daemon
 Collects and processes netflow data with command line tools. Collected netflow
 data is stored in filesystem and is limited by available storage space only.
 Tools are optimized for speed and filtering. nfcapd reads netflow v5, v7, v9
 and IPFIX flows transparently. You need one nfcapd process for each netflow
 stream.

Package: nfdump-sflow
Architecture: any
Depends: nfdump (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: sflow collector daemon
 sfcapd collects sflow data and stores it into nfcapd compatible files.