in reply to Re^2: Extract chunked/gzip data from pcap file (OT: Regex Usage)
in thread Extract chunked/gzip data from pcap file

Thank you for pointing out my error, AnomalousMonk and ikegami. I was misapplying /g because I mistakenly thought it was necessary when matching against multi-line data. I have removed /g from my program.

  • Comment on Re^3: Extract chunked/gzip data from pcap file (OT: Regex Usage)