Skip to main content

packet capture library

Project description

Python PCAP module

travis Read the Docs

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


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)

Uploaded Source

Built Distribution

pypcap-1.1.4.1-cp27-cp27m-macosx_10_11_x86_64.whl (31.1 kB view hashes)

Uploaded CPython 2.7m macOS 10.11+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page