This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

SIP Notify Message Body is gzip’ed

0

Hi,

I am looking to find out if Wireshark can decode the Body of a SIP Notify when the body is gzipped by the sender. I can see the SIP header, but just not the body.

Thanks.

asked 05 Mar '12, 17:37

decodeme's gravatar image

decodeme
1111
accept rate: 0%


One Answer:

0

The HTTP dissector includes code to handle gzipped content encodings of the body, but not gzipped transfer encodings.

The SIP dissector doesn't include code for either of those, so it can't decode gzipped SIP bodies.

If you want support for that in SIP, file an enhancement request at the Wireshark Bugzilla.

answered 05 Mar '12, 20:02

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196
accept rate: 19%