Wireshark mailing list archives

Re: How to determine if any compression is happing for HTTP components.


From: M Holt <m.iostreams () gmail com>
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 () yahoo com> 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 () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
            mailto:wireshark-users-request () wireshark org
?subject=unsubscribe

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

Current thread: