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 5811] Value of TCP segment data cannot be copied

Date: Wed, 13 Apr 2011 18:53:37 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5811

Chris Maynard <christopher.maynard@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2011-04-13 18:53:35 PDT ---
This is actually normal and expected behavior for all fields added to the tree
using proto_tree_add_text() since no value actually gets added.  However, for
the TCP segment data, I committed a change in r36629 so that
proto_tree_add_bytes_format() is used instead, thus the field will now be
filterable and when you copy the value, it will now copy the actual bytes and
not the description.  This change has been scheduled to be back-ported, but it
might have just missed the cut for 1.4.5.  If so, look for it in 1.4.6.

Until then, you can copy the bytes using, for example, the "Copy -> Bytes (Hex
Stream)" choice instead.  Actually, depending on your needs, you may still want
to use that as "Copy -> Value" will copy the bytes separated by colons whereas
"Copy -> Bytes (Hex Stream)" will copy the bytes without the colons between
them.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.