- Subject: [Ethereal-users] Re: gzip decode inside HTTP
- From: Dave Moore <davem@xxxxxxxxx>
- Date: Thu, 05 Jan 2006 13:53:56 -0500
Jerry Talkington wrote:
>It won't decode the encoding within the "follow," that's simple a dump
>of the TCP payload data. With HTTP, most of that is text, so it
>appears that it's working some magic.
>
>Does it decode within the Packet Details frame, in the tree? If not,
>make sure that you have the settings described in
>http://wiki.ethereal.com/TCP_Reassembly checked.
>
Yes, I do get a packet by packet decode in the details frame.
AH, I SEE IT ! "Reassemble PDU in frame"
I didn't realize that was buried here. So to extract the uncompressed
content, I have to "Export" the selected packet "details"?
THANKS !