http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27020
User: guy
Date: 2008/12/16 02:23 AM
Log:
Include the string as part of a string descriptor.
Have setup dissectors return the offset past the end of what they
dissect, and have their caller set its offset based on that.
Use tvb_reported_length_remaining(), not tvb_length_remaining(), to
decide whether there's more data, so that we throw an exception if the
packet was cut short by a snapshot length.
Add "Application Data" only if there's extra data to be added.
Directory: /trunk/epan/dissectors/
Changes Path Action
+16 -8 packet-usb.c Modified