]> The Tcpdump Group git mirrors - tcpdump/commitdiff
pulled up some changes from the 4.0 release branch
authormcr <mcr>
Sun, 9 Nov 2008 23:35:03 +0000 (23:35 +0000)
committermcr <mcr>
Sun, 9 Nov 2008 23:35:03 +0000 (23:35 +0000)
CHANGES
VERSION
print-tcp.c
tcpdump.1.in

diff --git a/CHANGES b/CHANGES
index 851e8a3d79c9f1c80135cb7ca64aaca38999cc5c..49eda885e89913a4c01b2a4d844af5e0495f69f1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,36 @@
-$Header: /tcpdump/master/tcpdump/CHANGES,v 1.98 2007-07-24 02:23:01 mcr Exp $
-
-Wed.   July 23, 2007.  [email protected].  Summary for 0.9.7 libpcap release
+$Header: /tcpdump/master/tcpdump/CHANGES,v 1.99 2008-11-09 23:35:03 mcr Exp $
+
+Mon.    October 27, 2008.  [email protected].  Summary for 4.0.0 tcpdump release
+        Add support for Bluetooth Sniffing
+        Add support for Realtek Remote Control Protocol (openrrcp.org.ru)
+        Add support for 802.11 AVS
+        Add support for SMB over TCP
+        Add support for 4 byte BGP AS printing
+        Add support for compiling on case-insensitive file systems
+        Add support for ikev2 printing
+        Update support for decoding AFS
+        Update DHCPv6 printer
+        Use newer libpcap API's (allows -B option on all platforms)
+        Add -I to turn on monitor mode
+        Bugfixes in lldp, lspping, dccp, ESP, NFS printers
+        Cleanup unused files and various cruft
+
+Mon.    September 10, 2007.  [email protected].  Summary for 3.9.8 tcpdump release
+        Rework ARP printer
+        Rework OSPFv3 printer
+        Add support for Frame-Relay ARP
+        Decode DHCP Option 121 (RFC 3442 Classless Static Route)
+        Decode DHCP Option 249 (MS Classless Static Route) the same as Option 121
+        TLV: Add support for Juniper .pcap extensions
+        Print EGP header in new-world-order style
+        Converted print-isakmp.c to NETDISSECT
+        Moved AF specific stuff into af.h
+        Test subsystem now table driven, and saves outputs and diffs to one place
+        Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted 
+         libpcap files on an OS other than where the file was generated
+
+
+Wed.   July 23, 2007.  [email protected].  Summary for 3.9.7 libpcap release
 
        NFS: Print unsigned values as such. 
        RX: parse safely.
diff --git a/VERSION b/VERSION
index b233a760af1461642081bc600548f79c3fa00df4..fcdb2e109f68cff5600955a73908885fe8599bb4 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.9-PRE-CVS
+4.0.0
index baa0ee6e312ab910af4240702a0e817edd1ed51c..17c1775e9017529bb8c1ca43b5ecd051fcf86719 100644 (file)
@@ -25,8 +25,8 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-"@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.134 2008-08-16 11:36:20 hannes Exp $ (LBL)";
-  #else
+"@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.135 2008-11-09 23:35:03 mcr Exp $ (LBL)";
+#else
 __RCSID("$NetBSD: print-tcp.c,v 1.8 2007/07/24 11:53:48 drochner Exp $");
 #endif
 
index 533984513f081fd154b7bf1a0ea8882e4c847858..74328c1ef4e069339b4c6a136492c496d9cf2dcc 100644 (file)
@@ -1,4 +1,4 @@
-.\" @(#) $Header: /tcpdump/master/tcpdump/tcpdump.1.in,v 1.1 2008-10-27 21:12:49 guy Exp $ (LBL)
+.\" @(#) $Header: /tcpdump/master/tcpdump/tcpdump.1.in,v 1.2 2008-11-09 23:35:03 mcr Exp $ (LBL)
 .\"
 .\"    $NetBSD: tcpdump.8,v 1.9 2003/03/31 00:18:17 perry Exp $
 .\"
@@ -369,8 +369,7 @@ can be used several times to load several MIB modules into \fItcpdump\fP.
 .TP
 .B \-M
 Use \fIsecret\fP as a shared secret for validating the digests found in
-Routing Protocols (RSVP) and TCP segments with the TCP-MD5 option
-(RFC 2385), if present.
+TCP segments with the TCP-MD5 option (RFC 2385), if present.
 .TP
 .B \-n
 Don't convert addresses (i.e., host addresses, port numbers, etc.) to names.