]> The Tcpdump Group git mirrors - tcpdump/commit
MPCP: Modernize packet parsing style.
authorDenis Ovsienko <[email protected]>
Thu, 3 Dec 2020 13:20:57 +0000 (13:20 +0000)
committerDenis Ovsienko <[email protected]>
Thu, 3 Dec 2020 13:20:57 +0000 (13:20 +0000)
commitc1f81909501d149f47a9afdeeeeb04be1a9f8b13
tree9c7e527bfc8caadcb31eb6d2e56829786b811317
parenta8d545cf1dcd446454f768837e0977150540a147
MPCP: Modernize packet parsing style.

Replace a union with separate variables. Make a GET_BE_U_4() call
unconditional, this way all ND_TCHECK_LEN() instances become redundant,
so remove them.
print-mpcp.c