You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wireshark will transparently decompress a gzip pcap file. pcapgo.NewReader should check if the first couple of bytes are 0x1f 0x8b, and if so wrap the io.Reader with a gzip.NewReader.