pypcap icon indicating copy to clipboard operation
pypcap copied to clipboard

I have encountered such an error for pcap.pcap()

Open Meng-zq opened this issue 1 year ago • 0 comments

I encountered an error while performing the following operation: c = pcap.pcap(name='xxxxxx')

check_return(_pcap.set_snaplen(self.__pcap, snaplen), "Set snaplength") OSError: exception: access violation reading 0x0000000000000080

There was no error reported before, but this issue occurred after I upgraded other software. Does anyone know how to solve it

Meng-zq avatar Apr 25 '23 09:04 Meng-zq