1234567891011121314151617181920212223 |
- Source: softflowd
- Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Homepage: https://github.com/irino/softflowd
- Standards-Version: 4.7.0
- Vcs-Browser: https://git.in-ulm.de/cbiedl/softflowd
- Vcs-Git: https://git.in-ulm.de/cbiedl/softflowd.git
- Build-Depends: debhelper-compat (= 13),
- libpcap0.8-dev,
- Priority: optional
- Rules-Requires-Root: no
- Section: net
- Package: softflowd
- Architecture: any
- Pre-Depends: ${misc:Pre-Depends},
- Depends: ${misc:Depends}, ${shlibs:Depends},
- 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.
|