]> 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]>
Tue, 18 Nov 2014 20:31:13 +0000 (12:31 -0800)
commit1994b3b628023e430ea7f8a80514dcfed06875b3
tree6468324de20182900fb1aae22f0788d44b5d1139
parent74e2f75d1f24f98936ac4935d6a45c4762fe288f
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.
print-aodv.c