]> The Tcpdump Group git mirrors - tcpdump/commit
More EXTRACT_U_1() and ND_TCHECK_n, clean up signedness, add length checks.
authorGuy Harris <[email protected]>
Fri, 24 Nov 2017 19:04:01 +0000 (11:04 -0800)
committerGuy Harris <[email protected]>
Fri, 24 Nov 2017 19:04:01 +0000 (11:04 -0800)
commitf9dbcc9615275370677b7ae164417bf2f44f0c41
treec7cdfdee8ab138563d555763268ee14473500605
parent616408bd0ec1c59810e31e83ccb1e26770bd1126
More EXTRACT_U_1() and ND_TCHECK_n, clean up signedness, add length checks.

Add more EXTRACT_U_1() calls.

Use ND_TCHECK_n() where appropriate.

Use unsigned values wherever appropriate.

Make sure the claimed length of a control protocol packet doesn't go
past the claimed length of the on-the-wire packet.
print-ppp.c