aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aodv.c
AgeCommit message (Collapse)AuthorFilesLines
2002-04-28Make the AODV dissector a new-style dissector, so it can just reject aGuy Harris1-18/+18
packet it doesn't like and let some other dissector look at it, rather than setting the Protocol and Info columns but not putting anything into the protocol tree. svn path=/trunk/; revision=5272
2002-04-25AODV dissection support, from Erik Nordstr�m.Guy Harris1-0/+409
svn path=/trunk/; revision=5253