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

The current master branch's `pcap.pyx' declares `pcap_open_live()`, but doesn't appear to use it; the `pcap` class's `__init__` method appears to unconditionally call `pcap_create()`. If so, that means it won't work...

Traceback (most recent call last): File "D:/python_proj/link_analyze/test3.py", line 10, in pc=pcap.pcap() File "pcap.pyx", line 211, in pcap.pcap.__init__ OSError: b'Error opening adapter: \xcf\xb5\xcd\xb3\xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xc9\xe8\xb1\xb8\xa1\xa3 (20)'

Hi, We have a PCAP file with _nanosecond precision_ timestamps. When we open it using `pypcap`, it gives us timestamps with _microsecond precision_. There seems to be a fork of...

The readme currently just says to just run `pip install pypcap`. However, under Windows 7, it's not that simple. The first thing I had to do was find out I...

I need store dumpfile(.pcap) in pypcap .do u plan to develop the func? thx BTW, Winpcap is very powerful ,I love the team :))

I installed using `pip install pypcap` and it downloaded and installed without error. When I try to `import pcap` I get the following error: ```python ImportError: dlopen(/Users/username/anaconda/lib/python3.6/site-packages/pcap.cpython-36m-darwin.so, 2): Symbol not...

I have installed Visual C++ 14.0, both x86 and x64 version. Help please~ ![8](https://user-images.githubusercontent.com/16251365/38676490-cde49656-3e8d-11e8-8b4b-19041d167773.jpg)

- pcap.pxd created in order to permit to others Cython module to use C functions and other Cython structures - pcap.pyx updated in order to remove code moved into pcap.pxd...

Hello, in order to correctly export and integrate pypcap in other Cython projects can you split the current .pyx file in two parts: a .pxd file with all Cython function...

Windows users running Python2.7 AMD64 following the instructions to extract the SDK and install will see: ``` pcap.obj : warning LNK4197: export 'initpcap' specified multiple times; using first specification Creating...