pypcap icon indicating copy to clipboard operation
pypcap copied to clipboard

pypcap - python libpcap module, forked from code.google.com/p/pypcap

Results 43 pypcap issues
Sort by recently updated
recently updated
newest added

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...

They were fine with libpcap-1.10.1 ``` =========================== short test summary info ============================ FAILED tests/test.py::test_pcap_dispatch - assert 6 == 0 FAILED tests/test.py::test_pcap_dispatch_ns - assert 6 == 0 ========================= 2 failed, 9...

When installing pypcap==-1.3.0 on python 3.12 installation fails with ``` pcap.c: In function ‘__Pyx_Raise’: pcap.c:24328:34: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘curexc_traceback’ 24328 | PyObject* tmp_tb =...