Wireshark-bugs: [Wireshark-bugs] [Bug 10798] HTTP Requests are only partially dissected (data is

Date: Sun, 21 Dec 2014 15:22:51 +0000

Comment # 5 on bug 10798 from
Could not reproduce with neither v1.99.2rc0-123-gd56214f nor
v1.99.1-0-g4c229ca.

Perhaps it is a compiler bug? Here is the tshark command I use to test (please
try running it, the non-existing $HOME is needed ignore prefs).

$ HOME=/nowhere /tmp/wsbuild/run/tshark -r tcpstream.pcapng -Y http
  4   0.267976 192.168.2.103 -> 108.62.143.141 HTTP 171 GET
/patchnotes.php?UniverseName=TSWLive&Language=de HTTP/1.1 
 16   0.480418 108.62.143.141 -> 192.168.2.103 HTTP 71 HTTP/1.1 200 OK 
(text/html)

---
Wireshark 1.99.1 (v1.99.1-0-g4c229ca from (detached)

Copyright 1998-2014 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
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.6, with Cairo 1.14.0, with Pango 1.36.8, with
libpcap, with POSIX capabilities (Linux), with libnl 3, with libz 1.2.8, with
GLib 2.42.1, without SMI, without c-ares, without ADNS, with Lua 5.2, with
GnuTLS 3.3.11, with Gcrypt 1.6.2, with MIT Kerberos, with GeoIP, with PortAudio
V19-devel (built Jan 31 2014 21:19:35), without AirPcap.

Running on Linux 3.18.1-1-ARCH, with locale en_US.UTF-8, with libpcap version
1.6.2, with libz 1.2.8, with GnuTLS 3.3.11, with Gcrypt 1.6.2.
Intel(R) Core(TM) i5 CPU       M 560  @ 2.67GHz (with SSE4.2)

Built using gcc 4.9.2.


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