]> The Tcpdump Group git mirrors - tcpdump/commit
Remove 15 now redundant ND_TCHECK_n() calls
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 10 Sep 2020 11:24:28 +0000 (13:24 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 10 Sep 2020 12:06:40 +0000 (14:06 +0200)
commit21b12733b62cd4ec2cbe8dd96f13003e61a05944
tree72bbd1f02d96440b3638d55d736e7a9e22593137
parent95096be4f0c7c3efd459e3ff3bcfb526164ed446
Remove 15 now redundant ND_TCHECK_n() calls

ND_TCHECK_n(e).

They are redundant because they are followed by a GET_.*_n(e) call,
same n, same e, which do the bounds check.

Remove unused 'trunc' label(s) and most associated code(s).
print-bgp.c
print-eap.c
print-icmp.c
print-juniper.c
print-nfs.c
print-openflow-1.0.c
print-pim.c
print-snmp.c
print-tipc.c