Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 570 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 570 Bytes

pcapy

Python wrapper around libpcap packet capture and filtering library

This project is based on the a project of the same name at CORE Security. I plan to develop modest enhancements focused on documentation, Pythonization, and testing. Issues and pull requests are welcome.

Build Status

TODO

  • Enhance docstrings -- mostly done
  • Adopt Python native data types where natural
  • Begin writing a unit test suite -- in progress
  • Port to Python 3 (stretch goal)