I'm trying to get rawshark to output the text of an HTTP stream. I'm running the following:
It outputs the tcp.dstport, ip.src, and http.host but fails to output tcp.data and text reliably. asked 17 Jan '13, 10:33 joeferner |
One Answer:
One issue is that "tcp.data" is not there on every frame: see bug 8084 for details. Unfortunately I don't think there's a field which contains the entire HTTP payload. I don't know about the "text" field/issue. answered 17 Jan '13, 12:36 JeffMorriss ♦ |
Thanks, I guess I'll use tshark in the mean time. To bad tshark can't accept a piped in file.