Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5780] open an URL by click at an URI within the packet det

Date: Tue, 29 Mar 2011 12:35:47 -0700 (PDT)
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.