Home | History | Annotate | Line # | Download | only in dist
CHANGES revision 1.1
      1  1.1  christos Thu.	April 1, 2010.  guy (a] alum.mit.edu.
      2  1.1  christos   Summary for 4.1.1 tcpdump release
      3  1.1  christos 	Fix build on systems with PF, such as FreeBSD and OpenBSD.
      4  1.1  christos 	Don't blow up if a zero-length link-layer address is passed to
      5  1.1  christos 	  linkaddr_string(). 
      6  1.1  christos 
      7  1.1  christos Thu.	March 11, 2010.  ken (a] netfunctional.ca/guy (a] alum.mit.edu.
      8  1.1  christos   Summary for 4.1.0 tcpdump release
      9  1.1  christos 	Fix printing of MAC addresses for VLAN frames with a length
     10  1.1  christos 	  field
     11  1.1  christos 	Add some additional bounds checks and use the EXTRACT_ macros
     12  1.1  christos 	  more
     13  1.1  christos 	Add a -b flag to print the AS number in BGP packets in ASDOT
     14  1.1  christos 	  notation rather than ASPLAIN notation
     15  1.1  christos 	Add ICMPv6 RFC 5006 support
     16  1.1  christos 	Decode the access flags in NFS access requests
     17  1.1  christos 	Handle the new DLT_ for memory-mapped USB captures on Linux
     18  1.1  christos 	Make the default snapshot (-s) the maximum
     19  1.1  christos 	Print name of device (when -L is used)
     20  1.1  christos 	Support for OpenSolaris (and SXCE build 125 and later)
     21  1.1  christos 	Print new TCP flags
     22  1.1  christos 	Add support for RPL DIO
     23  1.1  christos 	Add support for TCP User Timeout (UTO)
     24  1.1  christos 	Add support for non-standard Ethertypes used by 3com PPPoE gear
     25  1.1  christos 	Add support for 802.11n and 802.11s
     26  1.1  christos 	Add support for Transparent Ethernet Bridge ethertype in GRE
     27  1.1  christos 	Add 4 byte AS support for BGP printer
     28  1.1  christos 	Add support for the MDT SAFI 66 BG printer
     29  1.1  christos 	Add basic IPv6 support to print-olsr
     30  1.1  christos 	Add USB printer
     31  1.1  christos 	Add printer for ForCES
     32  1.1  christos 	Handle frames with an FCS
     33  1.1  christos 	Handle 802.11n Control Wrapper, Block Acq Req and Block Ack frames
     34  1.1  christos 	Fix TCP sequence number printing 
     35  1.1  christos 	Report 802.2 packets as 802.2 instead of 802.3
     36  1.1  christos 	Don't include -L/usr/lib in LDFLAGS
     37  1.1  christos 	On x86_64 Linux, look in lib64 directory too
     38  1.1  christos 	Lots of code clean ups
     39  1.1  christos 	Autoconf clean ups
     40  1.1  christos 	Update testcases to make output changes
     41  1.1  christos 	Fix compiling with/out smi (--with{,out}-smi)
     42  1.1  christos 	Fix compiling without IPv6 support (--disable-ipv6)
     43  1.1  christos 
     44  1.1  christos Mon.    October 27, 2008.  ken (a] netfunctional.ca.  Summary for 4.0.0 tcpdump release
     45  1.1  christos         Add support for Bluetooth Sniffing
     46  1.1  christos         Add support for Realtek Remote Control Protocol (openrrcp.org.ru)
     47  1.1  christos         Add support for 802.11 AVS
     48  1.1  christos         Add support for SMB over TCP
     49  1.1  christos         Add support for 4 byte BGP AS printing
     50  1.1  christos         Add support for compiling on case-insensitive file systems
     51  1.1  christos         Add support for ikev2 printing
     52  1.1  christos         Update support for decoding AFS
     53  1.1  christos         Update DHCPv6 printer
     54  1.1  christos         Use newer libpcap API's (allows -B option on all platforms)
     55  1.1  christos         Add -I to turn on monitor mode
     56  1.1  christos         Bugfixes in lldp, lspping, dccp, ESP, NFS printers
     57  1.1  christos         Cleanup unused files and various cruft
     58  1.1  christos 
     59  1.1  christos Mon.    September 10, 2007.  ken (a] xelerance.com.  Summary for 3.9.8 tcpdump release
     60  1.1  christos         Rework ARP printer
     61  1.1  christos         Rework OSPFv3 printer
     62  1.1  christos         Add support for Frame-Relay ARP
     63  1.1  christos         Decode DHCP Option 121 (RFC 3442 Classless Static Route)
     64  1.1  christos         Decode DHCP Option 249 (MS Classless Static Route) the same as Option 121
     65  1.1  christos         TLV: Add support for Juniper .pcap extensions
     66  1.1  christos         Print EGP header in new-world-order style
     67  1.1  christos         Converted print-isakmp.c to NETDISSECT
     68  1.1  christos         Moved AF specific stuff into af.h
     69  1.1  christos         Test subsystem now table driven, and saves outputs and diffs to one place
     70  1.1  christos         Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted 
     71  1.1  christos          libpcap files on an OS other than where the file was generated
     72  1.1  christos 
     73  1.1  christos 
     74  1.1  christos Wed.	July 23, 2007.  mcr (a] xelerance.com.  Summary for 3.9.7 libpcap release
     75  1.1  christos 
     76  1.1  christos     	NFS: Print unsigned values as such. 
     77  1.1  christos 	RX: parse safely.
     78  1.1  christos 	BGP: fixes for IPv6-less builds.
     79  1.1  christos 	801.1ag: use standard codepoint.
     80  1.1  christos 	use /dev/bpf on systems with such a device.
     81  1.1  christos 	802.11: print QoS data, avoid dissect of no-data frame, ignore padding.
     82  1.1  christos 	smb: make sure that we haven't gone past the end of the captured data.
     83  1.1  christos 	smb: squelch an uninitialized complaint from coverity.
     84  1.1  christos 	NFS: from NetBSD; don't interpret the reply as a possible NFS reply
     85  1.1  christos 		if it got MSG_DENIED.
     86  1.1  christos 	BGP: don't print TLV values that didn't fit, from www.digit-labs.org. 
     87  1.1  christos 	revised INSTALL.txt about libpcap dependancy.
     88  1.1  christos 
     89  1.1  christos Wed.	April 25, 2007. ken (a] xelerance.com.  Summary for 3.9.6 tcpdump release
     90  1.1  christos 	Update man page to reflect changes to libpcap
     91  1.1  christos 	Changes to both TCP and IP Printer Output
     92  1.1  christos 	Fix a potential buffer overflow in the 802.11 printer
     93  1.1  christos 	Print basic info about a few more Cisco LAN protocols.
     94  1.1  christos 	mDNS cleanup
     95  1.1  christos 	ICMP MPLS rework of the extension code
     96  1.1  christos 	bugfix: use the correct codepoint for the OSPF simple text auth token
     97  1.1  christos 	 entry, and use safeputs to print the password.
     98  1.1  christos 	Add support in pflog for additional values
     99  1.1  christos 	Add support for OIF RSVP Extensions UNI 1.0 Rev. 2 and additional RSVP objects
    100  1.1  christos 	Add support for the Message-id NACK c-type.
    101  1.1  christos 	Add support for 802.3ah loopback ctrl msg
    102  1.1  christos 	Add support for Multiple-STP as per 802.1s
    103  1.1  christos 	Add support for rapid-SPT as per 802.1w
    104  1.1  christos 	Add support for CFM Link-trace msg, Link-trace-Reply msg, 
    105  1.1  christos 	 Sender-ID tlv, private tlv, port, interface status
    106  1.1  christos 	Add support for unidirectional link detection as per
    107  1.1  christos 	 http://www.ietf.org/internet-drafts/draft-foschiano-udld-02.txt
    108  1.1  christos 	Add support for the olsr protocol as per RFC 3626 plus the LQ 
    109  1.1  christos 	 extensions from olsr.org
    110  1.1  christos 	Add support for variable-length checksum in DCCP, as per section 9 of
    111  1.1  christos 	 RFC 4340.
    112  1.1  christos 	Add support for per-VLAN spanning tree and per-VLAN rapid spanning tree
    113  1.1  christos 	Add support for Multiple-STP as per 802.1s
    114  1.1  christos 	Add support for the cisco propriatry 'dynamic trunking protocol'
    115  1.1  christos 	Add support for the cisco proprietary VTP protocol
    116  1.1  christos 	Update dhcp6 options table as per IETF standardization activities
    117  1.1  christos 
    118  1.1  christos 
    119  1.1  christos Tue.	September 19, 2006. ken (a] xelerance.com. Summary for 3.9.5 tcpdump release
    120  1.1  christos 	
    121  1.1  christos 	Fix compiling on AIX (, at end of ENUM)
    122  1.1  christos 	Updated list of DNS RR typecodes
    123  1.1  christos 	Use local Ethernet defs on WIN32
    124  1.1  christos 	Add support for Frame-Relay ARP
    125  1.1  christos 	Fixes for compiling under MSVC++
    126  1.1  christos 	Add support for parsing Juniper .pcap files
    127  1.1  christos 	Add support for FRF.16 Multilink Frame-Relay (DLT_MFR)
    128  1.1  christos 	Rework the OSPFv3 printer
    129  1.1  christos 	Fix printing for 4.4BSD/NetBSD NFS Filehandles
    130  1.1  christos 	Add support for Cisco style NLPID encapsulation
    131  1.1  christos 	Add cisco prop. eigrp related, extended communities
    132  1.1  christos 	Add support for BGP signaled VPLS
    133  1.1  christos 	Cleanup the bootp printer
    134  1.1  christos 	Add support for PPP over Frame-Relay
    135  1.1  christos 	Add some bounds checking to the IP options code, and clean up 
    136  1.1  christos 	 the options output a bit.
    137  1.1  christos 	Add additional modp groups to ISAKMP printer
    138  1.1  christos 	Add support for Address-Withdraw and Label-Withdraw Msgs
    139  1.1  christos 	Add support for the BFD Discriminator TLV
    140  1.1  christos 	Fixes for 64bit compiling
    141  1.1  christos 	Add support for PIMv2 checksum verification
    142  1.1  christos 	Add support for further dissection of the IPCP Compression Option
    143  1.1  christos 	Add support for Cisco's proposed VQP protocol
    144  1.1  christos 	Add basic support for keyed authentication TCP option
    145  1.1  christos 	Lots of minor cosmetic changes to output printers
    146  1.1  christos 
    147  1.1  christos 
    148  1.1  christos Mon. 	September 19, 2005.  ken (a] xelerance.com. Summary for 3.9.4 tcpdump release
    149  1.1  christos 	Decoder support for more Juniper link-layer types
    150  1.1  christos 	Fix a potential buffer overflow (although it can't occur in
    151  1.1  christos 		practice).
    152  1.1  christos 	Fix the handling of unknown management frame types in the 802.11
    153  1.1  christos 		printer.
    154  1.1  christos 	Add FRF.16 support, fix various Frame Relay bugs.
    155  1.1  christos 	Add support for RSVP integrity objects, update fast-reroute
    156  1.1  christos 		object printer to latest spec.
    157  1.1  christos 	Clean up documentation of vlan filter expression, document mpls
    158  1.1  christos 		filter expression.
    159  1.1  christos 	Document new pppoed and pppoes filter expressions.
    160  1.1  christos 	Update diffserver-TE codepoints as per RFC 4124.
    161  1.1  christos 	Spelling fixes in ICMPv6.
    162  1.1  christos 	Don't require any fields other than flags to be present in IS-IS
    163  1.1  christos 		restart signaling TLVs, and only print the system ID in
    164  1.1  christos 		those TLVs as system IDs, not as node IDs.
    165  1.1  christos 	Support for DCCP.
    166  1.1  christos 
    167  1.1  christos Tue. 	July 5, 2005.  ken (a] xelerance.com. Summary for 3.9.3 tcpdump release
    168  1.1  christos 
    169  1.1  christos 	Option to chroot() when dropping privs
    170  1.1  christos 	Fixes for compiling on nearly every platform,
    171  1.1  christos 		including improved 64bit support
    172  1.1  christos 	Many new testcases
    173  1.1  christos 	Support for sending packets
    174  1.1  christos 	Many compliation fixes on most platforms
    175  1.1  christos 	Fixes for recent version of GCC to eliminate warnings
    176  1.1  christos 	Improved Unicode support
    177  1.1  christos 
    178  1.1  christos 	Decoders & DLT Changes, Updates and New:
    179  1.1  christos 		AES ESP support
    180  1.1  christos 		Juniper ATM, FRF.15, FRF.16, PPPoE,
    181  1.1  christos 			ML-FR, ML-PIC, ML-PPP, PL-PPP, LS-PIC
    182  1.1  christos 			GGSN,ES,MONITOR,SERVICES
    183  1.1  christos 		L2VPN
    184  1.1  christos 		Axent Raptor/Symantec Firewall
    185  1.1  christos 		TCP-MD5 (RFC 2385)
    186  1.1  christos 		ESP-in-UDP (RFC 3948)
    187  1.1  christos 		ATM OAM
    188  1.1  christos 		LMP, LMP Service Discovery
    189  1.1  christos 		IP over FC
    190  1.1  christos 		IP over IEEE 1394
    191  1.1  christos 		BACnet MS/TP
    192  1.1  christos 		SS7
    193  1.1  christos 		LDP over TCP
    194  1.1  christos 		LACP, MARKER as per 802.3ad
    195  1.1  christos 		PGM (RFC 3208)
    196  1.1  christos 		LSP-PING
    197  1.1  christos 		G.7041/Y.1303 Generic Framing Procedure
    198  1.1  christos 		EIGRP-IP, EIGRP-IPX
    199  1.1  christos 		ICMP6
    200  1.1  christos 		Radio - via radiotap
    201  1.1  christos 		DHCPv6
    202  1.1  christos 		HDLC over PPP
    203  1.1  christos 
    204  1.1  christos Tue.   March 30, 2004. mcr (a] sandelman.ottawa.on.ca. Summary for 3.8.3 release
    205  1.1  christos 
    206  1.1  christos 	No changes from 3.8.2. Version bumped only to maintain consistency
    207  1.1  christos 	with libpcap 0.8.3.
    208  1.1  christos 
    209  1.1  christos Mon.   March 29, 2004. mcr (a] sandelman.ottawa.on.ca. Summary for 3.8.2 release
    210  1.1  christos 
    211  1.1  christos 	Fixes for print-isakmp.c      CVE:    CAN-2004-0183, CAN-2004-0184
    212  1.1  christos 	  		     http://www.rapid7.com/advisories/R7-0017.html
    213  1.1  christos 	IP-over-IEEE1394 printing.
    214  1.1  christos 	some MINGW32 changes.
    215  1.1  christos 	updates for autoconf 2.5
    216  1.1  christos 	fixes for print-aodv.c - check for too short packets
    217  1.1  christos 	formatting changes to print-ascii for hex output.
    218  1.1  christos 	check for too short packets: print-bgp.c, print-bootp.c, print-cdp.c,
    219  1.1  christos 		print-chdlc.c, print-domain.c, print-icmp.c, print-icmp6.c,
    220  1.1  christos 		print-ip.c, print-lwres.c, print-ospf.c, print-pim.c,
    221  1.1  christos 		print-ppp.c,print-pppoe.c, print-rsvp.c, print-wb.c
    222  1.1  christos 	print-ether.c - better handling of unknown types.
    223  1.1  christos 	print-isoclns.c - additional decoding of types.
    224  1.1  christos 	print-llc.c - strings for LLC names added.
    225  1.1  christos 	print-pfloc.c - various enhancements
    226  1.1  christos 	print-radius.c - better decoding to strings.
    227  1.1  christos 
    228  1.1  christos Wed.   November 12, 2003. mcr (a] sandelman.ottawa.on.ca. Summary for 3.8 release
    229  1.1  christos 
    230  1.1  christos 	changed syntax of -E argument so that multiple SAs can be decrypted
    231  1.1  christos 	fixes for Digital Unix headers and Documentation
    232  1.1  christos 	__attribute__ fixes
    233  1.1  christos 	CDP changes from Terry Kennedy <terry (a] tmk.com>.
    234  1.1  christos 	IPv6 mobility updates from Kazushi Sugyo <sugyo (a] pb.jp.nec.com>
    235  1.1  christos 	Fixes for ASN.1 decoder for 2.100.3 forms.
    236  1.1  christos 	Added a count of packets received and processed to clarify numbers.
    237  1.1  christos 	Incorporated WinDUMP patches for Win32 builds.
    238  1.1  christos 	PPPoE payload length headers.
    239  1.1  christos 	Fixes for HP C compiler builds.
    240  1.1  christos 	Use new pcap_breakloop() and pcap_findalldevs() if we can.
    241  1.1  christos 	BGP output split into multiple lines.
    242  1.1  christos 	Fixes to 802.11 decoding.
    243  1.1  christos 	Fixes to PIM decoder.
    244  1.1  christos 	SuperH is a CPU that can't handle unaligned access. Many fixes for
    245  1.1  christos 		unaligned access work.
    246  1.1  christos 	Fixes to Frame-Relay decoder for Q.933/922 frames.
    247  1.1  christos 	Clarified when Solaris can do captures as non-root.
    248  1.1  christos 	Added tests/ subdir for examples/regression tests.
    249  1.1  christos 	New -U flag.	-flush stdout after every packet
    250  1.1  christos 	New -A flag	-print ascii only
    251  1.1  christos 	support for decoding IS-IS inside Cisco HDLC Frames
    252  1.1  christos 	more verbosity for tftp decoder
    253  1.1  christos 	mDNS decoder
    254  1.1  christos 	new BFD decoder
    255  1.1  christos 	cross compilation patches
    256  1.1  christos 	RFC 3561 AODV support.
    257  1.1  christos 	UDP/TCP pseudo-checksum properly for source-route options.
    258  1.1  christos 	sanitized all files to modified BSD license
    259  1.1  christos 	Add support for RFC 2625 IP-over-Fibre Channel.
    260  1.1  christos 	fixes for DECnet support.
    261  1.1  christos 	Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI.
    262  1.1  christos 	RFC 2684 encapsulation of BPDUs.
    263  1.1  christos 
    264  1.1  christos Tuesday, February 25, 2003. fenner (a] research.att.com.  3.7.2 release
    265  1.1  christos 
    266  1.1  christos 	Fixed infinite loop when parsing malformed isakmp packets.
    267  1.1  christos 	 (reported by iDefense; already fixed in CVS)
    268  1.1  christos 	Fixed infinite loop when parsing malformed BGP packets.
    269  1.1  christos 	Fixed buffer overflow with certain malformed NFS packets.
    270  1.1  christos 	Pretty-print unprintable network names in 802.11 printer.
    271  1.1  christos 	Handle truncated nbp (appletalk) packets.
    272  1.1  christos 	Updated DHCPv6 printer to match draft-ietf-dhc-dhcpv6-22.txt
    273  1.1  christos 	Print IP protocol name even if we don't have a printer for it.
    274  1.1  christos 	Print IP protocol name or number for fragments.
    275  1.1  christos 	Print the whole MPLS label stack, not just the top label.
    276  1.1  christos 	Print request header and file handle for NFS v3 FSINFO and PATHCONF
    277  1.1  christos 	 requests.
    278  1.1  christos 	Fix NFS packet truncation checks.
    279  1.1  christos 	Handle "old" DR-Priority and Bidir-Capable PIM HELLO options.
    280  1.1  christos 	Handle unknown RADIUS attributes properly.
    281  1.1  christos 	Fix an ASN.1 parsing error that would cause e.g. the OID
    282  1.1  christos 	 2.100.3 to be misrepresented as 4.20.3 .
    283  1.1  christos 
    284  1.1  christos Monday, January 21, 2002. mcr (a] sandelman.ottawa.on.ca. Summary for 3.7 release
    285  1.1  christos see http://www.tcpdump.org/cvs-log/2002-01-21.10:16:48.html for commit log.
    286  1.1  christos 	keyword "ipx" added.
    287  1.1  christos 	Better OSI/802.2 support on Linux.
    288  1.1  christos 	IEEE 802.11 support, from clenahan (a] fortresstech.com, achirica (a] ttd.net.
    289  1.1  christos 	LLC SAP support for FDDI/token ring/RFC-1483 style ATM
    290  1.1  christos 	BXXP protocol was replaced by the BEEP protocol;
    291  1.1  christos 	improvements to SNAP demux.
    292  1.1  christos 	Changes to "any" interface documentation.
    293  1.1  christos 	Documentation on pcap_stats() counters.
    294  1.1  christos 	Fix a memory leak found by Miklos Szeredi - pcap_ether_aton().
    295  1.1  christos 	Added MPLS encapsulation decoding per RFC3032.
    296  1.1  christos 	DNS dissector handles TKEY, TSIG and IXFR.
    297  1.1  christos 	adaptive SLIP interface patch from Igor Khristophorov <igor (a] atdot.org>
    298  1.1  christos 	SMB printing has much improved bounds checks
    299  1.1  christos 	OUI 0x0000f8 decoded as encapsulated ethernet for Cisco-custom bridging
    300  1.1  christos 	Zephyr support, from Nickolai Zeldovich <kolya (a] MIT.EDU>.
    301  1.1  christos 	Solaris - devices with digits in them. Stefan Hudson <hudson (a] mbay.net>
    302  1.1  christos 	IPX socket 0x85be is for Cisco EIGRP over IPX.
    303  1.1  christos 	Improvements to fragmented ESP handling.
    304  1.1  christos 	SCTP support from Armando L. Caro Jr. <acaro (a] mail.eecis.udel.edu>
    305  1.1  christos 	Linux ARPHDR_ATM support fixed.
    306  1.1  christos 	Added a "netbeui" keyword, which selects NetBEUI packets.
    307  1.1  christos 	IPv6 ND improvements, MobileIP dissector, 2292bis-02 for RA option.
    308  1.1  christos 	Handle ARPHDR_HDLC from Marcus Felipe Pereira <marcus (a] task.com.br>.
    309  1.1  christos 	Handle IPX socket 0x553 -> NetBIOS-over-IPX socket, "nwlink-dgm"
    310  1.1  christos 	Better Linux libc5 compat.
    311  1.1  christos 	BIND9 lwres dissector added.
    312  1.1  christos 	MIPS and SPARC get strict alignment macros (affects print-bgp.c)
    313  1.1  christos 	Apple LocalTalk LINKTYPE_ reserved.
    314  1.1  christos 	New time stamp formats documented.
    315  1.1  christos 	DHCP6 updated to draft-22.txt spec.
    316  1.1  christos 	ICMP types/codes now accept symbolic names.
    317  1.1  christos 	Add SIGINFO handler from LBL
    318  1.1  christos 	encrypted CIPE tunnels in IRIX, from Franz Schaefer <schaefer (a] mond.at>.
    319  1.1  christos 	now we are -Wstrict-prototype clean.
    320  1.1  christos 	NetBSD DLT_PPP_ETHER; adapted from Martin Husemann <martin (a] netbsd.org>.
    321  1.1  christos 	PPPoE dissector cleaned up.
    322  1.1  christos 	Support for LocalTalk hardware, from Uns Lider <unslider (a] miranda.org>.
    323  1.1  christos 	In dissector, now the caller prints the IP addresses rather than proto.
    324  1.1  christos 	cjclark (a] alum.mit.edu: print the IP proto for non-initial fragments.
    325  1.1  christos 	LLC frames with a DSAP and LSAP of 0xe0 are IPX frames.
    326  1.1  christos 	Linux cooked frames with a type value of LINUX_SLL_P_802_3 are IPX.
    327  1.1  christos 	captures on the "any" device won't be done in promiscuous mode
    328  1.1  christos 	Token Ring support on DLPI - Onno van der Linden <onno (a] simplex.nl>
    329  1.1  christos 	ARCNet support, from NetBSD.
    330  1.1  christos 	HSRP dissector, from Julian Cowley <julian (a] lava.net>.
    331  1.1  christos 	Handle (GRE-encapsulated) PPTP
    332  1.1  christos 	added -C option to rotate save file every optarg * 1,000,000 bytes.
    333  1.1  christos 	support for "vrrp" name - NetBSD, by Klaus Klein <kleink (a] netbsd.org>.
    334  1.1  christos 	PPTP support, from Motonori Shindo <mshindo (a] mshindo.net>.
    335  1.1  christos 	IS-IS over PPP support, from Hannes Gredler <hannes (a] juniper.net>.
    336  1.1  christos 	CNFP support for IPv6,format. Harry Raaymakers <harryr (a] connect.com.au>.
    337  1.1  christos 	ESP printing updated to RFC2406.
    338  1.1  christos 	HP-UX can now handle large number of PPAs.
    339  1.1  christos 	MSDP printer added.
    340  1.1  christos 	L2TP dissector improvements from Motonori Shindo.
    341  1.1  christos 
    342  1.1  christos Tuesday January 9, 2001. mcr (a] sandelman.ottawa.on.ca. Summary for 3.6 release
    343  1.1  christos 	Cleaned up documentation.
    344  1.1  christos 	Promisc mode fixes for Linux
    345  1.1  christos 	IPsec changes/cleanups.
    346  1.1  christos 	Alignment fixes for picky architectures
    347  1.1  christos 
    348  1.1  christos 	Removed dependency on native headers for packet dissectors.
    349  1.1  christos 	Removed Linux specific headers that were shipped
    350  1.1  christos 
    351  1.1  christos 	libpcap changes provide for exchanging capture files between
    352  1.1  christos 	  systems. Save files now have well known PACKET_ values instead of
    353  1.1  christos 	  depending upon system dependant mappings of DLT_* types.
    354  1.1  christos 
    355  1.1  christos 	Support for computing/checking IP and UDP/TCP checksums.
    356  1.1  christos 
    357  1.1  christos 	Updated autoconf stock files.
    358  1.1  christos 
    359  1.1  christos 	IPv6 improvements: dhcp (draft-15), mobile-ip6, ppp, ospf6,
    360  1.1  christos 
    361  1.1  christos 	Added dissector support for: ISOCLNS, Token Ring, IGMPv3, bxxp,
    362  1.1  christos 		timed, vrrp, radius, chdlc, cnfp, cdp, IEEE802.1d, raw-AppleTalk
    363  1.1  christos 
    364  1.1  christos 	Added filtering support for: VLANs, ESIS, ISIS
    365  1.1  christos 
    366  1.1  christos 	Improvements to: print-telnet, IPTalk, bootp/dhcp, ECN, PPP,
    367  1.1  christos 		L2TP, PPPoE
    368  1.1  christos 
    369  1.1  christos 	HP-UX 11.0 -- find the right dlpi device.
    370  1.1  christos 	Solaris 8 - IPv6 works
    371  1.1  christos 	Linux - Added support for an "any" device to capture on all interfaces
    372  1.1  christos 
    373  1.1  christos 	Security fixes: buffer overrun audit done. Strcpy replaced with
    374  1.1  christos 		strlcpy, sprintf replaced with snprintf.
    375  1.1  christos 	Look for lex problems, and warn about them.
    376  1.1  christos 
    377  1.1  christos 
    378  1.1  christos v3.5 Fri Jan 28 18:00:00 PST 2000
    379  1.1  christos 
    380  1.1  christos Bill Fenner <fenner (a] research.att.com>
    381  1.1  christos - switch to config.h for autoconf
    382  1.1  christos - unify RCSID strings
    383  1.1  christos - Updated PIMv1, PIMv2, DVMRP, IGMP parsers, add Cisco Auto-RP parser
    384  1.1  christos - Really fix the RIP printer
    385  1.1  christos - Fix MAC address -> name translation.
    386  1.1  christos - some -Wall -Wformat fixes
    387  1.1  christos - update makemib to parse much of SMIv2
    388  1.1  christos - Print TCP sequence # with -vv even if you normally wouldn't
    389  1.1  christos - Print as much of IP/TCP/UDP headers as possible even if truncated.
    390  1.1  christos 
    391  1.1  christos itojun (a] iijlab.net
    392  1.1  christos - -X will make a ascii dump.  from netbsd.
    393  1.1  christos - telnet command sequence decoder (ff xx xx).  from netbsd.
    394  1.1  christos - print-bgp.c: improve options printing.  ugly code exists for
    395  1.1  christos   unaligned option parsing (need some fix).
    396  1.1  christos - const poisoning in SMB decoder.
    397  1.1  christos - -Wall -Werror clean checks.
    398  1.1  christos - bring in KAME IPv6/IPsec decoding code.
    399  1.1  christos 
    400  1.1  christos Assar Westerlund  <assar (a] sics.se>
    401  1.1  christos - SNMPv2 and SNMPv3 printer
    402  1.1  christos - If compiled with libsmi, tcpdump can load MIBs on the fly to decode
    403  1.1  christos   SNMP packets.
    404  1.1  christos - Incorporate NFS parsing code from NetBSD.  Adds support for nfsv3.
    405  1.1  christos - portability fixes
    406  1.1  christos - permit building in different directories.
    407  1.1  christos 
    408  1.1  christos Ken Hornstein <kenh (a] cmf.nrl.navy.mil>
    409  1.1  christos - bring in code at
    410  1.1  christos   /afs/transarc.com/public/afs-contrib/tools/tcpdump for parsing
    411  1.1  christos   AFS3 packets
    412  1.1  christos 
    413  1.1  christos Andrew Tridgell <tridge (a] linuxcare.com>
    414  1.1  christos - SMB printing code
    415  1.1  christos 
    416  1.1  christos Love <lha (a] stacken.kth.se>
    417  1.1  christos - print-rx.c: add code for printing MakeDir and StoreStatus.  Also
    418  1.1  christos   change date format to the right one.
    419  1.1  christos 
    420  1.1  christos Michael C. Richardson  <mcr (a] sandelman.ottawa.on.ca>
    421  1.1  christos - Created tcpdump.org repository
    422  1.1  christos 
    423  1.1  christos v3.4 Sat Jul 25 12:40:55 PDT 1998
    424  1.1  christos 
    425  1.1  christos - Hardwire Linux slip support since it's too hard to detect.
    426  1.1  christos 
    427  1.1  christos - Redo configuration of "network" libraries (-lsocket and -lnsl) to
    428  1.1  christos   deal with IRIX. Thanks to John Hawkinson (jhawk (a] mit.edu)
    429  1.1  christos 
    430  1.1  christos - Added -a which tries to translate network and broadcast addresses to
    431  1.1  christos   names. Suggested by Rob van Nieuwkerk (robn (a] verdi.et.tudelft.nl)
    432  1.1  christos 
    433  1.1  christos - Added a configure option to disable gcc.
    434  1.1  christos 
    435  1.1  christos - Added a "raw" packet printer.
    436  1.1  christos 
    437  1.1  christos - Not having an interface address is no longer fatal. Requested by John
    438  1.1  christos   Hawkinson.
    439  1.1  christos 
    440  1.1  christos - Rework signal setup to accommodate Linux.
    441  1.1  christos 
    442  1.1  christos - OSPF truncation check fix. Also display the type of OSPF packets
    443  1.1  christos   using MD5 authentication. Thanks to Brian Wellington
    444  1.1  christos   (bwelling (a] tis.com)
    445  1.1  christos 
    446  1.1  christos - Fix truncation check bugs in the Kerberos printer. Reported by Ezra
    447  1.1  christos   Peisach (epeisach (a] mit.edu)
    448  1.1  christos 
    449  1.1  christos - Don't catch SIGHUP when invoked with nohup(1). Thanks to Dave Plonka
    450  1.1  christos   (plonka (a] mfa.com)
    451  1.1  christos 
    452  1.1  christos - Specify full install target as a way of detecting if install
    453  1.1  christos   directory does not exist. Thanks to Dave Plonka.
    454  1.1  christos 
    455  1.1  christos - Bit-swap FDDI addresses for BSD/OS too. Thanks to Paul Vixie
    456  1.1  christos   (paul (a] vix.com)
    457  1.1  christos 
    458  1.1  christos - Fix off-by-one bug when testing size of ethernet packets. Thanks to
    459  1.1  christos   Marty Leisner (leisner (a] sdsp.mc.xerox.com)
    460  1.1  christos 
    461  1.1  christos - Add a local autoconf macro to check for routines in libraries; the
    462  1.1  christos   autoconf version is broken (it only puts the library name in the
    463  1.1  christos   cache variable name). Thanks to John Hawkinson.
    464  1.1  christos 
    465  1.1  christos - Add a local autoconf macro to check for types; the autoconf version
    466  1.1  christos   is broken (it uses grep instead of actually compiling a code fragment).
    467  1.1  christos 
    468  1.1  christos - Modified to support the new BSD/OS 2.1 PPP and SLIP link layer header
    469  1.1  christos   formats.
    470  1.1  christos 
    471  1.1  christos - Extend OSF ip header workaround to versions 1 and 2.
    472  1.1  christos 
    473  1.1  christos - Fix some signed problems in the nfs printer. As reported by David
    474  1.1  christos   Sacerdote (davids (a] silence.secnet.com)
    475  1.1  christos 
    476  1.1  christos - Detect group wheel and use it as the default since BSD/OS' install
    477  1.1  christos   can't hack numeric groups. Reported by David Sacerdote.
    478  1.1  christos 
    479  1.1  christos - AIX needs special loader options. Thanks to Jonathan I. Kamens
    480  1.1  christos   (jik (a] cam.ov.com)
    481  1.1  christos 
    482  1.1  christos - Fixed the nfs printer to print port numbers in decimal. Thanks to
    483  1.1  christos   Kent Vander Velden (graphix (a] iastate.edu)
    484  1.1  christos 
    485  1.1  christos - Find installed libpcap in /usr/local/lib when not using gcc.
    486  1.1  christos 
    487  1.1  christos - Disallow network masks with non-network bits set.
    488  1.1  christos 
    489  1.1  christos - Attempt to detect "egcs" versions of gcc.
    490  1.1  christos 
    491  1.1  christos - Add missing closing double quotes when displaying bootp strings.
    492  1.1  christos   Reported by Viet-Trung Luu (vluu (a] picard.math.uwaterloo.ca)
    493  1.1  christos 
    494  1.1  christos v3.3 Sat Nov 30 20:56:27 PST 1996
    495  1.1  christos 
    496  1.1  christos - Added Linux support.
    497  1.1  christos 
    498  1.1  christos - GRE encapsulated packet printer thanks to John Hawkinson
    499  1.1  christos   (jhawk (a] mit.edu)
    500  1.1  christos 
    501  1.1  christos - Rewrite gmt2local() to avoid problematic os dependencies.
    502  1.1  christos 
    503  1.1  christos - Suppress nfs truncation message on errors.
    504  1.1  christos 
    505  1.1  christos - Add missing m4 quoting in AC_LBL_UNALIGNED_ACCESS autoconf macro.
    506  1.1  christos   Reported by Joachim Ott (ott (a] ardala.han.de)
    507  1.1  christos 
    508  1.1  christos - Enable "ip_hl vs. ip_vhl" workaround for OSF4 too.
    509  1.1  christos 
    510  1.1  christos - Print arp hardware type in host order. Thanks to Onno van der Linden
    511  1.1  christos   (onno (a] simplex.nl)
    512  1.1  christos 
    513  1.1  christos - Avoid solaris compiler warnings. Thanks to Bruce Barnett
    514  1.1  christos   (barnett (a] grymoire.crd.ge.com)
    515  1.1  christos 
    516  1.1  christos - Fix rip printer to not print one more route than is actually in the
    517  1.1  christos   packet. Thanks to Jean-Luc Richier (Jean-Luc.Richier (a] imag.fr) and
    518  1.1  christos   Bill Fenner (fenner (a] parc.xerox.com)
    519  1.1  christos 
    520  1.1  christos - Use autoconf endian detection since BYTE_ORDER isn't defined on all systems.
    521  1.1  christos 
    522  1.1  christos - Fix dvmrp printer truncation checks and add a dvmrp probe printer.
    523  1.1  christos   Thanks to Danny J. Mitzel (mitzel (a] ipsilon.com)
    524  1.1  christos 
    525  1.1  christos - Rewrite ospf printer to improve truncation checks.
    526  1.1  christos 
    527  1.1  christos - Don't parse tcp options past the EOL. As noted by David Sacerdote
    528  1.1  christos   (davids (a] secnet.com). Also, check tcp options to make sure they ar
    529  1.1  christos   actually in the tcp header (in addition to the normal truncation
    530  1.1  christos   checks). Fix the SACK code to print the N blocks (instead of the
    531  1.1  christos   first block N times).
    532  1.1  christos 
    533  1.1  christos - Don't say really small UDP packets are truncated just because they
    534  1.1  christos   aren't big enough to be a RPC. As noted by David Sacerdote.
    535  1.1  christos 
    536  1.1  christos v3.2.1 Sun Jul 14 03:02:26 PDT 1996
    537  1.1  christos 
    538  1.1  christos - Added rfc1716 icmp codes as suggested by Martin Fredriksson
    539  1.1  christos   (martin (a] msp.se)
    540  1.1  christos 
    541  1.1  christos - Print mtu for icmp unreach need frag packets. Thanks to John
    542  1.1  christos   Hawkinson (jhawk (a] mit.edu)
    543  1.1  christos 
    544  1.1  christos - Decode icmp router discovery messages. Thanks to Jeffrey Honig
    545  1.1  christos   (jch (a] bsdi.com)
    546  1.1  christos 
    547  1.1  christos - Added a printer entry for DLT_IEEE802 as suggested by Tak Kushida
    548  1.1  christos   (kushida (a] trl.ibm.co.jp)
    549  1.1  christos 
    550  1.1  christos - Check igmp checksum if possible. Thanks to John Hawkinson.
    551  1.1  christos 
    552  1.1  christos - Made changes for SINIX. Thanks to Andrej Borsenkow
    553  1.1  christos   (borsenkow.msk (a] sni.de)
    554  1.1  christos 
    555  1.1  christos - Use autoconf's idea of the top level directory in install targets.
    556  1.1  christos   Thanks to John Hawkinson.
    557  1.1  christos 
    558  1.1  christos - Avoid infinite loop in tcp options printing code. Thanks to Jeffrey
    559  1.1  christos   Mogul (mogul (a] pa.dec.com)
    560  1.1  christos 
    561  1.1  christos - Avoid using -lsocket in IRIX 5.2 and earlier since it breaks snoop.
    562  1.1  christos   Thanks to John Hawkinson.
    563  1.1  christos 
    564  1.1  christos - Added some more packet truncation checks.
    565  1.1  christos 
    566  1.1  christos - On systems that have it, use sigset() instead of signal() since
    567  1.1  christos   signal() has different semantics on these systems.
    568  1.1  christos 
    569  1.1  christos - Fixed some more alignment problems on the alpha.
    570  1.1  christos 
    571  1.1  christos - Add code to massage unprintable characters in the domain and ipx
    572  1.1  christos   printers. Thanks to John Hawkinson.
    573  1.1  christos 
    574  1.1  christos - Added explicit netmask support. Thanks to Steve Nuchia
    575  1.1  christos   (steve (a] research.oknet.com)
    576  1.1  christos 
    577  1.1  christos - Add "sca" keyword (for DEC cluster services) as suggested by Terry
    578  1.1  christos   Kennedy (terry (a] spcvxa.spc.edu)
    579  1.1  christos 
    580  1.1  christos - Add "atalk" keyword as suggested by John Hawkinson.
    581  1.1  christos 
    582  1.1  christos - Added an igrp printer. Thanks to Francis Dupont
    583  1.1  christos   (francis.dupont (a] inria.fr)
    584  1.1  christos 
    585  1.1  christos - Print IPX net numbers in hex a la Novell Netware. Thanks to Terry
    586  1.1  christos   Kennedy (terry (a] spcvxa.spc.edu)
    587  1.1  christos 
    588  1.1  christos - Fixed snmp extended tag field parsing bug. Thanks to Pascal Hennequin
    589  1.1  christos   (pascal.hennequin (a] hugo.int-evry.fr)
    590  1.1  christos 
    591  1.1  christos - Added some ETHERTYPEs missing on some systems.
    592  1.1  christos 
    593  1.1  christos - Added truncated packet macros and various checks.
    594  1.1  christos 
    595  1.1  christos - Fixed endian problems with the DECnet printer.
    596  1.1  christos 
    597  1.1  christos - Use $CC when checking gcc version. Thanks to Carl Lindberg
    598  1.1  christos   (carl_lindberg (a] blacksmith.com)
    599  1.1  christos 
    600  1.1  christos - Fixes for AIX (although this system is not yet supported). Thanks to
    601  1.1  christos   John Hawkinson.
    602  1.1  christos 
    603  1.1  christos - Fix bugs in the autoconf misaligned accesses code fragment.
    604  1.1  christos 
    605  1.1  christos - Include sys/param.h to get BYTE_ORDER in a few places. Thanks to
    606  1.1  christos   Pavlin Ivanov Radoslavov (pavlin (a] cs.titech.ac.jp)
    607  1.1  christos 
    608  1.1  christos v3.2 Sun Jun 23 02:28:10 PDT 1996
    609  1.1  christos 
    610  1.1  christos - Print new icmp unreachable codes as suggested by Martin Fredriksson
    611  1.1  christos   (martin (a] msp.se). Also print code value when unknown for icmp redirect
    612  1.1  christos   and time exceeded.
    613  1.1  christos 
    614  1.1  christos - Fix an alignment endian bug in getname(). Thanks to John Hawkinson.
    615  1.1  christos 
    616  1.1  christos - Define "new" domain record types if not found in arpa/nameserv.h.
    617  1.1  christos   Resulted from a suggestion from John Hawkinson (jhawk (a] mit.edu). Also
    618  1.1  christos   fixed an endian bug when printing mx record and added some new record
    619  1.1  christos   types.
    620  1.1  christos 
    621  1.1  christos - Added RIP V2 support. Thanks to Jeffrey Honig (jch (a] bsdi.com)
    622  1.1  christos 
    623  1.1  christos - Added T/TCP options printing. As suggested by Richard Stevens
    624  1.1  christos   (rstevens (a] noao.edu)
    625  1.1  christos 
    626  1.1  christos - Use autoconf to detect architectures that can't handle misaligned
    627  1.1  christos   accesses.
    628  1.1  christos 
    629  1.1  christos v3.1 Thu Jun 13 20:59:32 PDT 1996
    630  1.1  christos 
    631  1.1  christos - Changed u_int32/int32 to u_int32_t/int32_t to be consistent with bsd
    632  1.1  christos   and bind (as suggested by Charles Hannum).
    633  1.1  christos 
    634  1.1  christos - Port to GNU autoconf.
    635  1.1  christos 
    636  1.1  christos - Add support for printing DVMRP and PIM traffic thanks to
    637  1.1  christos   Havard Eidnes (Havard.Eidnes (a] runit.sintef.no).
    638  1.1  christos 
    639  1.1  christos - Fix AppleTalk, IPX and DECnet byte order problems due to wrong endian
    640  1.1  christos   define being referenced. Reported by Terry Kennedy.
    641  1.1  christos 
    642  1.1  christos - Minor fixes to the man page thanks to Mark Andrews.
    643  1.1  christos 
    644  1.1  christos - Endian fixes to RTP and vat packet dumpers, thanks to Bruce Mah
    645  1.1  christos   (bmah (a] cs.berkeley.edu).
    646  1.1  christos 
    647  1.1  christos - Added support for new dns types, thanks to Rainer Orth.
    648  1.1  christos 
    649  1.1  christos - Fixed tftp_print() to print the block number for ACKs.
    650  1.1  christos 
    651  1.1  christos - Document -dd and -ddd. Resulted from a bug report from Charlie Slater
    652  1.1  christos   (cslater (a] imatek.com).
    653  1.1  christos 
    654  1.1  christos - Check return status from malloc/calloc/etc.
    655  1.1  christos 
    656  1.1  christos - Check return status from pcap_loop() so we can print an error and
    657  1.1  christos   exit with a bad status if there were problems.
    658  1.1  christos 
    659  1.1  christos - Bail if ip option length is <= 0. Resulted from a bug report from
    660  1.1  christos   Darren Reed (darrenr (a] vitruvius.arbld.unimelb.edu.au).
    661  1.1  christos 
    662  1.1  christos - Print out a little more information for sun rpc packets.
    663  1.1  christos 
    664  1.1  christos - Add suport for Kerberos 4 thanks to John Hawkinson (jhawk (a] mit.edu).
    665  1.1  christos 
    666  1.1  christos - Fixed the Fix EXTRACT_SHORT() and EXTRACT_LONG() macros (which were
    667  1.1  christos   wrong on little endian machines).
    668  1.1  christos 
    669  1.1  christos - Fixed alignment bug in ipx_decode(). Thanks to Matt Crawford
    670  1.1  christos   (crawdad (a] fnal.gov).
    671  1.1  christos 
    672  1.1  christos - Fix ntp_print() to not print garbage when the stratum is
    673  1.1  christos   "unspecified." Thanks to Deus Ex Machina (root (a] belle.bork.com).
    674  1.1  christos 
    675  1.1  christos - Rewrote tcp options printer code to check for truncation. Added
    676  1.1  christos   selective acknowledgment case.
    677  1.1  christos 
    678  1.1  christos - Fixed an endian bug in the ospf printer. Thanks to Jeffrey C Honig
    679  1.1  christos   (jch (a] bsdi.com)
    680  1.1  christos 
    681  1.1  christos - Fix rip printer to handle 4.4 BSD sockaddr struct which only uses one
    682  1.1  christos   octet for the sa_family member. Thanks to Yoshitaka Tokugawa
    683  1.1  christos   (toku (a] dit.co.jp)
    684  1.1  christos 
    685  1.1  christos - Don't checksum ip header if we don't have all of it. Thanks to John
    686  1.1  christos   Hawkinson (jhawk (a] mit.edu).
    687  1.1  christos 
    688  1.1  christos - Print out hostnames if possible in egp printer. Thanks to Jeffrey
    689  1.1  christos   Honig (jhc (a] bsdi.com)
    690  1.1  christos 
    691  1.1  christos 
    692  1.1  christos v3.1a1 Wed May  3 19:21:11 PDT 1995
    693  1.1  christos 
    694  1.1  christos - Include time.h when SVR4 is defined to avoid problems under Solaris
    695  1.1  christos   2.3.
    696  1.1  christos 
    697  1.1  christos - Fix etheraddr_string() in the ETHER_SERVICE to return the saved
    698  1.1  christos   strings, not the local buffer. Thanks to Stefan Petri
    699  1.1  christos   (petri (a] ibr.cs.tu-bs.de).
    700  1.1  christos 
    701  1.1  christos - Detect when pcap raises the snaplen (e.g. with snit). Print a warning
    702  1.1  christos   that the selected value was not used. Thanks to Pascal Hennequin
    703  1.1  christos   (Pascal.Hennequin (a] hugo.int-evry.fr).
    704  1.1  christos 
    705  1.1  christos - Add a truncated packet test to print-nfs.c. Thanks to Pascal Hennequin.
    706  1.1  christos 
    707  1.1  christos - BYTEORDER -> BYTE_ORDER Thanks to Terry Kennedy (terry (a] spcvxa.spc.edu).
    708  1.1  christos 
    709  1.1  christos v3.0.3 Sun Oct  1 18:35:00 GMT 1995
    710  1.1  christos 
    711  1.1  christos - Although there never was a 3.0.3 release, the linux boys cleverly
    712  1.1  christos   "released" one in late 1995.
    713  1.1  christos 
    714  1.1  christos v3.0.2 Thu Apr 20 21:28:16 PDT 1995
    715  1.1  christos 
    716  1.1  christos - Change configuration to not use gcc v2 flags with gcc v1.
    717  1.1  christos 
    718  1.1  christos - Redo gmt2local() so that it works under BSDI (which seems to return
    719  1.1  christos   an empty timezone struct from gettimeofday()). Based on report from
    720  1.1  christos   Terry Kennedy (terry (a] spcvxa.spc.edu).
    721  1.1  christos 
    722  1.1  christos - Change configure to recognize IP[0-9]* as "mips" SGI hardware. Based
    723  1.1  christos   on report from Mark Andrews (mandrews (a] alias.com).
    724  1.1  christos 
    725  1.1  christos - Don't pass cc flags to gcc. Resulted from a bug report from Rainer
    726  1.1  christos   Orth (ro (a] techfak.uni-bielefeld.de).
    727  1.1  christos 
    728  1.1  christos - Fixed printout of connection id for uncompressed tcp slip packets.
    729  1.1  christos   Resulted from a bug report from Richard Stevens (rstevens (a] noao.edu).
    730  1.1  christos 
    731  1.1  christos - Hack around deficiency in Ultrix's make.
    732  1.1  christos 
    733  1.1  christos - Add ETHERTYPE_TRAIL define which is missing from irix5.
    734  1.1  christos 
    735  1.1  christos v3.0.1 Wed Aug 31 22:42:26 PDT 1994
    736  1.1  christos 
    737  1.1  christos - Fix problems with gcc2 vs. malloc() and read() prototypes under SunOS 4.
    738  1.1  christos 
    739  1.1  christos v3.0 Mon Jun 20 19:23:27 PDT 1994
    740  1.1  christos 
    741  1.1  christos - Added support for printing tcp option timestamps thanks to
    742  1.1  christos   Mark Andrews (mandrews (a] alias.com).
    743  1.1  christos 
    744  1.1  christos - Reorganize protocol dumpers to take const pointers to packets so they
    745  1.1  christos   never change the contents (i.e., they used to do endian conversions
    746  1.1  christos   in place).  Previously, whenever more than one pass was taken over
    747  1.1  christos   the packet, the packet contents would be dumped incorrectly (i.e.,
    748  1.1  christos   the output form -x would be wrong on little endian machines because
    749  1.1  christos   the protocol dumpers would modify the data).  Thanks to Charles Hannum
    750  1.1  christos   (mycroft (a] gnu.ai.mit.edu) for reporting this problem.
    751  1.1  christos 
    752  1.1  christos - Added support for decnet protocol dumping thanks to Jeff Mogul
    753  1.1  christos   (mogul (a] pa.dec.com).
    754  1.1  christos 
    755  1.1  christos - Fix bug that caused length of packet to be incorrectly printed
    756  1.1  christos   (off by ether header size) for unknown ethernet types thanks
    757  1.1  christos   to Greg Miller (gmiller (a] kayak.mitre.org).
    758  1.1  christos 
    759  1.1  christos - Added support for IPX protocol dumping thanks to Brad Parker
    760  1.1  christos   (brad (a] fcr.com).
    761  1.1  christos 
    762  1.1  christos - Added check to verify IP header checksum under -v thanks to
    763  1.1  christos   Brad Parker (brad (a] fcr.com).
    764  1.1  christos 
    765  1.1  christos - Move packet capture code to new libpcap library (which is
    766  1.1  christos   packaged separately).
    767  1.1  christos 
    768  1.1  christos - Prototype everything and assume an ansi compiler.
    769  1.1  christos 
    770  1.1  christos - print-arp.c: Print hardware ethernet addresses if they're not
    771  1.1  christos   what we expect.
    772  1.1  christos 
    773  1.1  christos - print-bootp.c: Decode the cmu vendor field. Add RFC1497 tags.
    774  1.1  christos   Many helpful suggestions from Gordon Ross (gwr (a] jericho.mc.com).
    775  1.1  christos 
    776  1.1  christos - print-fddi.c: Improvements. Thanks to Jeffrey Mogul
    777  1.1  christos   (mogul (a] pa.dec.com).
    778  1.1  christos 
    779  1.1  christos - print-icmp.c: Byte swap netmask before printing. Thanks to
    780  1.1  christos   Richard Stevens (rstevens (a] noao.edu). Print icmp type when unknown.
    781  1.1  christos 
    782  1.1  christos - print-ip.c: Print the inner ip datagram of ip-in-ip encapsulated packets.
    783  1.1  christos   By default, only the inner packet is dumped, appended with the token
    784  1.1  christos   "(encap)".  Under -v, both the inner and output packets are dumped
    785  1.1  christos   (on the same line).  Note that the filter applies to the original packet,
    786  1.1  christos   not the encapsulated packet.  So if you run tcpdump on a net with an
    787  1.1  christos   IP Multicast tunnel, you cannot filter out the datagrams using the
    788  1.1  christos   conventional syntax.  (You can filter away all the ip-in-ip traffic
    789  1.1  christos   with "not ip proto 4".)
    790  1.1  christos 
    791  1.1  christos - print-nfs.c: Keep pending rpc's in circular table. Add generic
    792  1.1  christos   nfs header and remove os dependences. Thanks to Jeffrey Mogul.
    793  1.1  christos 
    794  1.1  christos - print-ospf.c: Improvements. Thanks to Jeffrey Mogul.
    795  1.1  christos 
    796  1.1  christos - tcpdump.c: Add -T flag allows interpretation of "vat", "wb", "rpc"
    797  1.1  christos   (sunrpc) and rtp packets. Added "inbound" and "outbound" keywords
    798  1.1  christos   Add && and || operators
    799  1.1  christos 
    800  1.1  christos v2.2.1 Tue Jun 6 17:57:22 PDT 1992
    801  1.1  christos 
    802  1.1  christos - Fix bug with -c flag.
    803  1.1  christos 
    804  1.1  christos v2.2 Fri May 22 17:19:41 PDT 1992
    805  1.1  christos 
    806  1.1  christos - savefile.c: Remove hack that shouldn't have been exported. Add
    807  1.1  christos   truncate checks.
    808  1.1  christos 
    809  1.1  christos - Added the 'icmp' keyword.  For example, 'icmp[0] != 8 and icmp[0] != 0'
    810  1.1  christos   matches non-echo/reply ICMP packets.
    811  1.1  christos 
    812  1.1  christos - Many improvements to filter code optimizer.
    813  1.1  christos 
    814  1.1  christos - Added 'multicast' keyword and extended the 'broadcast' keyword can now be
    815  1.1  christos   so that protocol qualifications are allowed. For example, "ip broadcast"
    816  1.1  christos   and "ether multicast" are valid filters.
    817  1.1  christos 
    818  1.1  christos - Added support for monitoring the loopback interface (i.e. 'tcpdump -i lo').
    819  1.1  christos   Jeffrey Honig (jch (a] MITCHELL.CIT.CORNELL.EDU) contributed the kernel
    820  1.1  christos   patches to netinet/if_loop.c.
    821  1.1  christos 
    822  1.1  christos - Added support for the Ungermann-Bass Ethernet on IBM/PC-RTs running AOS.
    823  1.1  christos   Contact Jeffrey Honig (jch (a] MITCHELL.CIT.CORNELL.EDU) for the diffs.
    824  1.1  christos 
    825  1.1  christos - Added EGP and OSPF printers, thanks to Jeffrey Honig.
    826  1.1  christos 
    827  1.1  christos v2.1 Tue Jan 28 11:00:14 PST 1992
    828  1.1  christos 
    829  1.1  christos - Internal release (never publically exported).
    830  1.1  christos 
    831  1.1  christos v2.0.1 Sun Jan 26 21:10:10 PDT
    832  1.1  christos 
    833  1.1  christos - Various byte ordering fixes.
    834  1.1  christos 
    835  1.1  christos - Add truncation checks.
    836  1.1  christos 
    837  1.1  christos - inet.c: Support BSD style SIOCGIFCONF.
    838  1.1  christos 
    839  1.1  christos - nametoaddr.c: Handle multi addresses for single host.
    840  1.1  christos 
    841  1.1  christos - optimize.c: Rewritten.
    842  1.1  christos 
    843  1.1  christos - pcap-bpf.c: don't choke when we get ptraced. only set promiscuous
    844  1.1  christos   for broadcast nets.
    845  1.1  christos 
    846  1.1  christos - print-atal.c: Fix an alignment bug (thanks to
    847  1.1  christos   stanonik (a] nprdc.navy.mil) Add missing printf() argument.
    848  1.1  christos 
    849  1.1  christos - print-bootp.c: First attempt at decoding the vendor buffer.
    850  1.1  christos 
    851  1.1  christos - print-domain.c: Fix truncation checks.
    852  1.1  christos 
    853  1.1  christos - print-icmp.c: Calculate length of packets from the ip header.
    854  1.1  christos 
    855  1.1  christos - print-ip.c: Print frag id in decimal (so it's easier to match up
    856  1.1  christos   with non-frags). Add support for ospf, egp and igmp.
    857  1.1  christos 
    858  1.1  christos - print-nfs.c: Lots of changes.
    859  1.1  christos 
    860  1.1  christos - print-ntp.c: Make some verbose output depend on -v.
    861  1.1  christos 
    862  1.1  christos - print-snmp.c: New version from John LoVerso.
    863  1.1  christos 
    864  1.1  christos - print-tcp.c: Print rfc1072 tcp options.
    865  1.1  christos 
    866  1.1  christos - tcpdump.c: Print "0x" prefix for %x formats. Always print 6 digits
    867  1.1  christos   (microseconds) worth of precision. Fix uid bugs.
    868  1.1  christos 
    869  1.1  christos - A packet dumper has been added (thanks to Jeff Mogul of DECWRL).
    870  1.1  christos   With this option, you can create an architecture independent binary
    871  1.1  christos   trace file in real time, without the overhead of the packet printer.
    872  1.1  christos   At a later time, the packets can be filtered (again) and printed.
    873  1.1  christos 
    874  1.1  christos - BSD is supported.  You must have BPF in your kernel.
    875  1.1  christos   Since the filtering is now done in the kernel, fewer packets are
    876  1.1  christos   dropped.  In fact, with BPF and the packet dumper option, a measly
    877  1.1  christos   Sun 3/50 can keep up with a busy network.
    878  1.1  christos 
    879  1.1  christos - Compressed SLIP packets can now be dumped, provided you use our
    880  1.1  christos   SLIP software and BPF.  These packets are dumped as any other IP
    881  1.1  christos   packet; the compressed headers are dumped with the '-e' option.
    882  1.1  christos 
    883  1.1  christos - Machines with little-endian byte ordering are supported (thanks to
    884  1.1  christos   Jeff Mogul).
    885  1.1  christos 
    886  1.1  christos - Ultrix 4.0 is supported (also thanks to Jeff Mogul).
    887  1.1  christos 
    888  1.1  christos - IBM RT and Stanford Enetfilter support has been added by
    889  1.1  christos   Rayan Zachariassen <rayan (a] canet.ca>.  Tcpdump has been tested under
    890  1.1  christos   both the vanilla Enetfilter interface, and the extended interface
    891  1.1  christos   (#ifdef'd by IBMRTPC) present in the MERIT version of the Enetfilter.
    892  1.1  christos 
    893  1.1  christos - TFTP packets are now printed (requests only).
    894  1.1  christos 
    895  1.1  christos - BOOTP packets are now printed.
    896  1.1  christos 
    897  1.1  christos - SNMP packets are now printed. (thanks to John LoVerso of Xylogics).
    898  1.1  christos 
    899  1.1  christos - Sparc architectures, including the Sparcstation-1, are now
    900  1.1  christos   supported thanks to Steve McCanne and Craig Leres.
    901  1.1  christos 
    902  1.1  christos - SunOS 4 is now supported thanks to Micky Liu of Columbia
    903  1.1  christos   University (micky (a] cunixc.cc.columbia.edu).
    904  1.1  christos 
    905  1.1  christos - IP options are now printed.
    906  1.1  christos 
    907  1.1  christos - RIP packets are now printed.
    908  1.1  christos 
    909  1.1  christos - There's a -v flag that prints out more information than the
    910  1.1  christos   default (e.g., it will enable printing of IP ttl, tos and id)
    911  1.1  christos   and -q flag that prints out less (e.g., it will disable
    912  1.1  christos   interpretation of AppleTalk-in-UDP).
    913  1.1  christos 
    914  1.1  christos - The grammar has undergone substantial changes (if you have an
    915  1.1  christos   earlier version of tcpdump, you should re-read the manual
    916  1.1  christos   entry).
    917  1.1  christos 
    918  1.1  christos   The most useful change is the addition of an expression
    919  1.1  christos   syntax that lets you filter on arbitrary fields or values in the
    920  1.1  christos   packet.  E.g., "ip[0] > 0x45" would print only packets with IP
    921  1.1  christos   options, "tcp[13] & 3 != 0" would print only TCP SYN and FIN
    922  1.1  christos   packets.
    923  1.1  christos 
    924  1.1  christos   The most painful change is that concatenation no longer means
    925  1.1  christos   "and" -- e.g., you have to say "host foo and port bar" instead
    926  1.1  christos   of "host foo port bar".  The up side to this down is that
    927  1.1  christos   repeated qualifiers can be omitted, making most filter
    928  1.1  christos   expressions shorter.  E.g., you can now say "ip host foo and
    929  1.1  christos   (bar or baz)" to look at ip traffic between hosts foo and bar or
    930  1.1  christos   between hosts foo and baz.  [The old way of saying this was "ip
    931  1.1  christos   host foo and (ip host bar or ip host baz)".]
    932  1.1  christos 
    933  1.1  christos v2.0 Sun Jan 13 12:20:40 PST 1991
    934  1.1  christos 
    935  1.1  christos - Initial public release.
    936