Project: pure-pcapy3

Pure Python reimplementation of pcapy. This package is API compatible and a drop-in replacement.

Project Details

Latest version
1.0.1
Home Page
http://bitbucket.org/viraptor/pure-pcapy/overview
PyPI Page
https://pypi.org/project/pure-pcapy3/

Project Popularity

PageRank
0.0018031710180528668
Number of downloads
448833

This package provides an API-compatible replacement for the popular pcapy package. Since it is a pure-Python package, it cannot access some elements like live traffic capture directly. Only file operations are allowed right now. Any operation which is available in pcapy and could not be implemented here will throw NotImplementedError. Behaviour should be compatible up to the text of some exceptions (tests are included).