Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dugsong/pypcap
Automatically exported from code.google.com/p/pypcap
https://github.com/dugsong/pypcap
Last synced: 8 days ago
JSON representation
Automatically exported from code.google.com/p/pypcap
- Host: GitHub
- URL: https://github.com/dugsong/pypcap
- Owner: dugsong
- License: other
- Created: 2015-06-14T02:48:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-14T02:51:29.000Z (over 9 years ago)
- Last Synced: 2024-08-01T20:38:20.373Z (3 months ago)
- Language: Python
- Size: 258 KB
- Stars: 116
- Watchers: 10
- Forks: 45
- Open Issues: 37
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **96**星
README
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!