]> The Tcpdump Group git mirrors - tcpdump/commit
Ethernet: Remove two useless tests
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 13 Sep 2018 12:24:23 +0000 (14:24 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 13 Sep 2018 12:24:23 +0000 (14:24 +0200)
commit8aa4617181138d2bd09ac37b164b39e99c5f3d3c
tree5d630f5a89aa7e948229ffd157d3c621a9108c92
parentb7fff7058282c332ba1d8d236c9864ab21b16adf
Ethernet: Remove two useless tests

Because packet length (len) >= capture length (caplen).

(see the sanity checks in print.c, pretty_print_packet() function)
print-ether.c