ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-users: Re: [Wireshark-users] How to determine if any compression is happing for HTTP co

From: M Holt <m.iostreams@xxxxxxxxx>
Date: Thu, 6 Jan 2011 04:21:40 -0800
Hello Akshay,

For your display filter, use http.content_encoding.  You could do something like ( http.content_encoding == "gzip" or http.content_encoding == "deflate" ).
Or you could just use the filter without any "==" and it will tell you if the field is present in any of the http responses.

 -- Mike

On Wed, Jan 5, 2011 at 9:13 PM, akshay vashishtha <akshay123_vashishtha@xxxxxxxxx> wrote:
Hi,
 
How to determine if any compression is happing for HTTP components.? What fields to look into for this thing.?
 
Regards,
Akshay


___________________________________________________________________________
Sent via:    Wireshark-users mailing list <wireshark-users@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
            mailto:wireshark-users-request@xxxxxxxxxxxxx?subject=unsubscribe