wireshark-http-gunzip icon indicating copy to clipboard operation
wireshark-http-gunzip copied to clipboard

Make Wireshark's "Follow TCP Stream" support Content-Encoding: gzip

wireshark-http-gunzip

See gzip'ed HTTP response body in "Follow TCP Stream" window.

This addresses a much requested by 5+ year old feature request.

How To

  1. Follow TCP Stream
  2. Save As to export the contents to a file
  3. ruby http-gunzip.rb < dump
  4. Profit