]> The Tcpdump Group git mirrors - tcpdump/commit
Clean up length checks.
authorGuy Harris <[email protected]>
Thu, 18 Dec 2014 23:56:27 +0000 (15:56 -0800)
committerGuy Harris <[email protected]>
Thu, 18 Dec 2014 23:56:27 +0000 (15:56 -0800)
commit5c65e7532fa16308e01299988852b0dc5b027559
tree1b65d776d028d7dfe384b0ff8c232d8b774f55d7
parent743bcecdc92f88b118ec7aac4f68b606601205cc
Clean up length checks.

Check only the amount of length that matters at any given point; yes,
this means we do multiple checks, but so it goes.

We don't need to check for LLC+SNAP - llc_print() does that for us.  We
do, however, need to check to make sure we can safely skip the Fore
header.
print-atm.c