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!)