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