]> The Tcpdump Group git mirrors - tcpdump/commitdiff
CHANGES: Add more changes that has been backported to 4.99.2
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 20 Mar 2022 20:05:29 +0000 (21:05 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 20 Mar 2022 20:06:46 +0000 (21:06 +0100)
(cherry picked from commit 15737203458edbcaf70eb1fdcadf8a3df9fd40b6)

CHANGES

diff --git a/CHANGES b/CHANGES
index f7c5b2cb9f98797557f0ce5029ef25d59ce9aeef..f2a9490fc63c7a16e2414e0ff245db1002b73bfa 100644 (file)
--- 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.