I am trying to analyze HTTP traffic where the HTTP body is zlib encoded. The packet details pane shows:
So for some reason the decompression of the zlip compressed data is failing. When I export the raw bytes of the HTTP body to a file I can successfully decompress them with a command line tool (openssl zlib -d). That tells me the content is in fact validly zlib encoded. What may be causing the zlib decompression to fail in Wireshark? Is there anything further I could try to do to get this to work? The problem occurs both in
asked 20 Feb '13, 09:57 tobias edited 20 Feb '13, 10:00 |