From: Denis Ovsienko Date: Tue, 19 Jan 2021 00:25:45 +0000 (+0000) Subject: Add missing and regroup existing entries in CHANGES. [skip ci] X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/19bb7716c0928de1d0145e14b7e865d1d72f6608 Add missing and regroup existing entries in CHANGES. [skip ci] --- diff --git a/CHANGES b/CHANGES index fbcc5402..796500ec 100644 --- 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!) + 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 - 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() - EIGRP: Get the packet header fields right. 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!)