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

Date: Fri, 30 Jan 2015 21:42:15 +0000

Comment # 34 on bug 10798 from
With tshark built with "llvm-gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM
build 2336.11.00).", it fails:

$ ./tshark -r ~/Downloads/tcpstream.pcapng -Y http
  4   0.267976 192.168.2.103 -> 108.62.143.141 HTTP GET /patchnotes. 
 19  36.358688 108.62.143.141 -> 192.168.2.103 HTTP HTTP/1.1 200 OK 

With tshark built with "clang 4.2.1 Compatible Apple LLVM 4.2
(clang-425.0.28).", it appears to work:

$ ./tshark -r ~/Downloads/tcpstream.pcapng -Y http
  4   0.267976 192.168.2.103 -> 108.62.143.141 HTTP GET
/patchnotes.php?UniverseName=TSWLive&Language=de HTTP/1.1 
 16   0.480418 108.62.143.141 -> 192.168.2.103 HTTP HTTP/1.1 200 OK 
(text/html)


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