Skip to content

yyzYLMF/pypcap

 
 

Repository files navigation

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
--------

    easy_install pypcap
    pip install pypcap


Support
-------

Visit http://code.google.com/p/pypcap for help!

Packages

No packages published

Languages

  • C 93.8%
  • Python 6.2%