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 cannot install this under Ubuntu 20.04 with Python 3.9.5 and GCC 10. Full log: ``` ➜ pip3 install pypcap Collecting pypcap Using cached pypcap-1.2.3.tar.gz (136 kB) Using legacy 'setup.py...

When there is a large amount of traffic in the network, if you activate it first and then set the filter, it will cause other data to be written to...

ERROR: Command errored out with exit status 1: command: /usr/local/bin/python3.10 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-1526pj2j/pypcap_e88a0168c051472cb8df2a19e79f10a4/setup.py'"'"'; __file__='"'"'/tmp/pip-install-1526pj2j/pypcap_e88a0168c051472cb8df2a19e79f10a4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from...

It seems this project is not actively maintained, yet it says "now actively maintained" in the *About* field. This is a bit misleading. Please at least give a notice in...

Attempting to use pypcap under python 2.7 installing via pip. ```None of the following found: ['libpcap.a', 'libpcap.so', 'libpcap.dylib', 'wpcap.lib']``` Appears to be related to the changes introduced in Big Sur...

How to use the function 'sendpacket' ? the following error info is “ expected LP_c_ubyte instance instead of bytes”, how to use the function ? thanks a lot >>> h...

Win10 64bit with python3.7.6 pcap version 1.2.2 Python is ended after getting the first IP address, How to fix this problem? ``` import dpkt import pcap import socket p =...

It could be better have some examples and more exhaustive documentation