diff options
author | adrianp <adrianp> | 2004-08-17 11:10:27 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2004-08-17 11:10:27 +0000 |
commit | 3615f79ac555e9f9768690656f00cbb1d9ff0356 (patch) | |
tree | d93ba3b2e58953f65a5f9b45f571b074abf516cd /net/tcptrace | |
parent | cc4f9de1f9fb1606310e6f71a3f023ed6855a68e (diff) | |
download | pkgsrc-3615f79ac555e9f9768690656f00cbb1d9ff0356.tar.gz |
- Update tcptrace to 6.6.1
- Remove FreeBSD header from pkgsrc Makefile
- ok'ed snj@/wiz@
From the ChangeLog:
- Fixed the processing of duplicate ACKs as in the BSD stack to count towards
the 3 dupacks required for fast-retransmit.
- Fixed the bug in processing IPv6 extension headers in ipv6.c:gethdrlength()
based on the patch sent by Thomas Bohnert.
- Added dsack counter to long output format and dsack sample input and output
- Fixed bug in the calculation of the "avg win adv" field, so that now avg.
falls in between min and max.
- Changes made to make gcc-3.3 make lesser warnings with tcptrace.
- Made the --csv/--tsv/--sv options' implementation better.
- Fixed a bug in traffic module, so that the number of open connections are
printed correct in the traffic_stats.dat file, even without giving
the -C option.
- Included the code to recognize Endace ERF (Extensible Record Format), sent
by Jesper Peterson.
- Included the code to recognize the PPP (Point-to-Point) input file format,
sent by Yann Samama.
- Fixing the bug with filtering connections based on hostname/portname with
the -f option.
- Included the code to generate PF file with '-c' option. Error messages are
made more logical when generating error messages for unsupported input and
captured file formats.
- Applied patch from Ulisses Alonso Camaro that lets SYN segments following
zero window advertisements from the opposite direction *not* be treated
as window probes. Also fixed a compilation problem due to the previous
patch by Jitesh (moved the "static int count=0" line to the beginning of
trace_done() function in trace.c).
- Fixed bunch of gcc3.3.1 warnings in erf.c (unused variable warning), netm.c,
ns.c (dereferencing type-punned pointer warnings).
- Fixed the typo(?) that made us have a #ifndef __WIN32 to #ifdef __WIN32 in
ipv6.h for the in6_addr structure definition.
- Patching in changes to mod_http.c making it more robust to print
information in cases where connections get closed with RST instead of
FINs and other trivia based on Yufei Wang's patch.
- Applying the patch courtesy John Heffner that displays a yellow rwnd line
in owin plots. Also adding --showrwinline option to control the yellow
rwnd line, in case it gets annoying.
- Also fixing trivia (type conversions for certain uint to int, etc.) in
output.c to keep gcc3.3 from warning on MacOSX 10.3.
- All the changes you see above in the 6.4.x series are part of the release
6.6.0.
- Includes a bugfix by Ramani, that restored the old semantics of the
SameConn() and WhichDir() functions and includes
new functions AVL_CheckHash() and AVL_CheckDir() to support the AVL tree
hash-bucket implementation.
- Includes a fix to ns.c to correctly read port numbers; added
functionality to track LEAST variables and reno LEAST algorithm to trace.c;
added isRTO() in rexmit.c : all by Wes.
Diffstat (limited to 'net/tcptrace')
-rw-r--r-- | net/tcptrace/Makefile | 5 | ||||
-rw-r--r-- | net/tcptrace/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index 362ab8d4fbb..b3d9b3d655e 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2004/07/25 00:21:16 grant Exp $ -# FreeBSD Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp +# $NetBSD: Makefile,v 1.23 2004/08/17 11:10:27 adrianp Exp $ # -DISTNAME= tcptrace-6.4.2 +DISTNAME= tcptrace-6.6.1 CATEGORIES= net MASTER_SITES= http://www.tcptrace.org/download/ diff --git a/net/tcptrace/distinfo b/net/tcptrace/distinfo index 4a882bb04c4..9b2b722921a 100644 --- a/net/tcptrace/distinfo +++ b/net/tcptrace/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2003/08/20 08:28:56 grant Exp $ +$NetBSD: distinfo,v 1.5 2004/08/17 11:10:27 adrianp Exp $ -SHA1 (tcptrace-6.4.2.tar.gz) = eb20557b9fe8ab6ec9e748e0bc72be057b835543 -Size (tcptrace-6.4.2.tar.gz) = 3384329 bytes +SHA1 (tcptrace-6.6.1.tar.gz) = e676a3ff8e71dc97e17600d79100476c22c2cb74 +Size (tcptrace-6.6.1.tar.gz) = 3756942 bytes SHA1 (patch-aa) = 80b211dadb9ea9ebebf854e544d3694412baeac6 |