1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: softflowd
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Homepage: https://github.com/irino/softflowd
Standards-Version: 4.4.0
Vcs-Browser: https://git.in-ulm.de/cbiedl/softflowd
Vcs-Git: https://git.in-ulm.de/cbiedl/softflowd.git
Build-Depends: debhelper-compat (= 12),
libpcap0.8-dev,
Priority: optional
Section: net
Package: softflowd
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends: ${misc:Depends}, ${shlibs:Depends},
lsb-base,
netbase,
Description: Flow-based network traffic analyser
Softflowd is a flow-based network traffic anaylser capable of Cisco
Netflow data export. Softflowd semi-statefully tracks traffic
flows recorded by listening on a network interface or by reading a
packet capture file. These flows may be reported via NetFlow to a
collecting host or summarised within softflowd itself.
|