1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: trace-summary
Section: net
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all
Standards-Version: 4.6.0
Homepage: https://www.zeek.org/
Vcs-Git: https://salsa.debian.org/bro-team/trace-summary.git
Vcs-Browser: https://salsa.debian.org/bro-team/trace-summary
Package: trace-summary
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-subnettree
Description: tool for generating break-downs of network traffic
trace-summary is a Python script that generates break-downs of network
traffic, including lists of the top hosts, protocols, ports,
etc. Optionally, it can generate output separately for incoming
vs. outgoing traffic, per subnet, and per time-interval.
|