in reply to Re^4: Extract chunked/gzip data from pcap file
in thread Extract chunked/gzip data from pcap file

Likely by doing what Sniffer::HTTP does. Or by looking at HTTP::Response, and then using its methods and the data you glean from the packet stream to fill in the object. Which is what Sniffer::HTTP does.

  • Comment on Re^5: Extract chunked/gzip data from pcap file