Skip to content
/ pypcap Public

Automatically exported from code.google.com/p/pypcap

License

Notifications You must be signed in to change notification settings

dugsong/pypcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f46e7b · Jul 17, 2010

History

89 Commits
Jul 13, 2010
Jul 16, 2010
Jul 15, 2010
Oct 17, 2005
Jul 17, 2010
Jul 15, 2010
Jul 16, 2010
Jul 16, 2010
Aug 29, 2005
Jul 13, 2010
Jan 26, 2005
Sep 12, 2005
Jan 26, 2005

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

Building
--------

Just try 'make', and then 'make install'

If your libpcap installation is missing the pcap-int.h header, you
will need to build against a libpcap build directory. Modify the
CONFIG_ARGS in the Makefile to point to the location of your built
libpcap distribution, and try again.

See INSTALL file for more detailed build instructions.

Support
-------

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

About

Automatically exported from code.google.com/p/pypcap

Resources

License

Stars

Watchers

Forks

Packages

No packages published