Home | History | Annotate | Download | only in tcpdump
      1 Wednesday January 18, 2017 devel.fx.lebail (a] orange.fr
      2   Summary for 4.9.0 tcpdump release
      3     General updates:
      4     Improve separation frontend/backend (tcpdump/libnetdissect)
      5     Don't require IPv6 library support in order to support IPv6 addresses
      6     Introduce data types to use for integral values in packet structures
      7     Fix display of timestamps with -tt, -ttt and -ttttt options
      8     Fix some heap overflows found with American Fuzzy Lop by Hanno Boeck and others
      9         (More information in the log with CVE-2016-* and CVE-2017-*)
     10     Change the way protocols print link-layer addresses (Fix heap overflows
     11         in CALM-FAST and GeoNetworking printers)
     12     Pass correct caplen value to ether_print() and some other functions
     13     Fix lookup_nsap() to match what isonsap_string() expects
     14     Clean up relative time stamp printing (Fix an array overflow)
     15     Fix some alignment issues with GCC on Solaris 10 SPARC
     16     Add some ND_TTEST_/ND_TCHECK_ macros to simplify writing bounds checks
     17     Add a fn_printztn() which returns the number of bytes processed
     18     Add nd_init() and nd_cleanup() functions. Improve libsmi support
     19     Add CONTRIBUTING file
     20     Add a summary comment in all printers
     21     Compile with more warning options in devel mode if supported (-Wcast-qual, ...)
     22     Fix some leaks found by Valgrind/Memcheck
     23     Fix a bunch of de-constifications
     24     Squelch some Coverity warnings and some compiler warnings
     25     Update Coverity and Travis-CI setup
     26     Update Visual Studio files
     27 
     28     Frontend:
     29     Fix capsicum support to work with zerocopy buffers in bpf
     30     Try opening interfaces by name first, then by name-as-index
     31     Work around pcap_create() failures fetching time stamp type lists
     32     Fix a segmentation fault with 'tcpdump -J'
     33     Improve addrtostr6() bounds checking
     34     Add exit_tcpdump() function
     35     Don't drop CAP_SYS_CHROOT before chrooting
     36     Fixes issue where statistics not reported when -G and -W options used
     37 
     38     New printers supporting:
     39     Generic Protocol Extension for VXLAN (VXLAN-GPE)
     40     Home Networking Control Protocol (HNCP), RFCs 7787 and 7788
     41     Locator/Identifier Separation Protocol (LISP), type 3 and type 4 packets
     42     Marvell Extended Distributed Switch Architecture header (MEDSA)
     43     Network Service Header (NSH)
     44     REdis Serialization Protocol (RESP)
     45 
     46     Updated printers:
     47     802.11: Beginnings of 11ac radiotap support
     48     802.11: Check the Protected bit for management frames
     49     802.11: Do bounds checking on last_presentp before dereferencing it (Fix a heap overflow)
     50     802.11: Fix the radiotap printer to handle the special bits correctly
     51     802.11: If we have the MCS field, it's 11n
     52     802.11: Only print unknown frame type or subtype messages once
     53     802.11: Radiotap dBm values get printed as dB; Update a test output accordingly
     54     802.11: Source and destination addresses were backwards
     55     AH: Add a bounds check
     56     AH: Report to our caller that dissection failed if a bounds check fails
     57     AP1394: Print src > dst, not dst > src
     58     ARP: Don't assume the target hardware address is <= 6 octets long (Fix a heap overflow)
     59     ATALK: Add bounds and length checks (Fix heap overflows)
     60     ATM: Add some bounds checks (Fix a heap overflow)
     61     ATM: Fix an incorrect bounds check
     62     BFD: Update specification from draft to RFC 5880
     63     BFD: Update to print optional authentication field
     64     BGP: Add decoding of ADD-PATH capability
     65     BGP: Add support for the AIGP attribute (RFC7311)
     66     BGP: Print LARGE_COMMUNITY Path Attribute
     67     BGP: Update BGP numbers from IANA; Print minor values for FSM notification
     68     BOOTP: Add a bounds check
     69     Babel: Add decoder for source-specific extension
     70     CDP: Filter out non-printable characters
     71     CFM: Fixes to match the IEEE standard, additional bounds and length checks
     72     CSLIP: Add more bounds checks (Fix a heap overflow)
     73     ClassicalIPoATM: Add a bounds check on LLC+SNAP header (Fix a heap overflow)
     74     DHCP: Fix MUDURL and TZ options
     75     DHCPv6: Process MUDURL and TZ options
     76     DHCPv6: Update Status Codes with RFCs/IANA names
     77     DNS: Represent the "DNSSEC OK" bit as "DO" instead of "OK". Add a test case
     78     DTP: Improve packet integrity checks
     79     EGP: Fix bounds checks
     80     ESP: Don't use OpenSSL_add_all_algorithms() in OpenSSL 1.1.0 or later
     81     ESP: Handle OpenSSL 1.1.x
     82     Ethernet: Add some bounds checking before calling isoclns_print (Fix a heap overflow)
     83     Ethernet: Print the Length/Type field as length when needed
     84     FDDI: Fix -e output for FDDI
     85     FR: Add some packet-length checks and improve Q.933 printing (Fix heap overflows)
     86     GRE: Add some bounds checks (Fix heap overflows)
     87     Geneve: Fix error message with invalid option length; Update list option classes
     88     HNCP: Fix incorrect time interval format. Fix handling of IPv4 prefixes
     89     ICMP6: Fetch a 32-bit big-endian quantity with EXTRACT_32BITS()
     90     ICMP6: dagid is always an IPv6 address, not an opaque 128-bit string
     91     IGMP: Add a length check
     92     IP: Add a bounds check (Fix a heap overflow)
     93     IP: Check before fetching the protocol version (Fix a heap overflow)
     94     IP: Don't try to dissect if IP version != 4 (Fix a heap overflow)
     95     IP: Stop processing IPPROTO_ values once we hit IPPROTO_IPCOMP
     96     IPComp: Check whether we have the CPI before we fetch it (Fix a heap overflow)
     97     IPoFC: Fix -e output (IP-over-Fibre Channel)
     98     IPv6: Don't overwrite the destination IPv6 address for routing headers
     99     IPv6: Fix header printing
    100     IPv6: Stop processing IPPROTO_ values once we hit IPPROTO_IPCOMP
    101     ISAKMP: Clean up parsing of IKEv2 Security Associations
    102     ISOCLNS/IS-IS: Add support for Purge Originator Identifier (RFC6232) and test cases
    103     ISOCLNS/IS-IS: Don't overwrite packet data when checking the signature
    104     ISOCLNS/IS-IS: Filter out non-printable characters
    105     ISOCLNS/IS-IS: Fix segmentation faults
    106     ISOCLNS/IS-IS: Have signature_verify() do the copying and clearing
    107     ISOCLNS: Add some bounds checks
    108     Juniper: Make sure a Juniper header TLV isn't bigger than what's left in the packet (Fix a heap overflow)
    109     LLC/SNAP: With -e, print the LLC header before the SNAP header; without it, cut the SNAP header
    110     LLC: Add a bounds check (Fix a heap overflow)
    111     LLC: Clean up printing of LLC packets
    112     LLC: Fix the printing of RFC 948-style IP packets
    113     LLC: Skip the LLC and SNAP headers with -x for 802.11 and some other protocols
    114     LLDP: Implement IANA OUI and LLDP MUD option
    115     MPLS LSP ping: Update printing for RFC 4379, bug fixes, more bounds checks
    116     MPLS: "length" is now the *remaining* packet length
    117     MPLS: Add bounds and length checks (Fix a heap overflow)
    118     NFS: Add a test that makes unaligned accesses
    119     NFS: Don't assume the ONC RPC header is nicely aligned
    120     NFS: Don't overflow the Opaque_Handle buffer (Fix a segmentation fault)
    121     NFS: Don't run past the end of an NFSv3 file handle
    122     OLSR: Add a test to cover a HNA sgw case
    123     OLSR: Fix 'Advertised networks' count
    124     OLSR: Fix printing of smart-gateway HNAs in IPv4
    125     OSPF: Add a bounds check for the Hello packet options
    126     OSPF: Do more bounds checking
    127     OSPF: Fix a segmentation fault
    128     OSPF: Fix printing 'ospf_topology_values' default
    129     OTV: Add missing bounds checks
    130     PGM: Print the formatted IP address, not the raw binary address, as a string
    131     PIM: Add some bounds checking (Fix a heap overflow)
    132     PIMv2: Fix checksumming of Register messages
    133     PPI: Pass an adjusted struct pcap_pkthdr to the sub-printer
    134     PPP: Add some bounds checks (Fix a heap overflow)
    135     PPP: Report invalid PAP AACK/ANAK packets
    136     Q.933: Add a missing bounds check
    137     RADIUS: Add Value 13 "VLAN" to Tunnel-Type attribute
    138     RADIUS: Filter out non-printable characters
    139     RADIUS: Translate UDP/1700 as RADIUS
    140     RESP: Do better checking of RESP packets
    141     RPKI-RTR: Add a return value check for "fn_printn" call
    142     RPKI-RTR: Remove printing when truncated condition already detected
    143     RPL: Fix 'Consistency Check' control code
    144     RPL: Fix suboption print
    145     RSVP: An INTEGRITY object in a submessage covers only the submessage
    146     RSVP: Fix an infinite loop; Add bounds and length checks
    147     RSVP: Fix some if statements missing brackets
    148     RSVP: Have signature_verify() do the copying and clearing
    149     RTCP: Add some bounds checks
    150     RTP: Add some bounds checks, fix two segmentation faults
    151     SCTP: Do more bounds checking
    152     SFLOW: Fix bounds checking
    153     SLOW: Fix bugs, add checks
    154     SMB: Before fetching the flags2 field, make sure we have it
    155     SMB: Do bounds checks on NBNS resource types and resource data lengths
    156     SNMP: Clean up the "have libsmi but no modules loaded" case
    157     SNMP: Clean up the object abbreviation list and fix the code to match them
    158     SNMP: Do bounds checks when printing character and octet strings
    159     SNMP: Improve ASN.1 bounds checks
    160     SNMP: More bounds and length checks
    161     STP: Add a bunch of bounds checks, and fix some printing (Fix heap overflows)
    162     STP: Filter out non-printable characters
    163     TCP: Add bounds and length checks for packets with TCP option 20
    164     TCP: Correct TCP option Kind value for TCP Auth and add SCPS-TP
    165     TCP: Fix two bounds checks (Fix heap overflows)
    166     TCP: Make sure we have the data offset field before fetching it (Fix a heap overflow)
    167     TCP: Put TCP-AO option decoding right
    168     TFTP: Don't use strchr() to scan packet data (Fix a heap overflow)
    169     Telnet: Add some bounds checks
    170     TokenRing: Fix -e output
    171     UDLD: Fix an infinite loop
    172     UDP: Add a bounds check (Fix a heap overflow)
    173     UDP: Check against the packet length first
    174     UDP: Don't do the DDP-over-UDP heuristic check up front
    175     VAT: Add some bounds checks
    176     VTP: Add a test on Mgmt Domain Name length
    177     VTP: Add bounds checks and filter out non-printable characters
    178     VXLAN: Add a bound check and a test case
    179     ZeroMQ: Fix an infinite loop
    180 
    181 Tuesday April 14, 2015 guy (a] alum.mit.edu
    182   Summary for 4.8.0 tcpdump release
    183 	Fix "-x" for Apple PKTAP and PPI packets
    184 
    185 Friday April 10, 2015 guy (a] alum.mit.edu
    186   Summary for 4.7.4 tcpdump release
    187 	RPKI to Router Protocol: Fix Segmentation Faults and other problems
    188 	RPKI to Router Protocol: print strings with fn_printn()
    189 	wb: fix some bounds checks
    190 
    191 Wednesday March 11, 2015 mcr (a] sandelman.ca
    192   Summary for 4.7.3 tcpdump release
    193 	Capsicum fixes for FreeBSD 10
    194 
    195 Tuesday March 10, 2015 mcr (a] sandelman.ca
    196   Summary for 4.7.2 tcpdump release
    197 	DCCP: update Packet Types with RFC4340/IANA names
    198         fixes for CVE-2015-0261: IPv6 mobility header check issue
    199         fixes for CVE-2015-2153, 2154, 2155: kday packets
    200 
    201 Friday Nov. 12, 2014 guy (a] alum.mit.edu
    202   Summary for 4.7.0 tcpdump release
    203         changes to hex printing of CDP packets
    204 	Fix PPI printing
    205 	Radius: update Packet Type Codes and Attribute Types with RFC/IANA names
    206 	Add a routine to print "text protocols", and add FTP/HTTP/SMTP/RTSP support.
    207 	improvements to telnet printer, even if not -v
    208 	omit length for bcp, print-tcp uses it
    209 	formatting fixes for a bunch of protocols
    210 	new bounds checks for a number of protocols
    211 	split netflow 1,6, and 6 dissector up.
    212 	added geneve dissector
    213         CVE-2014-9140 PPP dissector fixed.
    214 
    215 Tuesday  Sep.  2, 2014 mcr (a] sandelman.ca
    216   Summary for 4.6.2 tcpdump release
    217 	fix out-of-source-tree builds: find libpcap that is out of source
    218 	better configure check for libsmi
    219 
    220 Saturday Jul. 19, 2014 mcr (a] sandelman.ca
    221   Summary for 4.6.1 tcpdump release
    222 	added FreeBSD capsicum
    223 	add a short option '#', same as long option '--number'
    224 
    225 Wednesday Jul. 2, 2014 mcr (a] sandelman.ca
    226   Summary for 4.6.0 tcpdump release
    227         all of tcpdump is now using the new "NDO" code base (Thanks Denis!)
    228         nflog, mobile, forces, pptp, AODV, AHCP, IPv6, OSPFv4, RPL, DHCPv6 enhancements/fixes
    229         M3UA decode added.
    230         many new test cases: 82 in 4.5.1 to 133 in 4.6.0
    231         many improvements to travis continuous integration system: OSX, and Coverity options
    232         cleaned up some unnecessary header files
    233         Added bittok2str().
    234         a number of unaligned access faults fixed
    235         -A flag does not consider CR to be printable anymore
    236         fx.lebail took over coverity baby sitting
    237         default snapshot size increased to 256K for accomodate USB captures
    238         WARNING: this release contains a lot of very worthwhile code churn.
    239 
    240 Wednesday Jan. 15, 2014 guy (a] alum.mit.edu
    241   Summary for 4.5.2 tcpdump release
    242 	Man page fix
    243 	Fix crashes on SPARC
    244 
    245 Monday Nov. 11, 2013 mcr (a] sandelman.ca
    246   Summary for 4.5.1 tcpdump release
    247 	CREDITS file fixes
    248 
    249 Thursday Nov. 7, 2013  mcr (a] sandelman.ca and guy (a] alum.mit.edu.
    250   Summary for 4.5.0 tcpdump release
    251         some NFSv4 fixes for printing
    252         fix printing of unknown TCP options, and tcp fast-open
    253         fixes for syslog parser
    254         some gcc-version-specific flag tuning
    255         adopt MacOS deprecation workarounds for openssl
    256         improvements to babel printing
    257         add OpenFlow 1.0 (no SSL) and test cases
    258         GeoNet printer.
    259         added STBC Rx support
    260         improvements to DHCPv6 decoder
    261         clarify which autoconf is needed
    262 	Point users to the the-tcpdump-group repository on GitHub rather
    263 	    than the mcr repository
    264 	Add MSDP printer.
    265 	Fixed IPv6 check on Solaris and other OSes requiring extra
    266 	    networking libraries.
    267 	Add support for VXLAN (draft-mahalingam-dutt-dcops-vxlan-03),
    268 	    and add "vxlan" as an option for -T.
    269 	Add support for OTV (draft-hasmit-otv-04).
    270         fixes for DLT_IEEE802_11_RADIO datalink types
    271         added MPTCP decoder
    272 
    273 Saturday April 6, 2013 guy (a] alum.mit.edu.
    274   Summary for 4.4.0 tcpdump release
    275 	RPKI-RTR (RFC6810) is now official (TCP Port 323)
    276 	Fix detection of OpenSSL libcrypto.
    277 	Add DNSSL (RFC6106) support.
    278 	Add "radius" as an option for -T.
    279 	Update Action codes for handle_action function according to
    280 	    802.11s amendment.
    281 	Decode DHCPv6 AFTR-Name option (RFC6334).
    282 	Updates for Babel.
    283 	Fix printing of infinite lifetime in ICMPv6.
    284 	Added support for SPB, SPBM Service Identifier, and Unicast
    285 	    Address sub-TLV in ISIS.
    286 	Decode RIPv2 authentication up to RFC4822.
    287 	Fix RIP Request/full table decoding issues.
    288 	On Linux systems with cap-ng.h, drop root privileges
    289 	    using Linux Capabilities.
    290 	Add support for reading multiple files.
    291 	Add MS NLB heartbeat printer.
    292 	Separate multiple nexthops in BGP.
    293 
    294 Wednesday  November 28, 2012 guy (a] alum.mit.edu.
    295   Summary for 4.3.1 tcpdump release
    296 	Print "LLDP, length N" for LLDP packets even when not in verbose
    297 	    mode, so something is printed even if only the timestamp is
    298 	    present
    299 	Document "-T carp"
    300 	Print NTP poll interval correctly (it's an exponent, so print
    301 	    both its raw value and 2^value)
    302 	Document that "-e" is used to get MAC addresses
    303 	More clearly document that you need to escape or quote
    304 	    backslashes in filter expressions on the command line
    305 	Fix some "the the" in the man page
    306 	Use the right maximum path length
    307 	Don't treat 192_1_2, when passed to -i, as an interface number
    308 
    309 Friday  April 3, 2012.  mcr (a] sandelman.ca.
    310   Summary for 4.3.0 tcpdump release
    311         fixes for forces: SPARSE data (per RFC 5810)
    312         some more test cases added
    313         updates to documentation on -l, -U and -w flags.
    314         Fix printing of BGP optional headers.
    315         Tried to include DLT_PFSYNC support, failed due to headers required.
    316         added TIPC support.
    317         Fix LLDP Network Policy bit definitions.
    318         fixes for IGMPv3's Max Response Time: it is in units of 0.1 second.
    319         SIGUSR1 can be used rather than SIGINFO for stats
    320         permit -n flag to affect print-ip for protocol numbers
    321         ND_OPT_ADVINTERVAL is in milliseconds, not seconds
    322         Teach PPPoE parser about RFC 4638
    323 
    324 
    325 Friday  December 9, 2011.  guy (a] alum.mit.edu.
    326   Summary for 4.2.1 tcpdump release
    327 	Only build the Babel printer if IPv6 is enabled.
    328 	Support Babel on port 6696 as well as 6697.
    329 	Include ppi.h in release tarball.
    330 	Include all the test files in the release tarball, and don't
    331 	 "include" test files that no longer exist.
    332 	Don't assume we have <rpc/rpc.h> - check for it.
    333 	Support "-T carp" as a way of dissecting IP protocol 112 as CARP
    334 	 rather than VRRP.
    335 	Support Hilscher NetAnalyzer link-layer header format.
    336 	Constify some pointers and fix compiler warnings.
    337 	Get rid of never-true test.
    338 	Fix an unintended fall-through in a case statement in the ARP
    339 	 printer.
    340 	Fix several cases where sizeof(sizeof(XXX)) was used when just
    341 	 sizeof(XXX) was intended.
    342 	Make stricter sanity checks in the ES-IS printer.
    343 	Get rid of some GCCisms that caused builds to fai with compilers
    344 	 that don't support them.
    345 	Fix typo in man page.
    346 	Added length checks to Babel printer.
    347 
    348 Sunday  July 24, 2011.  mcr (a] sandelman.ca.
    349   Summary for 4.2.+
    350 	merged 802.15.4 decoder from Dmitry Eremin-Solenikov <dbaryshkov
    351 	  at gmail dot com>
    352         updates to forces for new port numbers
    353         Use "-H", not "-h", for the 802.11s option. (-h always help)
    354         Better ICMPv6 checksum handling.
    355         add support for the RPKI/Router Protocol, per -ietf-sidr-rpki-rtr-12
    356         get rid of uuencoded pcap test files, git can do binary.
    357         sFlow changes for 64-bit counters.
    358         fixes for PPI packet header handling and printing.
    359         Add DCB Exchange protocol (DCBX) version 1.01.
    360         Babel dissector, from Juliusz Chroboczek and Grgoire Henry.
    361         improvements to radiotap for rate values > 127.
    362         Many improvements to ForCES decode, including fix SCTP TML port
    363         updated RPL type code to RPL-17 draft
    364         Improve printout of DHCPv6 options.
    365         added support and test case for QinQ (802.1q VLAN) packets
    366         Handle DLT_IEEE802_15_4_NOFCS like DLT_IEEE802_15_4.
    367         Build fixes for Sparc and other machines with alignment restrictions.
    368         Merged changes from Debian package.
    369         PGM: Add ACK decoding and add PGMCC DATA and FEEDBACK options.
    370         Build fixes for OSX (Snow Leopard and others)
    371         Add support for IEEE 802.15.4 packets
    372 
    373 Tue.    July 20, 2010.  guy (a] alum.mit.edu.
    374   Summary for 4.1.2 tcpdump release
    375 	If -U is specified, flush the file after creating it, so it's
    376 	  not zero-length
    377 	Fix TCP flags output description, and some typoes, in the man
    378 	  page
    379 	Add a -h flag, and only attempt to recognize 802.11s mesh
    380 	  headers if it's set
    381 	When printing the link-layer type list, send *all* output to
    382 	  stderr
    383 	Include the CFLAGS setting when configure was run in the
    384 	  compiler flags
    385 
    386 Thu.	April 1, 2010.  guy (a] alum.mit.edu.
    387   Summary for 4.1.1 tcpdump release
    388 	Fix build on systems with PF, such as FreeBSD and OpenBSD.
    389 	Don't blow up if a zero-length link-layer address is passed to
    390 	  linkaddr_string().
    391 
    392 Thu.	March 11, 2010.  ken (a] netfunctional.ca/guy (a] alum.mit.edu.
    393   Summary for 4.1.0 tcpdump release
    394 	Fix printing of MAC addresses for VLAN frames with a length
    395 	  field
    396 	Add some additional bounds checks and use the EXTRACT_ macros
    397 	  more
    398 	Add a -b flag to print the AS number in BGP packets in ASDOT
    399 	  notation rather than ASPLAIN notation
    400 	Add ICMPv6 RFC 5006 support
    401 	Decode the access flags in NFS access requests
    402 	Handle the new DLT_ for memory-mapped USB captures on Linux
    403 	Make the default snapshot (-s) the maximum
    404 	Print name of device (when -L is used)
    405 	Support for OpenSolaris (and SXCE build 125 and later)
    406 	Print new TCP flags
    407 	Add support for RPL DIO
    408 	Add support for TCP User Timeout (UTO)
    409 	Add support for non-standard Ethertypes used by 3com PPPoE gear
    410 	Add support for 802.11n and 802.11s
    411 	Add support for Transparent Ethernet Bridge ethertype in GRE
    412 	Add 4 byte AS support for BGP printer
    413 	Add support for the MDT SAFI 66 BG printer
    414 	Add basic IPv6 support to print-olsr
    415 	Add USB printer
    416 	Add printer for ForCES
    417 	Handle frames with an FCS
    418 	Handle 802.11n Control Wrapper, Block Acq Req and Block Ack frames
    419 	Fix TCP sequence number printing
    420 	Report 802.2 packets as 802.2 instead of 802.3
    421 	Don't include -L/usr/lib in LDFLAGS
    422 	On x86_64 Linux, look in lib64 directory too
    423 	Lots of code clean ups
    424 	Autoconf clean ups
    425 	Update testcases to make output changes
    426 	Fix compiling with/out smi (--with{,out}-smi)
    427 	Fix compiling without IPv6 support (--disable-ipv6)
    428 
    429 Mon.    October 27, 2008.  ken (a] netfunctional.ca.  Summary for 4.0.0 tcpdump release
    430         Add support for Bluetooth Sniffing
    431         Add support for Realtek Remote Control Protocol (openrrcp.org.ru)
    432         Add support for 802.11 AVS
    433         Add support for SMB over TCP
    434         Add support for 4 byte BGP AS printing
    435         Add support for compiling on case-insensitive file systems
    436         Add support for ikev2 printing
    437         Update support for decoding AFS
    438         Update DHCPv6 printer
    439         Use newer libpcap API's (allows -B option on all platforms)
    440         Add -I to turn on monitor mode
    441         Bugfixes in lldp, lspping, dccp, ESP, NFS printers
    442         Cleanup unused files and various cruft
    443 
    444 Mon.    September 10, 2007.  ken (a] xelerance.com.  Summary for 3.9.8 tcpdump release
    445         Rework ARP printer
    446         Rework OSPFv3 printer
    447         Add support for Frame-Relay ARP
    448         Decode DHCP Option 121 (RFC 3442 Classless Static Route)
    449         Decode DHCP Option 249 (MS Classless Static Route) the same as Option 121
    450         TLV: Add support for Juniper .pcap extensions
    451         Print EGP header in new-world-order style
    452         Converted print-isakmp.c to NETDISSECT
    453         Moved AF specific stuff into af.h
    454         Test subsystem now table driven, and saves outputs and diffs to one place
    455         Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
    456          libpcap files on an OS other than where the file was generated
    457 
    458 
    459 Wed.	July 23, 2007.  mcr (a] xelerance.com.  Summary for 3.9.7 libpcap release
    460 
    461     	NFS: Print unsigned values as such.
    462 	RX: parse safely.
    463 	BGP: fixes for IPv6-less builds.
    464 	801.1ag: use standard codepoint.
    465 	use /dev/bpf on systems with such a device.
    466 	802.11: print QoS data, avoid dissect of no-data frame, ignore padding.
    467 	smb: make sure that we haven't gone past the end of the captured data.
    468 	smb: squelch an uninitialized complaint from coverity.
    469 	NFS: from NetBSD; don't interpret the reply as a possible NFS reply
    470 		if it got MSG_DENIED.
    471 	BGP: don't print TLV values that didn't fit, from www.digit-labs.org.
    472 	revised INSTALL.txt about libpcap dependancy.
    473 
    474 Wed.	April 25, 2007. ken (a] xelerance.com.  Summary for 3.9.6 tcpdump release
    475 	Update man page to reflect changes to libpcap
    476 	Changes to both TCP and IP Printer Output
    477 	Fix a potential buffer overflow in the 802.11 printer
    478 	Print basic info about a few more Cisco LAN protocols.
    479 	mDNS cleanup
    480 	ICMP MPLS rework of the extension code
    481 	bugfix: use the correct codepoint for the OSPF simple text auth token
    482 	 entry, and use safeputs to print the password.
    483 	Add support in pflog for additional values
    484 	Add support for OIF RSVP Extensions UNI 1.0 Rev. 2 and additional RSVP objects
    485 	Add support for the Message-id NACK c-type.
    486 	Add support for 802.3ah loopback ctrl msg
    487 	Add support for Multiple-STP as per 802.1s
    488 	Add support for rapid-SPT as per 802.1w
    489 	Add support for CFM Link-trace msg, Link-trace-Reply msg,
    490 	 Sender-ID tlv, private tlv, port, interface status
    491 	Add support for unidirectional link detection as per
    492 	 http://www.ietf.org/internet-drafts/draft-foschiano-udld-02.txt
    493 	Add support for the olsr protocol as per RFC 3626 plus the LQ
    494 	 extensions from olsr.org
    495 	Add support for variable-length checksum in DCCP, as per section 9 of
    496 	 RFC 4340.
    497 	Add support for per-VLAN spanning tree and per-VLAN rapid spanning tree
    498 	Add support for Multiple-STP as per 802.1s
    499 	Add support for the cisco propriatry 'dynamic trunking protocol'
    500 	Add support for the cisco proprietary VTP protocol
    501 	Update dhcp6 options table as per IETF standardization activities
    502 
    503 
    504 Tue.	September 19, 2006. ken (a] xelerance.com. Summary for 3.9.5 tcpdump release
    505 
    506 	Fix compiling on AIX (, at end of ENUM)
    507 	Updated list of DNS RR typecodes
    508 	Use local Ethernet defs on WIN32
    509 	Add support for Frame-Relay ARP
    510 	Fixes for compiling under MSVC++
    511 	Add support for parsing Juniper .pcap files
    512 	Add support for FRF.16 Multilink Frame-Relay (DLT_MFR)
    513 	Rework the OSPFv3 printer
    514 	Fix printing for 4.4BSD/NetBSD NFS Filehandles
    515 	Add support for Cisco style NLPID encapsulation
    516 	Add cisco prop. eigrp related, extended communities
    517 	Add support for BGP signaled VPLS
    518 	Cleanup the bootp printer
    519 	Add support for PPP over Frame-Relay
    520 	Add some bounds checking to the IP options code, and clean up
    521 	 the options output a bit.
    522 	Add additional modp groups to ISAKMP printer
    523 	Add support for Address-Withdraw and Label-Withdraw Msgs
    524 	Add support for the BFD Discriminator TLV
    525 	Fixes for 64bit compiling
    526 	Add support for PIMv2 checksum verification
    527 	Add support for further dissection of the IPCP Compression Option
    528 	Add support for Cisco's proposed VQP protocol
    529 	Add basic support for keyed authentication TCP option
    530 	Lots of minor cosmetic changes to output printers
    531 
    532 
    533 Mon. 	September 19, 2005.  ken (a] xelerance.com. Summary for 3.9.4 tcpdump release
    534 	Decoder support for more Juniper link-layer types
    535 	Fix a potential buffer overflow (although it can't occur in
    536 		practice).
    537 	Fix the handling of unknown management frame types in the 802.11
    538 		printer.
    539 	Add FRF.16 support, fix various Frame Relay bugs.
    540 	Add support for RSVP integrity objects, update fast-reroute
    541 		object printer to latest spec.
    542 	Clean up documentation of vlan filter expression, document mpls
    543 		filter expression.
    544 	Document new pppoed and pppoes filter expressions.
    545 	Update diffserver-TE codepoints as per RFC 4124.
    546 	Spelling fixes in ICMPv6.
    547 	Don't require any fields other than flags to be present in IS-IS
    548 		restart signaling TLVs, and only print the system ID in
    549 		those TLVs as system IDs, not as node IDs.
    550 	Support for DCCP.
    551 
    552 Tue. 	July 5, 2005.  ken (a] xelerance.com. Summary for 3.9.3 tcpdump release
    553 
    554 	Option to chroot() when dropping privs
    555 	Fixes for compiling on nearly every platform,
    556 		including improved 64bit support
    557 	Many new testcases
    558 	Support for sending packets
    559 	Many compliation fixes on most platforms
    560 	Fixes for recent version of GCC to eliminate warnings
    561 	Improved Unicode support
    562 
    563 	Decoders & DLT Changes, Updates and New:
    564 		AES ESP support
    565 		Juniper ATM, FRF.15, FRF.16, PPPoE,
    566 			ML-FR, ML-PIC, ML-PPP, PL-PPP, LS-PIC
    567 			GGSN,ES,MONITOR,SERVICES
    568 		L2VPN
    569 		Axent Raptor/Symantec Firewall
    570 		TCP-MD5 (RFC 2385)
    571 		ESP-in-UDP (RFC 3948)
    572 		ATM OAM
    573 		LMP, LMP Service Discovery
    574 		IP over FC
    575 		IP over IEEE 1394
    576 		BACnet MS/TP
    577 		SS7
    578 		LDP over TCP
    579 		LACP, MARKER as per 802.3ad
    580 		PGM (RFC 3208)
    581 		LSP-PING
    582 		G.7041/Y.1303 Generic Framing Procedure
    583 		EIGRP-IP, EIGRP-IPX
    584 		ICMP6
    585 		Radio - via radiotap
    586 		DHCPv6
    587 		HDLC over PPP
    588 
    589 Tue.   March 30, 2004. mcr (a] sandelman.ottawa.on.ca. Summary for 3.8.3 release
    590 
    591 	No changes from 3.8.2. Version bumped only to maintain consistency
    592 	with libpcap 0.8.3.
    593 
    594 Mon.   March 29, 2004. mcr (a] sandelman.ottawa.on.ca. Summary for 3.8.2 release
    595 
    596 	Fixes for print-isakmp.c      CVE:    CAN-2004-0183, CAN-2004-0184
    597 	  		     http://www.rapid7.com/advisories/R7-0017.html
    598 	IP-over-IEEE1394 printing.
    599 	some MINGW32 changes.
    600 	updates for autoconf 2.5
    601 	fixes for print-aodv.c - check for too short packets
    602 	formatting changes to print-ascii for hex output.
    603 	check for too short packets: print-bgp.c, print-bootp.c, print-cdp.c,
    604 		print-chdlc.c, print-domain.c, print-icmp.c, print-icmp6.c,
    605 		print-ip.c, print-lwres.c, print-ospf.c, print-pim.c,
    606 		print-ppp.c,print-pppoe.c, print-rsvp.c, print-wb.c
    607 	print-ether.c - better handling of unknown types.
    608 	print-isoclns.c - additional decoding of types.
    609 	print-llc.c - strings for LLC names added.
    610 	print-pfloc.c - various enhancements
    611 	print-radius.c - better decoding to strings.
    612 
    613 Wed.   November 12, 2003. mcr (a] sandelman.ottawa.on.ca. Summary for 3.8 release
    614 
    615 	changed syntax of -E argument so that multiple SAs can be decrypted
    616 	fixes for Digital Unix headers and Documentation
    617 	__attribute__ fixes
    618 	CDP changes from Terry Kennedy <terry (a] tmk.com>.
    619 	IPv6 mobility updates from Kazushi Sugyo <sugyo (a] pb.jp.nec.com>
    620 	Fixes for ASN.1 decoder for 2.100.3 forms.
    621 	Added a count of packets received and processed to clarify numbers.
    622 	Incorporated WinDUMP patches for Win32 builds.
    623 	PPPoE payload length headers.
    624 	Fixes for HP C compiler builds.
    625 	Use new pcap_breakloop() and pcap_findalldevs() if we can.
    626 	BGP output split into multiple lines.
    627 	Fixes to 802.11 decoding.
    628 	Fixes to PIM decoder.
    629 	SuperH is a CPU that can't handle unaligned access. Many fixes for
    630 		unaligned access work.
    631 	Fixes to Frame-Relay decoder for Q.933/922 frames.
    632 	Clarified when Solaris can do captures as non-root.
    633 	Added tests/ subdir for examples/regression tests.
    634 	New -U flag.	-flush stdout after every packet
    635 	New -A flag	-print ascii only
    636 	support for decoding IS-IS inside Cisco HDLC Frames
    637 	more verbosity for tftp decoder
    638 	mDNS decoder
    639 	new BFD decoder
    640 	cross compilation patches
    641 	RFC 3561 AODV support.
    642 	UDP/TCP pseudo-checksum properly for source-route options.
    643 	sanitized all files to modified BSD license
    644 	Add support for RFC 2625 IP-over-Fibre Channel.
    645 	fixes for DECnet support.
    646 	Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI.
    647 	RFC 2684 encapsulation of BPDUs.
    648 
    649 Tuesday, February 25, 2003. fenner (a] research.att.com.  3.7.2 release
    650 
    651 	Fixed infinite loop when parsing invalid isakmp packets.
    652 	 (reported by iDefense; already fixed in CVS)
    653 	Fixed infinite loop when parsing invalid BGP packets.
    654 	Fixed buffer overflow with certain invalid NFS packets.
    655 	Pretty-print unprintable network names in 802.11 printer.
    656 	Handle truncated nbp (appletalk) packets.
    657 	Updated DHCPv6 printer to match draft-ietf-dhc-dhcpv6-22.txt
    658 	Print IP protocol name even if we don't have a printer for it.
    659 	Print IP protocol name or number for fragments.
    660 	Print the whole MPLS label stack, not just the top label.
    661 	Print request header and file handle for NFS v3 FSINFO and PATHCONF
    662 	 requests.
    663 	Fix NFS packet truncation checks.
    664 	Handle "old" DR-Priority and Bidir-Capable PIM HELLO options.
    665 	Handle unknown RADIUS attributes properly.
    666 	Fix an ASN.1 parsing error that would cause e.g. the OID
    667 	 2.100.3 to be misrepresented as 4.20.3 .
    668 
    669 Monday, January 21, 2002. mcr (a] sandelman.ottawa.on.ca. Summary for 3.7 release
    670 see http://www.tcpdump.org/cvs-log/2002-01-21.10:16:48.html for commit log.
    671 	keyword "ipx" added.
    672 	Better OSI/802.2 support on Linux.
    673 	IEEE 802.11 support, from clenahan (a] fortresstech.com, achirica (a] ttd.net.
    674 	LLC SAP support for FDDI/token ring/RFC-1483 style ATM
    675 	BXXP protocol was replaced by the BEEP protocol;
    676 	improvements to SNAP demux.
    677 	Changes to "any" interface documentation.
    678 	Documentation on pcap_stats() counters.
    679 	Fix a memory leak found by Miklos Szeredi - pcap_ether_aton().
    680 	Added MPLS encapsulation decoding per RFC3032.
    681 	DNS dissector handles TKEY, TSIG and IXFR.
    682 	adaptive SLIP interface patch from Igor Khristophorov <igor (a] atdot.org>
    683 	SMB printing has much improved bounds checks
    684 	OUI 0x0000f8 decoded as encapsulated ethernet for Cisco-custom bridging
    685 	Zephyr support, from Nickolai Zeldovich <kolya (a] MIT.EDU>.
    686 	Solaris - devices with digits in them. Stefan Hudson <hudson (a] mbay.net>
    687 	IPX socket 0x85be is for Cisco EIGRP over IPX.
    688 	Improvements to fragmented ESP handling.
    689 	SCTP support from Armando L. Caro Jr. <acaro (a] mail.eecis.udel.edu>
    690 	Linux ARPHDR_ATM support fixed.
    691 	Added a "netbeui" keyword, which selects NetBEUI packets.
    692 	IPv6 ND improvements, MobileIP dissector, 2292bis-02 for RA option.
    693 	Handle ARPHDR_HDLC from Marcus Felipe Pereira <marcus (a] task.com.br>.
    694 	Handle IPX socket 0x553 -> NetBIOS-over-IPX socket, "nwlink-dgm"
    695 	Better Linux libc5 compat.
    696 	BIND9 lwres dissector added.
    697 	MIPS and SPARC get strict alignment macros (affects print-bgp.c)
    698 	Apple LocalTalk LINKTYPE_ reserved.
    699 	New time stamp formats documented.
    700 	DHCP6 updated to draft-22.txt spec.
    701 	ICMP types/codes now accept symbolic names.
    702 	Add SIGINFO handler from LBL
    703 	encrypted CIPE tunnels in IRIX, from Franz Schaefer <schaefer (a] mond.at>.
    704 	now we are -Wstrict-prototype clean.
    705 	NetBSD DLT_PPP_ETHER; adapted from Martin Husemann <martin (a] netbsd.org>.
    706 	PPPoE dissector cleaned up.
    707 	Support for LocalTalk hardware, from Uns Lider <unslider (a] miranda.org>.
    708 	In dissector, now the caller prints the IP addresses rather than proto.
    709 	cjclark (a] alum.mit.edu: print the IP proto for non-initial fragments.
    710 	LLC frames with a DSAP and LSAP of 0xe0 are IPX frames.
    711 	Linux cooked frames with a type value of LINUX_SLL_P_802_3 are IPX.
    712 	captures on the "any" device won't be done in promiscuous mode
    713 	Token Ring support on DLPI - Onno van der Linden <onno (a] simplex.nl>
    714 	ARCNet support, from NetBSD.
    715 	HSRP dissector, from Julian Cowley <julian (a] lava.net>.
    716 	Handle (GRE-encapsulated) PPTP
    717 	added -C option to rotate save file every optarg * 1,000,000 bytes.
    718 	support for "vrrp" name - NetBSD, by Klaus Klein <kleink (a] netbsd.org>.
    719 	PPTP support, from Motonori Shindo <mshindo (a] mshindo.net>.
    720 	IS-IS over PPP support, from Hannes Gredler <hannes (a] juniper.net>.
    721 	CNFP support for IPv6,format. Harry Raaymakers <harryr (a] connect.com.au>.
    722 	ESP printing updated to RFC2406.
    723 	HP-UX can now handle large number of PPAs.
    724 	MSDP printer added.
    725 	L2TP dissector improvements from Motonori Shindo.
    726 
    727 Tuesday January 9, 2001. mcr (a] sandelman.ottawa.on.ca. Summary for 3.6 release
    728 	Cleaned up documentation.
    729 	Promisc mode fixes for Linux
    730 	IPsec changes/cleanups.
    731 	Alignment fixes for picky architectures
    732 
    733 	Removed dependency on native headers for packet dissectors.
    734 	Removed Linux specific headers that were shipped
    735 
    736 	libpcap changes provide for exchanging capture files between
    737 	  systems. Save files now have well known PACKET_ values instead of
    738 	  depending upon system dependant mappings of DLT_* types.
    739 
    740 	Support for computing/checking IP and UDP/TCP checksums.
    741 
    742 	Updated autoconf stock files.
    743 
    744 	IPv6 improvements: dhcp (draft-15), mobile-ip6, ppp, ospf6,
    745 
    746 	Added dissector support for: ISOCLNS, Token Ring, IGMPv3, bxxp,
    747 		timed, vrrp, radius, chdlc, cnfp, cdp, IEEE802.1d, raw-AppleTalk
    748 
    749 	Added filtering support for: VLANs, ESIS, ISIS
    750 
    751 	Improvements to: print-telnet, IPTalk, bootp/dhcp, ECN, PPP,
    752 		L2TP, PPPoE
    753 
    754 	HP-UX 11.0 -- find the right dlpi device.
    755 	Solaris 8 - IPv6 works
    756 	Linux - Added support for an "any" device to capture on all interfaces
    757 
    758 	Security fixes: buffer overrun audit done. Strcpy replaced with
    759 		strlcpy, sprintf replaced with snprintf.
    760 	Look for lex problems, and warn about them.
    761 
    762 
    763 v3.5 Fri Jan 28 18:00:00 PST 2000
    764 
    765 Bill Fenner <fenner (a] research.att.com>
    766 - switch to config.h for autoconf
    767 - unify RCSID strings
    768 - Updated PIMv1, PIMv2, DVMRP, IGMP parsers, add Cisco Auto-RP parser
    769 - Really fix the RIP printer
    770 - Fix MAC address -> name translation.
    771 - some -Wall -Wformat fixes
    772 - update makemib to parse much of SMIv2
    773 - Print TCP sequence # with -vv even if you normally wouldn't
    774 - Print as much of IP/TCP/UDP headers as possible even if truncated.
    775 
    776 itojun (a] iijlab.net
    777 - -X will make a ascii dump.  from netbsd.
    778 - telnet command sequence decoder (ff xx xx).  from netbsd.
    779 - print-bgp.c: improve options printing.  ugly code exists for
    780   unaligned option parsing (need some fix).
    781 - const poisoning in SMB decoder.
    782 - -Wall -Werror clean checks.
    783 - bring in KAME IPv6/IPsec decoding code.
    784 
    785 Assar Westerlund  <assar (a] sics.se>
    786 - SNMPv2 and SNMPv3 printer
    787 - If compiled with libsmi, tcpdump can load MIBs on the fly to decode
    788   SNMP packets.
    789 - Incorporate NFS parsing code from NetBSD.  Adds support for nfsv3.
    790 - portability fixes
    791 - permit building in different directories.
    792 
    793 Ken Hornstein <kenh (a] cmf.nrl.navy.mil>
    794 - bring in code at
    795   /afs/transarc.com/public/afs-contrib/tools/tcpdump for parsing
    796   AFS3 packets
    797 
    798 Andrew Tridgell <tridge (a] linuxcare.com>
    799 - SMB printing code
    800 
    801 Love <lha (a] stacken.kth.se>
    802 - print-rx.c: add code for printing MakeDir and StoreStatus.  Also
    803   change date format to the right one.
    804 
    805 Michael C. Richardson  <mcr (a] sandelman.ottawa.on.ca>
    806 - Created tcpdump.org repository
    807 
    808 v3.4 Sat Jul 25 12:40:55 PDT 1998
    809 
    810 - Hardwire Linux slip support since it's too hard to detect.
    811 
    812 - Redo configuration of "network" libraries (-lsocket and -lnsl) to
    813   deal with IRIX. Thanks to John Hawkinson (jhawk (a] mit.edu)
    814 
    815 - Added -a which tries to translate network and broadcast addresses to
    816   names. Suggested by Rob van Nieuwkerk (robn (a] verdi.et.tudelft.nl)
    817 
    818 - Added a configure option to disable gcc.
    819 
    820 - Added a "raw" packet printer.
    821 
    822 - Not having an interface address is no longer fatal. Requested by John
    823   Hawkinson.
    824 
    825 - Rework signal setup to accommodate Linux.
    826 
    827 - OSPF truncation check fix. Also display the type of OSPF packets
    828   using MD5 authentication. Thanks to Brian Wellington
    829   (bwelling (a] tis.com)
    830 
    831 - Fix truncation check bugs in the Kerberos printer. Reported by Ezra
    832   Peisach (epeisach (a] mit.edu)
    833 
    834 - Don't catch SIGHUP when invoked with nohup(1). Thanks to Dave Plonka
    835   (plonka (a] mfa.com)
    836 
    837 - Specify full install target as a way of detecting if install
    838   directory does not exist. Thanks to Dave Plonka.
    839 
    840 - Bit-swap FDDI addresses for BSD/OS too. Thanks to Paul Vixie
    841   (paul (a] vix.com)
    842 
    843 - Fix off-by-one bug when testing size of ethernet packets. Thanks to
    844   Marty Leisner (leisner (a] sdsp.mc.xerox.com)
    845 
    846 - Add a local autoconf macro to check for routines in libraries; the
    847   autoconf version is broken (it only puts the library name in the
    848   cache variable name). Thanks to John Hawkinson.
    849 
    850 - Add a local autoconf macro to check for types; the autoconf version
    851   is broken (it uses grep instead of actually compiling a code fragment).
    852 
    853 - Modified to support the new BSD/OS 2.1 PPP and SLIP link layer header
    854   formats.
    855 
    856 - Extend OSF ip header workaround to versions 1 and 2.
    857 
    858 - Fix some signed problems in the nfs printer. As reported by David
    859   Sacerdote (davids (a] silence.secnet.com)
    860 
    861 - Detect group wheel and use it as the default since BSD/OS' install
    862   can't hack numeric groups. Reported by David Sacerdote.
    863 
    864 - AIX needs special loader options. Thanks to Jonathan I. Kamens
    865   (jik (a] cam.ov.com)
    866 
    867 - Fixed the nfs printer to print port numbers in decimal. Thanks to
    868   Kent Vander Velden (graphix (a] iastate.edu)
    869 
    870 - Find installed libpcap in /usr/local/lib when not using gcc.
    871 
    872 - Disallow network masks with non-network bits set.
    873 
    874 - Attempt to detect "egcs" versions of gcc.
    875 
    876 - Add missing closing double quotes when displaying bootp strings.
    877   Reported by Viet-Trung Luu (vluu (a] picard.math.uwaterloo.ca)
    878 
    879 v3.3 Sat Nov 30 20:56:27 PST 1996
    880 
    881 - Added Linux support.
    882 
    883 - GRE encapsulated packet printer thanks to John Hawkinson
    884   (jhawk (a] mit.edu)
    885 
    886 - Rewrite gmt2local() to avoid problematic os dependencies.
    887 
    888 - Suppress nfs truncation message on errors.
    889 
    890 - Add missing m4 quoting in AC_LBL_UNALIGNED_ACCESS autoconf macro.
    891   Reported by Joachim Ott (ott (a] ardala.han.de)
    892 
    893 - Enable "ip_hl vs. ip_vhl" workaround for OSF4 too.
    894 
    895 - Print arp hardware type in host order. Thanks to Onno van der Linden
    896   (onno (a] simplex.nl)
    897 
    898 - Avoid solaris compiler warnings. Thanks to Bruce Barnett
    899   (barnett (a] grymoire.crd.ge.com)
    900 
    901 - Fix rip printer to not print one more route than is actually in the
    902   packet. Thanks to Jean-Luc Richier (Jean-Luc.Richier (a] imag.fr) and
    903   Bill Fenner (fenner (a] parc.xerox.com)
    904 
    905 - Use autoconf endian detection since BYTE_ORDER isn't defined on all systems.
    906 
    907 - Fix dvmrp printer truncation checks and add a dvmrp probe printer.
    908   Thanks to Danny J. Mitzel (mitzel (a] ipsilon.com)
    909 
    910 - Rewrite ospf printer to improve truncation checks.
    911 
    912 - Don't parse tcp options past the EOL. As noted by David Sacerdote
    913   (davids (a] secnet.com). Also, check tcp options to make sure they ar
    914   actually in the tcp header (in addition to the normal truncation
    915   checks). Fix the SACK code to print the N blocks (instead of the
    916   first block N times).
    917 
    918 - Don't say really small UDP packets are truncated just because they
    919   aren't big enough to be a RPC. As noted by David Sacerdote.
    920 
    921 v3.2.1 Sun Jul 14 03:02:26 PDT 1996
    922 
    923 - Added rfc1716 icmp codes as suggested by Martin Fredriksson
    924   (martin (a] msp.se)
    925 
    926 - Print mtu for icmp unreach need frag packets. Thanks to John
    927   Hawkinson (jhawk (a] mit.edu)
    928 
    929 - Decode icmp router discovery messages. Thanks to Jeffrey Honig
    930   (jch (a] bsdi.com)
    931 
    932 - Added a printer entry for DLT_IEEE802 as suggested by Tak Kushida
    933   (kushida (a] trl.ibm.co.jp)
    934 
    935 - Check igmp checksum if possible. Thanks to John Hawkinson.
    936 
    937 - Made changes for SINIX. Thanks to Andrej Borsenkow
    938   (borsenkow.msk (a] sni.de)
    939 
    940 - Use autoconf's idea of the top level directory in install targets.
    941   Thanks to John Hawkinson.
    942 
    943 - Avoid infinite loop in tcp options printing code. Thanks to Jeffrey
    944   Mogul (mogul (a] pa.dec.com)
    945 
    946 - Avoid using -lsocket in IRIX 5.2 and earlier since it breaks snoop.
    947   Thanks to John Hawkinson.
    948 
    949 - Added some more packet truncation checks.
    950 
    951 - On systems that have it, use sigset() instead of signal() since
    952   signal() has different semantics on these systems.
    953 
    954 - Fixed some more alignment problems on the alpha.
    955 
    956 - Add code to massage unprintable characters in the domain and ipx
    957   printers. Thanks to John Hawkinson.
    958 
    959 - Added explicit netmask support. Thanks to Steve Nuchia
    960   (steve (a] research.oknet.com)
    961 
    962 - Add "sca" keyword (for DEC cluster services) as suggested by Terry
    963   Kennedy (terry (a] spcvxa.spc.edu)
    964 
    965 - Add "atalk" keyword as suggested by John Hawkinson.
    966 
    967 - Added an igrp printer. Thanks to Francis Dupont
    968   (francis.dupont (a] inria.fr)
    969 
    970 - Print IPX net numbers in hex a la Novell Netware. Thanks to Terry
    971   Kennedy (terry (a] spcvxa.spc.edu)
    972 
    973 - Fixed snmp extended tag field parsing bug. Thanks to Pascal Hennequin
    974   (pascal.hennequin (a] hugo.int-evry.fr)
    975 
    976 - Added some ETHERTYPEs missing on some systems.
    977 
    978 - Added truncated packet macros and various checks.
    979 
    980 - Fixed endian problems with the DECnet printer.
    981 
    982 - Use $CC when checking gcc version. Thanks to Carl Lindberg
    983   (carl_lindberg (a] blacksmith.com)
    984 
    985 - Fixes for AIX (although this system is not yet supported). Thanks to
    986   John Hawkinson.
    987 
    988 - Fix bugs in the autoconf misaligned accesses code fragment.
    989 
    990 - Include sys/param.h to get BYTE_ORDER in a few places. Thanks to
    991   Pavlin Ivanov Radoslavov (pavlin (a] cs.titech.ac.jp)
    992 
    993 v3.2 Sun Jun 23 02:28:10 PDT 1996
    994 
    995 - Print new icmp unreachable codes as suggested by Martin Fredriksson
    996   (martin (a] msp.se). Also print code value when unknown for icmp redirect
    997   and time exceeded.
    998 
    999 - Fix an alignment endian bug in getname(). Thanks to John Hawkinson.
   1000 
   1001 - Define "new" domain record types if not found in arpa/nameserv.h.
   1002   Resulted from a suggestion from John Hawkinson (jhawk (a] mit.edu). Also
   1003   fixed an endian bug when printing mx record and added some new record
   1004   types.
   1005 
   1006 - Added RIP V2 support. Thanks to Jeffrey Honig (jch (a] bsdi.com)
   1007 
   1008 - Added T/TCP options printing. As suggested by Richard Stevens
   1009   (rstevens (a] noao.edu)
   1010 
   1011 - Use autoconf to detect architectures that can't handle misaligned
   1012   accesses.
   1013 
   1014 v3.1 Thu Jun 13 20:59:32 PDT 1996
   1015 
   1016 - Changed u_int32/int32 to u_int32_t/int32_t to be consistent with bsd
   1017   and bind (as suggested by Charles Hannum).
   1018 
   1019 - Port to GNU autoconf.
   1020 
   1021 - Add support for printing DVMRP and PIM traffic thanks to
   1022   Havard Eidnes (Havard.Eidnes (a] runit.sintef.no).
   1023 
   1024 - Fix AppleTalk, IPX and DECnet byte order problems due to wrong endian
   1025   define being referenced. Reported by Terry Kennedy.
   1026 
   1027 - Minor fixes to the man page thanks to Mark Andrews.
   1028 
   1029 - Endian fixes to RTP and vat packet dumpers, thanks to Bruce Mah
   1030   (bmah (a] cs.berkeley.edu).
   1031 
   1032 - Added support for new dns types, thanks to Rainer Orth.
   1033 
   1034 - Fixed tftp_print() to print the block number for ACKs.
   1035 
   1036 - Document -dd and -ddd. Resulted from a bug report from Charlie Slater
   1037   (cslater (a] imatek.com).
   1038 
   1039 - Check return status from malloc/calloc/etc.
   1040 
   1041 - Check return status from pcap_loop() so we can print an error and
   1042   exit with a bad status if there were problems.
   1043 
   1044 - Bail if ip option length is <= 0. Resulted from a bug report from
   1045   Darren Reed (darrenr (a] vitruvius.arbld.unimelb.edu.au).
   1046 
   1047 - Print out a little more information for sun rpc packets.
   1048 
   1049 - Add suport for Kerberos 4 thanks to John Hawkinson (jhawk (a] mit.edu).
   1050 
   1051 - Fixed the Fix EXTRACT_SHORT() and EXTRACT_LONG() macros (which were
   1052   wrong on little endian machines).
   1053 
   1054 - Fixed alignment bug in ipx_decode(). Thanks to Matt Crawford
   1055   (crawdad (a] fnal.gov).
   1056 
   1057 - Fix ntp_print() to not print garbage when the stratum is
   1058   "unspecified." Thanks to Deus Ex Machina (root (a] belle.bork.com).
   1059 
   1060 - Rewrote tcp options printer code to check for truncation. Added
   1061   selective acknowledgment case.
   1062 
   1063 - Fixed an endian bug in the ospf printer. Thanks to Jeffrey C Honig
   1064   (jch (a] bsdi.com)
   1065 
   1066 - Fix rip printer to handle 4.4 BSD sockaddr struct which only uses one
   1067   octet for the sa_family member. Thanks to Yoshitaka Tokugawa
   1068   (toku (a] dit.co.jp)
   1069 
   1070 - Don't checksum ip header if we don't have all of it. Thanks to John
   1071   Hawkinson (jhawk (a] mit.edu).
   1072 
   1073 - Print out hostnames if possible in egp printer. Thanks to Jeffrey
   1074   Honig (jhc (a] bsdi.com)
   1075 
   1076 
   1077 v3.1a1 Wed May  3 19:21:11 PDT 1995
   1078 
   1079 - Include time.h when SVR4 is defined to avoid problems under Solaris
   1080   2.3.
   1081 
   1082 - Fix etheraddr_string() in the ETHER_SERVICE to return the saved
   1083   strings, not the local buffer. Thanks to Stefan Petri
   1084   (petri (a] ibr.cs.tu-bs.de).
   1085 
   1086 - Detect when pcap raises the snaplen (e.g. with snit). Print a warning
   1087   that the selected value was not used. Thanks to Pascal Hennequin
   1088   (Pascal.Hennequin (a] hugo.int-evry.fr).
   1089 
   1090 - Add a truncated packet test to print-nfs.c. Thanks to Pascal Hennequin.
   1091 
   1092 - BYTEORDER -> BYTE_ORDER Thanks to Terry Kennedy (terry (a] spcvxa.spc.edu).
   1093 
   1094 v3.0.3 Sun Oct  1 18:35:00 GMT 1995
   1095 
   1096 - Although there never was a 3.0.3 release, the linux boys cleverly
   1097   "released" one in late 1995.
   1098 
   1099 v3.0.2 Thu Apr 20 21:28:16 PDT 1995
   1100 
   1101 - Change configuration to not use gcc v2 flags with gcc v1.
   1102 
   1103 - Redo gmt2local() so that it works under BSDI (which seems to return
   1104   an empty timezone struct from gettimeofday()). Based on report from
   1105   Terry Kennedy (terry (a] spcvxa.spc.edu).
   1106 
   1107 - Change configure to recognize IP[0-9]* as "mips" SGI hardware. Based
   1108   on report from Mark Andrews (mandrews (a] alias.com).
   1109 
   1110 - Don't pass cc flags to gcc. Resulted from a bug report from Rainer
   1111   Orth (ro (a] techfak.uni-bielefeld.de).
   1112 
   1113 - Fixed printout of connection id for uncompressed tcp slip packets.
   1114   Resulted from a bug report from Richard Stevens (rstevens (a] noao.edu).
   1115 
   1116 - Hack around deficiency in Ultrix's make.
   1117 
   1118 - Add ETHERTYPE_TRAIL define which is missing from irix5.
   1119 
   1120 v3.0.1 Wed Aug 31 22:42:26 PDT 1994
   1121 
   1122 - Fix problems with gcc2 vs. malloc() and read() prototypes under SunOS 4.
   1123 
   1124 v3.0 Mon Jun 20 19:23:27 PDT 1994
   1125 
   1126 - Added support for printing tcp option timestamps thanks to
   1127   Mark Andrews (mandrews (a] alias.com).
   1128 
   1129 - Reorganize protocol dumpers to take const pointers to packets so they
   1130   never change the contents (i.e., they used to do endian conversions
   1131   in place).  Previously, whenever more than one pass was taken over
   1132   the packet, the packet contents would be dumped incorrectly (i.e.,
   1133   the output form -x would be wrong on little endian machines because
   1134   the protocol dumpers would modify the data).  Thanks to Charles Hannum
   1135   (mycroft (a] gnu.ai.mit.edu) for reporting this problem.
   1136 
   1137 - Added support for decnet protocol dumping thanks to Jeff Mogul
   1138   (mogul (a] pa.dec.com).
   1139 
   1140 - Fix bug that caused length of packet to be incorrectly printed
   1141   (off by ether header size) for unknown ethernet types thanks
   1142   to Greg Miller (gmiller (a] kayak.mitre.org).
   1143 
   1144 - Added support for IPX protocol dumping thanks to Brad Parker
   1145   (brad (a] fcr.com).
   1146 
   1147 - Added check to verify IP header checksum under -v thanks to
   1148   Brad Parker (brad (a] fcr.com).
   1149 
   1150 - Move packet capture code to new libpcap library (which is
   1151   packaged separately).
   1152 
   1153 - Prototype everything and assume an ansi compiler.
   1154 
   1155 - print-arp.c: Print hardware ethernet addresses if they're not
   1156   what we expect.
   1157 
   1158 - print-bootp.c: Decode the cmu vendor field. Add RFC1497 tags.
   1159   Many helpful suggestions from Gordon Ross (gwr (a] jericho.mc.com).
   1160 
   1161 - print-fddi.c: Improvements. Thanks to Jeffrey Mogul
   1162   (mogul (a] pa.dec.com).
   1163 
   1164 - print-icmp.c: Byte swap netmask before printing. Thanks to
   1165   Richard Stevens (rstevens (a] noao.edu). Print icmp type when unknown.
   1166 
   1167 - print-ip.c: Print the inner ip datagram of ip-in-ip encapsulated packets.
   1168   By default, only the inner packet is dumped, appended with the token
   1169   "(encap)".  Under -v, both the inner and output packets are dumped
   1170   (on the same line).  Note that the filter applies to the original packet,
   1171   not the encapsulated packet.  So if you run tcpdump on a net with an
   1172   IP Multicast tunnel, you cannot filter out the datagrams using the
   1173   conventional syntax.  (You can filter away all the ip-in-ip traffic
   1174   with "not ip proto 4".)
   1175 
   1176 - print-nfs.c: Keep pending rpc's in circular table. Add generic
   1177   nfs header and remove os dependences. Thanks to Jeffrey Mogul.
   1178 
   1179 - print-ospf.c: Improvements. Thanks to Jeffrey Mogul.
   1180 
   1181 - tcpdump.c: Add -T flag allows interpretation of "vat", "wb", "rpc"
   1182   (sunrpc) and rtp packets. Added "inbound" and "outbound" keywords
   1183   Add && and || operators
   1184 
   1185 v2.2.1 Tue Jun 6 17:57:22 PDT 1992
   1186 
   1187 - Fix bug with -c flag.
   1188 
   1189 v2.2 Fri May 22 17:19:41 PDT 1992
   1190 
   1191 - savefile.c: Remove hack that shouldn't have been exported. Add
   1192   truncate checks.
   1193 
   1194 - Added the 'icmp' keyword.  For example, 'icmp[0] != 8 and icmp[0] != 0'
   1195   matches non-echo/reply ICMP packets.
   1196 
   1197 - Many improvements to filter code optimizer.
   1198 
   1199 - Added 'multicast' keyword and extended the 'broadcast' keyword can now be
   1200   so that protocol qualifications are allowed. For example, "ip broadcast"
   1201   and "ether multicast" are valid filters.
   1202 
   1203 - Added support for monitoring the loopback interface (i.e. 'tcpdump -i lo').
   1204   Jeffrey Honig (jch (a] MITCHELL.CIT.CORNELL.EDU) contributed the kernel
   1205   patches to netinet/if_loop.c.
   1206 
   1207 - Added support for the Ungermann-Bass Ethernet on IBM/PC-RTs running AOS.
   1208   Contact Jeffrey Honig (jch (a] MITCHELL.CIT.CORNELL.EDU) for the diffs.
   1209 
   1210 - Added EGP and OSPF printers, thanks to Jeffrey Honig.
   1211 
   1212 v2.1 Tue Jan 28 11:00:14 PST 1992
   1213 
   1214 - Internal release (never publically exported).
   1215 
   1216 v2.0.1 Sun Jan 26 21:10:10 PDT
   1217 
   1218 - Various byte ordering fixes.
   1219 
   1220 - Add truncation checks.
   1221 
   1222 - inet.c: Support BSD style SIOCGIFCONF.
   1223 
   1224 - nametoaddr.c: Handle multi addresses for single host.
   1225 
   1226 - optimize.c: Rewritten.
   1227 
   1228 - pcap-bpf.c: don't choke when we get ptraced. only set promiscuous
   1229   for broadcast nets.
   1230 
   1231 - print-atal.c: Fix an alignment bug (thanks to
   1232   stanonik (a] nprdc.navy.mil) Add missing printf() argument.
   1233 
   1234 - print-bootp.c: First attempt at decoding the vendor buffer.
   1235 
   1236 - print-domain.c: Fix truncation checks.
   1237 
   1238 - print-icmp.c: Calculate length of packets from the ip header.
   1239 
   1240 - print-ip.c: Print frag id in decimal (so it's easier to match up
   1241   with non-frags). Add support for ospf, egp and igmp.
   1242 
   1243 - print-nfs.c: Lots of changes.
   1244 
   1245 - print-ntp.c: Make some verbose output depend on -v.
   1246 
   1247 - print-snmp.c: New version from John LoVerso.
   1248 
   1249 - print-tcp.c: Print rfc1072 tcp options.
   1250 
   1251 - tcpdump.c: Print "0x" prefix for %x formats. Always print 6 digits
   1252   (microseconds) worth of precision. Fix uid bugs.
   1253 
   1254 - A packet dumper has been added (thanks to Jeff Mogul of DECWRL).
   1255   With this option, you can create an architecture independent binary
   1256   trace file in real time, without the overhead of the packet printer.
   1257   At a later time, the packets can be filtered (again) and printed.
   1258 
   1259 - BSD is supported.  You must have BPF in your kernel.
   1260   Since the filtering is now done in the kernel, fewer packets are
   1261   dropped.  In fact, with BPF and the packet dumper option, a measly
   1262   Sun 3/50 can keep up with a busy network.
   1263 
   1264 - Compressed SLIP packets can now be dumped, provided you use our
   1265   SLIP software and BPF.  These packets are dumped as any other IP
   1266   packet; the compressed headers are dumped with the '-e' option.
   1267 
   1268 - Machines with little-endian byte ordering are supported (thanks to
   1269   Jeff Mogul).
   1270 
   1271 - Ultrix 4.0 is supported (also thanks to Jeff Mogul).
   1272 
   1273 - IBM RT and Stanford Enetfilter support has been added by
   1274   Rayan Zachariassen <rayan (a] canet.ca>.  Tcpdump has been tested under
   1275   both the vanilla Enetfilter interface, and the extended interface
   1276   (#ifdef'd by IBMRTPC) present in the MERIT version of the Enetfilter.
   1277 
   1278 - TFTP packets are now printed (requests only).
   1279 
   1280 - BOOTP packets are now printed.
   1281 
   1282 - SNMP packets are now printed. (thanks to John LoVerso of Xylogics).
   1283 
   1284 - Sparc architectures, including the Sparcstation-1, are now
   1285   supported thanks to Steve McCanne and Craig Leres.
   1286 
   1287 - SunOS 4 is now supported thanks to Micky Liu of Columbia
   1288   University (micky (a] cunixc.cc.columbia.edu).
   1289 
   1290 - IP options are now printed.
   1291 
   1292 - RIP packets are now printed.
   1293 
   1294 - There's a -v flag that prints out more information than the
   1295   default (e.g., it will enable printing of IP ttl, tos and id)
   1296   and -q flag that prints out less (e.g., it will disable
   1297   interpretation of AppleTalk-in-UDP).
   1298 
   1299 - The grammar has undergone substantial changes (if you have an
   1300   earlier version of tcpdump, you should re-read the manual
   1301   entry).
   1302 
   1303   The most useful change is the addition of an expression
   1304   syntax that lets you filter on arbitrary fields or values in the
   1305   packet.  E.g., "ip[0] > 0x45" would print only packets with IP
   1306   options, "tcp[13] & 3 != 0" would print only TCP SYN and FIN
   1307   packets.
   1308 
   1309   The most painful change is that concatenation no longer means
   1310   "and" -- e.g., you have to say "host foo and port bar" instead
   1311   of "host foo port bar".  The up side to this down is that
   1312   repeated qualifiers can be omitted, making most filter
   1313   expressions shorter.  E.g., you can now say "ip host foo and
   1314   (bar or baz)" to look at ip traffic between hosts foo and bar or
   1315   between hosts foo and baz.  [The old way of saying this was "ip
   1316   host foo and (ip host bar or ip host baz)".]
   1317 
   1318 v2.0 Sun Jan 13 12:20:40 PST 1991
   1319 
   1320 - Initial public release.
   1321