control 871 B

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