summaryrefslogtreecommitdiff
path: root/net/tcptrace/distinfo
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-08-26 08:32:13 +0000
committeradam <adam@pkgsrc.org>2005-08-26 08:32:13 +0000
commitdc46dbc9718a0ccd57b82894e95480569b8bc737 (patch)
tree4b71b4287fcbc6044fd57761e592fea45af2adfd /net/tcptrace/distinfo
parentf351e3c89bf0b10b6416b2b54ca5b8407d551499 (diff)
downloadpkgsrc-dc46dbc9718a0ccd57b82894e95480569b8bc737.tar.gz
Changes 6.6.2:
Fixed tcpdump.c to trace IP packets buried under VLAN headers. Changes 6.6.3: Added a function MissingData() in trace.c to check if TCP segments were missing or were truncated when the -e option is given to extract contents. Changes 6.6.4: Adding in the INBOUNDS module into the main tcptrace development tree. It is NOT built in by default though; you need to uncomment a line in Makefile.in to enable it. Changes 6.6.5: * Josh fixed the file format searching order, putting tcpdump format to the end in file_formats.h as a work around for libpcap brokenness. * Fixed Mfopen() in mfiles.c to open content data files that we generate in "binary" mode - by changing fopen mode from "w" to "wb+" and "a" to "ab+". The 'b' is dummy in UNIX systems, but seems to have some semantic in the Windows world. * Fixed QuitSig() function in tcptrace.c by adding a call to udptrace_done() so that we print out UDP connection stats too (if one were piping live tcpdump traffic to tcptrace and "ctrl-c"-ed it in the middle, for example). On the way, also fixed the arbitrary "buf[4096]" declaration to be written correctly as "buf[COMP_HDR_SIZE]" in the PipeFitting() function. Changes 6.6.6: Fixed the callback function in tcpdump.c to prevent garbage data from getting into the ip_buf buffer. Changes 6.6.7: Fixed bugs found in the AVL search function that had major bugs / complexity issues.
Diffstat (limited to 'net/tcptrace/distinfo')
-rw-r--r--net/tcptrace/distinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/tcptrace/distinfo b/net/tcptrace/distinfo
index 6ccb67c4ac6..91658e8b585 100644
--- a/net/tcptrace/distinfo
+++ b/net/tcptrace/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 12:14:05 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/08/26 08:32:13 adam Exp $
-SHA1 (tcptrace-6.6.1.tar.gz) = e676a3ff8e71dc97e17600d79100476c22c2cb74
-RMD160 (tcptrace-6.6.1.tar.gz) = d53409868fe3b5937688b1dbb2337525e45e4626
-Size (tcptrace-6.6.1.tar.gz) = 3756942 bytes
-SHA1 (patch-aa) = 80b211dadb9ea9ebebf854e544d3694412baeac6
+SHA1 (tcptrace-6.6.7.tar.gz) = ae4d10a0829c57f2eda17e63f593e558f52b7f24
+RMD160 (tcptrace-6.6.7.tar.gz) = 1dd0f373f766322343ffad59d0655eba4c6682e0
+Size (tcptrace-6.6.7.tar.gz) = 3773308 bytes
+SHA1 (patch-aa) = c2ff30c18659f803160fbb0567acdffbbd1b4b60