Skip to content

3ddi/pypcap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!

About

pypcap - this is a fork of https://code.google.com/p/pypcap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 74.9%
  • C 25.1%