Comment # 34
on bug 10798
from Guy Harris
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.