1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: flow-tools
Section: net
Priority: optional
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Uploaders: Radu Spineanu <radu@timisoara.roedu.net>, Ernesto Nadir Crespo Avila <ecrespo@debianvenezuela.org>
Build-Depends: debhelper (>= 4), zlib1g-dev (>= 1.0.2), flex, bison, libwrap0-dev, libmysqlclient12-dev | libmysqlclient-dev, zlib1g-dev, dpatch, postgresql-dev
Standards-Version: 3.6.1
Package: flow-tools
Architecture: any
Depends: ${shlibs:Depends}
Suggests: fprobe
Description: collects and processes NetFlow data
Flow-tools is library and a collection of programs used to collect,
send, process, and generate reports from NetFlow data. The tools can be
used together on a single server or distributed to multiple servers for
large deployments. The flow-toools library provides an API for
development of custom applications for NetFlow export versions 1,5,6 and
the 14 currently defined version 8 subversions. A Perl and Python
interface have been contributed and are included in the package.
.
A NetFlow is network traffic information exported (via UDP) to an external
machine. The external machine processes such information to produce network
traffic accounting, network billing, network monitoring, etc.
.
Homepage http://www.splintered.net/sw/flow-tools/
Package: libcflow-perl
Section: perl
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}
Recommends: libnet-patricia-perl
Description: perl module for analyzing raw IP flow files written by cflowd
This Perl module implements an API for analyzing flows in raw IP flow files
written by cflowd, a package used to collect Cisco NetFlow data.
.
Homepage: http://net.doit.wisc.edu/~plonka/Cflow/
|