]> The Tcpdump Group git mirrors - tcpdump/commit
No more need for ndo_invalid_header in struct netdissect_options
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 25 Jan 2018 13:17:57 +0000 (14:17 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 25 Jan 2018 14:12:24 +0000 (15:12 +0100)
commita8c1b2a33947ea2f811a82960ecd785d2609f2fa
tree06b8b1f9e2690dc3bf808c2b72bd0fa9f84f9940
parentc1ce37fff39b13c79fcfbbba8dfea2f6b1f365fb
No more need for ndo_invalid_header in struct netdissect_options

Because we now stop decoding packet when header length(s) is/are invalid,
there is no more need to keep the invalid header flag out of
pretty_print_packet function.
netdissect.h
print.c