]> The Tcpdump Group git mirrors - tcpdump/commit
NetFlow: Modernize packet parsing style. [skip ci]
authorDenis Ovsienko <[email protected]>
Sat, 23 Jan 2021 15:24:32 +0000 (15:24 +0000)
committerDenis Ovsienko <[email protected]>
Sat, 23 Jan 2021 15:24:32 +0000 (15:24 +0000)
commitbfbc65a231963dcc61b95763dc4f6f4132602289
tree1596ac96ceaabe8013114e5d9a8f3fa62de33f7c
parent2f8ae8208337657b613177fdf6319f20a95ae530
NetFlow: Modernize packet parsing style. [skip ci]

Enable ND_LONGJMP_FROM_TCHECK. Remove one redundant ND_TCHECK_SIZE()
instance and place the remaining ones after the code that prints
individual structure fields, so it can print incomplete structures. Lose
intermediate snprintf() calls and associated props. Lose trailing spaces
in v1 and v5 output.
print-cnfp.c