]> The Tcpdump Group git mirrors - tcpdump/commitdiff
CHANGES: Synchronize with the tcpdump-4.99 branch. [skip ci]
authorDenis Ovsienko <[email protected]>
Sat, 31 Aug 2024 00:19:57 +0000 (01:19 +0100)
committerDenis Ovsienko <[email protected]>
Sat, 31 Aug 2024 00:19:57 +0000 (01:19 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 9cf04f6fb1791ad5f1fbfcb4cebaab5ef715eeca..b7772346fafeef02d1375c207f44b0b66ba76ae1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -61,8 +61,8 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
       Makefile.in: Update the .c.o build rule (Remove hacks for old SunOS 4).
       Autoconf: fix buggy tests for ether_ntohost().
 
-DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
-  Summary for 4.99.5 tcpdump release (so far!)
+Friday, August 30, 2024 / The Tcpdump Group
+  Summary for 4.99.5 tcpdump release
     Refine protocol decoding for:
       Arista: Use the test .pcap file from pull request #955 (HwInfo).
       BGP: Fix an undefined behavior when it tries to parse a too-short packet.
@@ -75,8 +75,8 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
       DNS: Detect and correctly handle too-short URI RRs.
       EAP: Assign ndo_protocol in the eap_print() function.
       ESP: Don't use EVP_add_cipher_alias() (fixes building on OpenBSD 7.5).
-      Frame Relay (Multilink) : Fix the Timestamp Information Element printing
-      ICMPv6: Fix printing the Home Agent Address Discovery Reply Message
+      Frame Relay (Multilink): Fix the Timestamp Information Element printing.
+      ICMPv6: Fix printing the Home Agent Address Discovery Reply Message.
       IEEE 802.11: no need for an element ID in the structures for IEs, make
         the length in the IE structures a u_int, include the "TA" field while
         printing Block Ack Control frame.
@@ -145,7 +145,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
       Free interface list just before exiting where it wasn't being
         freed.
     Building and testing:
-      Add a configure option to help debugging (--enable-instrument-functions)
+      Add a configure option to help debugging (--enable-instrument-functions).
       At build time require a proof of suitable snprintf(3) implementation in
         libc (and document Solaris 9 as unsupported because of that).
       Makefile.in: Add two "touch .devel" commands in the releasecheck target.
@@ -173,12 +173,13 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
       mkdep: Use TMPDIR if it is set and not null.
       Add initial support for building with TinyCC.
       Makefile.in: Use the variable MAKE instead of the make command.
-      Makefile.in: Add instrumentation configuration in releasecheck target
+      Makefile.in: Add instrumentation configuration in releasecheck target.
       Make various improvements to the TESTrun script.
       Untangle detection of pcap_findalldevs().
       Autoconf: don't use egrep, use $EGREP.
       Autoconf: check for gethostbyaddr(), not gethostbyname().
       Autoconf, CMake: search for gethostbyaddr() in libnetwork.
+      Make illumos build warning-free.
     Documentation:
       Fixed errors in doc/README.Win32.md and renamed it to README.windows.md.
       Make various improvements to the man page.