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

I can't get Sniffer::HTTP to install on Win32 ActivePerl. From the sound of it, I might be better off not installing it anyway. Of course, I have HTTP::Response as part of my default installation. Is there any way to create an HTTP::Response object without Sniffer::HTTP?

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

Replies are listed 'Best First'.
Re^5: Extract chunked/gzip data from pcap file
by Corion (Patriarch) on Jan 04, 2010 at 16:22 UTC

    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.