https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5780
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.morriss.ws@xxxxxxxxx
--- Comment #2 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2011-03-29 12:35:45 PDT ---
Oops, this problem comes from rev 34162/bug 3336. Basically, the full URL is a
generated string, so it does not come (completely) from the TVB. It is added
with proto_tree_add_string() with an offset and length of 0.
Your change makes sense.
(I got a little worried because I saw another tvb_get_ptr() call in gtk/ and
was wondering if we had problems accessing the TVB; apparently not generally,
it was just a problem with this field.)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.