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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: flow-tools
Section: net
Priority: optional
Maintainer: Radu Spineanu <radu@debian.org>
Uploaders: Ernesto Nadir Crespo Avila <ecrespo@debianvenezuela.org>
Build-Depends: debhelper (>= 4), zlib1g-dev (>= 1.0.2), flex, bison, libwrap0-dev, libmysqlclient15-dev | libmysqlclient-dev, dpatch, libpq-dev, docbook-to-man
Standards-Version: 3.7.2
Package: flow-tools
Architecture: any
Depends: ${shlibs:Depends}, python
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-tools 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: flow-tools-dev
Architecture: any
Section: libdevel
Depends: flow-tools (= ${Source-Version}), libc6-dev | libc-dev
Description: development files for flow-tools
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-tools 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.
.
This package contains the flow-tools libraries and headers.
.
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/
|