From: Francois-Xavier Le Bail Date: Sun, 20 Mar 2022 20:05:29 +0000 (+0100) Subject: CHANGES: Add more changes that has been backported to 4.99.2 X-Git-Tag: tcpdump-4.99.2~106 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/3812c695328cefdb5020dae4be629cab78aad215 CHANGES: Add more changes that has been backported to 4.99.2 (cherry picked from commit 15737203458edbcaf70eb1fdcadf8a3df9fd40b6) --- diff --git a/CHANGES b/CHANGES index f7c5b2cb..f2a9490f 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,17 @@ TBD MPLS: show the EXP field as TC, as per RFC 5462. ICMP: redo MPLS Extension code as general ICMP Extension code. VQP: Do not print unknown error codes twice. + VRRP: Print the protocol name before any GET_(). + Use __func__ from C99 in some function calls. + DCCP: Get rid of trailing commas in lists. + Juniper: Report invalid packets as invalid, not truncated. + IPv6: Remove an obsolete code in an always-false #if wrapper. + Memory allocator: Update nd_add_alloc_list() to a static function. + ISAKMP: Use GET_U_1() to replace a direct dereference. + RADIUS: Use GET_U_1() to replace a direct dereference. + TCP: Fix an invalid check. + RESP: Remove an unnecessary test. + addrtoname.c: Fix two invalid tests. Building and testing: Update config.guess and config.sub. Handle some Autoconf/make errors better.