1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: tcptrace
Section: net
Priority: optional
Maintainer: Noah Meyerhans <noahm@debian.org>
Standards-Version: 4.3.0
Build-Depends: libpcap-dev, debhelper (>= 10), autotools-dev
Homepage: http://www.tcptrace.org/
Vcs-Git: https://salsa.debian.org/debian/tcptrace.git
Vcs-Browser: https://salsa.debian.org/debian/tcptrace
Package: tcptrace
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: tcpdump, xplot-xplot.org
Description: Tool for analyzing tcpdump output
Tcptrace is a tool for analyzing and reporting on tcpdump (or other
libpcap) dump files. It can summarize the data or generate graph
data for use with the gnuplot tool from the gnuplot package.
Graph data can be created for throughput, RTT, time sequences,
segment size, and cwin.
|