]> The Tcpdump Group git mirrors - tcpdump/commit
Add initial bounds check, get rid of union aodv.
authorGuy Harris <[email protected]>
Wed, 12 Nov 2014 01:24:12 +0000 (17:24 -0800)
committerGuy Harris <[email protected]>
Wed, 19 Nov 2014 08:49:41 +0000 (00:49 -0800)
commit1e2972d729659cc2d95e67d364473488effa0390
tree2ccaafcdfbeb73bc546382e1f5e98970ad5e7f4a
parentbe64c6f5ab5b24eda098ed212fd173828b2e8d2d
Add initial bounds check, get rid of union aodv.

Fetch the type field without using a structure, and check to make sure
it's not past the end of the packet.

Pass to each dissection routine a pointer to the appropriate message
type structure, rather than a pointer to a union of all the message type
structures.
aodv.h
print-aodv.c