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