http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36737
User: wmeier
Date: 2011/04/20 10:25 AM
Log:
- New-style dissectors need to always return "bytes dissected" (not just when tree != NULL);
- The dissector probably shouldn't return a value for "bytes dissected" which is larger
than the tvb length (altho there's actually no harm given the current implementation).
- Don't try to do an 'add_item' with an offset past the end of the tvb (altho again there's
no actual harm in this case).
ToDo: Handle "original format" uTP headers.
Directory: /trunk/epan/dissectors/
Changes Path Action
+14 -13 packet-bt-utp.c Modified