Wireshark-bugs: [Wireshark-bugs] [Bug 10425] New: Wireshark Preview2 tcp Stream overview can not

Date: Wed, 27 Aug 2014 03:29:02 +0000
Bug ID 10425
Summary Wireshark Preview2 tcp Stream overview can not be export completly
Product Wireshark
Version unspecified
Hardware x86-64
OS Windows 7
Status UNCONFIRMED
Severity Major
Priority Low
Component Capture file support (libwiretap)
Assignee [email protected]
Reporter [email protected]

Build Information:
Version 1.12.0 (v1.12.0-0-g4fab41a from master-1.12)

Copyright 1998-2014 Gerald Combs <[email protected]> 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 Qt 5.1.1 with GLib 2.38.0, with WinPcap (4_1_3), with
libz 1.2.5, with SMI 0.4.8, with c-ares 1.9.1, with Lua 5.2, without Python,
with GnuTLS 3.1.22, with Gcrypt 1.6.0, without Kerberos, with GeoIP, without
PortAudio, with AirPcap.

Running on 64-bit Windows 7 Service Pack 1, build 7601, without WinPcap, GnuTLS
3.1.22, Gcrypt 1.6.0, without AirPcap.
       Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz, with 3975MB of physical
memory.


Built using Microsoft Visual C++ 10.0 build 40219

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
i tried to using tcpdump capture network traffic on my jailbreak ios device.
and typed the below command via ssh terminal.

tcpdump -w /tmp/tcpdump.out  -i en0 -XAvvennSs 0  tcp[20:2]=0x4745 or
tcp[20:2]=0x4854 or tcp

then,i download the tcpdump.out file to laptop,open tcpdump.out with wireshark
2 preview  Edition。
typed the "http and ip.src="" to filter area,right click one of
the entry,"follow tcp Stream",click the "show data as" cobmbox control,and
selected "Utf-8",it appears ok on the front screen.
the http response just like.

GET /
.....
....

HTTP/1.1 200 OK
Date: Wed, 27 Aug 2014 02:50:28 GMT
Server: *******
X-powered-by: *****
Content-type: application/octet-stream;charset=utf-8
Content-Length: 2081
Connection: close

1 你好,我能完全显示 OK http://www.baidu.com


when i tried save as human readable text,it can not export completly,and the
http byte array body,coming with some unkown and un visualable character.

just like


GET /
.....
....

HTTP/1.1 200 OK
Date: Wed, 27 Aug 2014 02:50:28 GMT
Server: *******
X-powered-by: *****
Content-type: application/octet-stream;charset=utf-8
Content-Length: 2081
Connection: close

1 你好,我��完全显 OK http://www.baid


while i do the same operation in the lastest stable wireshark,and export the
byte array body,write java code and pase the byte body,it works ok.

forgive my poor english :)


You are receiving this mail because:
  • You are watching all bug changes.