File: control

package info (click to toggle)
softflowd 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: ansic: 5,624; sh: 197; perl: 196; makefile: 26
file content (23 lines) | stat: -rw-r--r-- 871 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: softflowd
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Homepage: https://github.com/irino/softflowd
Standards-Version: 4.7.2
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.