https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4002
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.morriss.ws@xxxxxxxxx
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2009-09-14 17:20:45 PDT ---
Patches checked in with a couple of changes:
- replace tvb_length_remaining() with tvb_reported_length_remaining()
- replace proto_tree_add_protocol_format() with tvb_tree_add_text()
The former allows the dissector to throw an exception if/when the packets are
cut short due to capturing with a snaplen, the latter is to use the right
function (as mentioned in the original submission).
Thanks for your continued contribution!
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.