Skip to content

hello-earth/pypcap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

This package requires:

* libpcap-dev

* python-dev

To install run::

    pip install pypcap


Support
-------

Visit https://github.com/pynetwork/pypcap for help!

About

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

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Python 73.1%
  • C 26.9%