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

After 924dfdeec4d2a045d79f06a80edb96948f0f1184, `__next__()` continues instead of returning None when timing out. This does not seem like ideal behavior. Am I misinterpreting timeout or misusing the function? Ideal code snippet: ```...

documentation

Close #94 Probably Github Actions does not work on PR so please see [my fork](https://github.com/lambdalisue/pypcap/actions/runs/49488831) While I don't have permission to upload sdist/wheel to PyPI, I used `action/upload-artifact` instead to...

How can fix this error? python 3.5 、microsoft visual studio 2019、windows10 D:\mycoding\pakcage\pypcap-master>python setup.py install Found pcap headers in ..\WpdPack\include\pcap.h Found libraries in ..\WpdPack\lib/x64\wpcap.lib found pcap_setdirection found pcap_setnonblock found pcap_compile_nopcap function...

As title said, on readthedocs I can only see instalation guide and few notes for possible commiters, nothing else.

I love pypcap and it is an awesome library but it does not provide wheels for each platform so users must build the library from source. It's quite painful, especially...

tried to download multiple times and getting same error message C:\Users\liat>py -m pip install pypcap Collecting pypcap Using cached https://files.pythonhosted.org/packages/33/21/d1f24d8a93e4e11bf604d77e04080c05ecb0308a5606936a051bd2b2b5da/pypcap-1.2.2.tar.gz Complete output from command python setup.py egg_info: pcap.h not found...

i keep trying to install it and i get ; Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-5b0e0emg/pypcap/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-tcctmd9f/install-record.txt --single-version-externally-managed --compile" failed with error...

Tested on: * Python 3.6.4 * both Linux and MacOS (same behaviour) * pypcap 1.2.2 Steps to reproduce: ~~~ import pcap a = pcap.pcap() a.close() a.close() Segmentation fault: 11 ~~~...

bug
easy

Currently the `setup.py` strategy is to look for `pcap.h` in a fixed set of locations. Please support either `LDFLAGS` / `CFLAGS` (or `CPPFLAGS`) to specify additional locations, and / or...

VPN transformation local agent. Can it be achieved? on windows.