]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add missing and regroup existing entries in CHANGES. [skip ci]
authorDenis Ovsienko <[email protected]>
Tue, 19 Jan 2021 00:25:45 +0000 (00:25 +0000)
committerDenis Ovsienko <[email protected]>
Wed, 20 Jan 2021 12:55:36 +0000 (12:55 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index fbcc5402151fe7fdf975926ea72361cc7790cc2a..796500ec147a753af00c22a32d2287ce1b735812 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,15 +1,18 @@
 Monthday, Month DD, YYYY by gharris and denis
   Summary for 5.0.0 tcpdump release (so far!)
 Monthday, Month DD, YYYY by gharris and denis
   Summary for 5.0.0 tcpdump release (so far!)
+    Refine protocol decoding for:
+      EIGRP: Get the packet header fields right.
+      OpenFlow 1.0: Fix indentation of PORT_MOD.
+      RIP: Make a couple trivial protocol updates.
+      NetFlow: Use tcp_flag_values[] for TCP flags.
     Source code:
       Use %zu when printing a sizeof to squelch compiler warnings
     Source code:
       Use %zu when printing a sizeof to squelch compiler warnings
-      AODV, AppleTalk, BOOTP, EGP, EIGRP, Geneve, L2TP, OLSR, PGM, RIP, RSVP, TCP, UDP: Modernize packet parsing style
+      (FIXME: somebody please wrap the line below just before the release)
+      AODV, AppleTalk, BOOTP, EGP, EIGRP, Geneve, L2TP, NTP, OLSR, PGM, RIP, RSVP, TCP, UDP: Modernize packet parsing style
       EGP: Replace custom code with tok2str()
       EGP: Replace custom code with tok2str()
-      EIGRP: Get the packet header fields right.
       UDP: Clean up address and port printing.
       AppleTalk: Declutter appletalk.h.
       UDP: Clean up address and port printing.
       AppleTalk: Declutter appletalk.h.
-      OpenFlow 1.0: Fix indentation of PORT_MOD.
-      RIP: Make a couple trivial protocol updates.
-      NetFlow: Use tcp_flag_values[] for TCP flags.
+      Introduce new ND_LCHECK*() macros to deduplicate more code.
 
 Monthday, Month DD, YYYY by gharris
   Summary for 4.99.1 tcpdump release (so far!)
 
 Monthday, Month DD, YYYY by gharris
   Summary for 4.99.1 tcpdump release (so far!)