Wireshark-bugs: [Wireshark-bugs] [Bug 11109] New: Packet "copy" function copies only the portion
Bug ID |
11109
|
Summary |
Packet "copy" function copies only the portion of the packet
|
Product |
Wireshark
|
Version |
1.12.4
|
Hardware |
Other
|
OS |
FreeBSD
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
GTK+ UI
|
Assignee |
bugzilla-admin@wireshark.org
|
Reporter |
yuri@rawbw.com
|
Build Information:
wireshark 1.12.4 (Git Rev Unknown from unknown)
Copyright 1998-2015 Gerald Combs <gerald@wireshark.org> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with GTK+ 3.14.10, with Cairo 1.12.18, with Pango 1.36.8,
with
GLib 2.42.2, with libpcap, with libz 1.2.8, without POSIX capabilities, with
SMI
0.4.8, without c-ares, with ADNS, without Lua, without Python, without GnuTLS,
without Gcrypt, with Heimdal Kerberos, with GeoIP, without PortAudio, with
AirPcap.
Running on FreeBSD 10.1-STABLE, with locale en_US.UTF-8, with libpcap version
1.4.0, with libz 1.2.8, without AirPcap.
Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
Built using clang 4.2.1 Compatible FreeBSD Clang 3.4.1
(tags/RELEASE_34/dot1-final 208032).
--
How to reproduce:
1. select some packet with mouse
2. right mouse click
3. select "Copy"
4. select "Bytes"
5. select "Hex Stream"
Even though I look at the packet, only portion of it that is selected in the
window below is copied.
When user selects the packet, this packet should be copied. What is selected
below should be irrelevant. Particular parts should be copied when user selects
them in the details window.
Same with "Binary Stream" copying.
In short, wireshark currently doesn't allow copying of the whole packets, which
is often of the primary interest for users.
You are receiving this mail because:
- You are watching all bug changes.