http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52304
User: mmann
Date: 2013/09/30 06:02 PM
Log:
Add some expert info. The main reason for doing this was there were a bunch of proto_tree_add_bytes_format calls that were passing hf_ variables that weren't of type FT_BYTES, and I assume that should lead to a dissector assert/fuzzbot failure.
For consistency all places that "didn't have enough bytes", got an expert message, regardless of whether the upcoming field itself was a FT_BYTES type.
Directory: /trunk/epan/dissectors/
Changes Path Action
+59 -47 packet-olsr.c Modified