-
Notifications
You must be signed in to change notification settings - Fork 76
pypcap - python libpcap module, forked from code.google.com/p/pypcap
License
pynetwork/pypcap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 - python libpcap module, forked from code.google.com/p/pypcap
Topics
Resources
License
Contributing
Stars
Watchers
Forks
Packages 0
No packages published