From: Francois-Xavier Le Bail Date: Thu, 6 Mar 2025 20:30:29 +0000 (+0100) Subject: CHANGES: Add a change backported to 4.99 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/2f339a70dc2c4c17385bad97467be526aad4f7f5 CHANGES: Add a change backported to 4.99 [skip ci] --- diff --git a/CHANGES b/CHANGES index 3dabeefe..310f7aac 100644 --- a/CHANGES +++ b/CHANGES @@ -88,6 +88,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group DayOfTheWeek, Month DD, YYYY / The Tcpdump Group Summary for 4.99.6 tcpdump release (so far!) Refine protocol decoding for: + DNS: Use ND_TCHECK_LEN() instead of a custom bounds check. IPv6: Add a missing comma and remove a colon in the output. TCP: Note if the Urgent Pointer is non-zero while URG flag not set, if the verbose level is > 1 (option -vv and more).