In HTTP request and response, content-encoding is 'gzip' and content is gzipped. Is there a way to decompress the gzipped content so we can see what the contents are. asked 27 Sep '11, 09:11 eusjoji |
3 Answers:
I believe Jaap's answer is not quite correct, because the exported object will already be uncompressed. Since there seems to be some confusion, here are some more explicit steps that should hopefully work for you:
Note that you don't necessarily need to do "Follow TCP Stream" as long as you know the packet number and object name of the object of interest, or if you simply want to export all objects. answered 18 Jun '12, 18:39 cmaynard ♦♦ |
You could export the objects through the file menu and gunzip them offline. answered 27 Sep '11, 13:58 Jaap ♦ |
I made a quick script to convert the Follow TCP Stream output to what you'd expect: wireshark-http-gunzip You can use it with a command like this:
answered 01 Aug '14, 09:39 kizzx2 |
Thanks. Could you specify the detailed procedure on how to do it? Ho wdo I export the objects through the file menu?
When exporting did you select the HTML object?
Also should the gzip show up in the content type in the HTTP object list?