packet capture library
Project description
Python PCAP module
This is a simplified object-oriented Python wrapper for libpcap - the current tcpdump.org version, and the WinPcap port for Windows.
example use:
>>> import pcap >>> for ts, pkt in pcap.pcap(): ... print ts, `pkt` ...
Install
This package requires:
libpcap-dev
python-dev
To install run:
pip install pypcap
Support
Visit https://github.com/pynetwork/pypcap for help!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypcap-1.1.4.1.tar.gz
(41.6 kB
view hashes)
Built Distribution
Close
Hashes for pypcap-1.1.4.1-cp27-cp27m-macosx_10_11_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 161f134161a456cd68c792d8e8f2496800cacf95be24b83b7c6ed36497857658 |
|
MD5 | 31e92b644b790cb49b17232267dff374 |
|
BLAKE2b-256 | fb0174d6ad4d85c5418680900535a6319ff96cfaafb56539d0a38df4e921f179 |