]> The Tcpdump Group git mirrors - tcpdump/commit
ATM: Modernize packet parsing style.
authorDenis Ovsienko <[email protected]>
Mon, 12 Oct 2020 13:13:09 +0000 (14:13 +0100)
committerDenis Ovsienko <[email protected]>
Mon, 12 Oct 2020 15:48:52 +0000 (16:48 +0100)
commitf80ed25a3d19625375c1aaa06537bc6ffb8561ae
tree5569a5e75e749bf7900a2c1dd9b014810d69d054
parent44008d07229f8a26868874a6d7d9e437f9492fcf
ATM: Modernize packet parsing style.

Enable ND_LONGJMP_FROM_TCHECK. In atm_if_print() remove the custom
guards for ndo_snapend; increment ndo_ll_hdr_len before calling the next
function, not after. In oam_print() use uint2tokary() instead of custom
props. Comment unused named constants out.
print-atm.c