Package: tcpstat / 1.5-9

Metadata

Package Version Patches format
tcpstat 1.5-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
libdb | (download)

configure.in | 7 3 + 4 - 0 !
include/config.h.in | 3 0 + 3 - 0 !
src/stats.c | 60 35 + 25 - 0 !
3 files changed, 38 insertions(+), 32 deletions(-)

 upgrades tcpprof to use berkeley db 5.1
 Upstream version uses Berkeley DB 1.0, which is old and no longer
 available in debian repositories. This patch changes tcpprof in order
 for it to use version 5.1 of the library. It alsos change bdb version
 requirements in configure.in accordingly.

extraneous re warning | (download)

doc/tcpprof.1 | 1 0 + 1 - 0 !
doc/tcpstat.1 | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 fix groff warning
 groff warns about extraneous Re in both tcpprof.1 and tcpstat.1.  This
 patch removes the offending line.

fix doc spelling | (download)

doc/Tips_and_Tricks.txt | 2 1 + 1 - 0 !
doc/tcpprof.1 | 6 3 + 3 - 0 !
doc/tcpstat.1 | 22 11 + 11 - 0 !
3 files changed, 15 insertions(+), 15 deletions(-)

 fix spelling in documentation
 There are a few spelling errors in manpages and Tips_and_Tricks.txt
 file. This patch takes cares of those. Also, lintian reports the use of
 an hyphen instead of a minus in a few points of the manpage, this patch
 fixes that as well.

0004 Fix time interval in capture mode.patch | (download)

configure.in | 2 1 + 1 - 0 !
doc/tcpstat.1 | 5 0 + 5 - 0 !
include/config.h.in | 4 2 + 2 - 0 !
include/tcpstat.h | 5 3 + 2 - 0 !
lib/process.c | 69 40 + 29 - 0 !
lib/utils.c | 15 11 + 4 - 0 !
src/dump.c | 2 1 + 1 - 0 !
src/tcpprof.c | 2 1 + 1 - 0 !
src/tcpstat.c | 98 68 + 30 - 0 !
9 files changed, 127 insertions(+), 75 deletions(-)

 fix time interval in capture mode

When running tcpstat in capture mode, output hangs while no packets
arrive. For example

  # tcpstat -i eth0 1

should print output every second, but instead hangs while there's no
network traffic. Missing output comes up all at once once a packet
arrives. (actually even when there is traffic the output timing is off,
but less obvious)