]> The Tcpdump Group git mirrors - tcpdump/commit
Remove 96 assorted ND_TCHECK calls.
authorDenis Ovsienko <[email protected]>
Tue, 8 Sep 2020 04:04:58 +0000 (05:04 +0100)
committerDenis Ovsienko <[email protected]>
Tue, 8 Sep 2020 04:04:58 +0000 (05:04 +0100)
commit51e180c4fb05a88ad6687a23cc983955cd9ea431
tree3bfe3b338b58f8ef556cd039e3443153635e7fce
parent24df77f09e26a72f662a82b92645707e0572d1cc
Remove 96 assorted ND_TCHECK calls.

Remove a number of instances that do not match common patterns and have
the only substantial effect on the code flow that a truncated packet
triggers "goto trunc" instead of longjmp(). (In a few cases this change
can increase the number of fields printed before giving up.)
38 files changed:
print-aoe.c
print-atm.c
print-bgp.c
print-bootp.c
print-chdlc.c
print-dccp.c
print-dvmrp.c
print-eap.c
print-egp.c
print-fr.c
print-geonet.c
print-hsrp.c
print-icmp6.c
print-ip6.c
print-ipx.c
print-isakmp.c
print-isoclns.c
print-juniper.c
print-loopback.c
print-msdp.c
print-nfs.c
print-olsr.c
print-openflow-1.0.c
print-ospf.c
print-ospf6.c
print-pgm.c
print-pim.c
print-ppp.c
print-pppoe.c
print-radius.c
print-resp.c
print-smb.c
print-stp.c
print-telnet.c
print-timed.c
print-udld.c
print-udp.c
print-vrrp.c