Fast zero-copy packet creating and parsing module
Project description
A fast and simple packet creation and parsing lib for Python, currently nothing more then a proof of concept. Inspired by both the python pypacker library and Rust’s pnet,
Design
Built around trying to minimize copying data by taking advantage of memoryviews for fast slicing and zero copy memory operations.
This library takes either a bytes or bytearray object and parses out various protocols in a similar fashion to the Rust library. The resulting packet objects can be inspected, or, in the case its backed by a bytearray, also written to. In this case, the backing memory is immediately updated.
Instead of mapping packet fields to attributes, I expose them instead with a collection-like API. This is my personal taste, as I don’t like how autogenerated attributes end up with akward names that can overlap with Python keywords.
Performance
Initial testing on my machine has shown that this library is about twice as fast at parsing packets, but I haven’t determined yet if this can be attributed to design differences, or if I’m just simply doing less.
TODO
This is one part of a slew of network inspecting code I’m releasing.
rich BPF support and mini-language
asyncio support for raw sockets and packet capturing
asyncio based dhcp server and client library
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pnet-0.0.1.tar.gz
.
File metadata
- Download URL: pnet-0.0.1.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16bbc1c550c7170b4990a6bee33921c093e1df59a8e57aa0e09d15a76d621a02 |
|
MD5 | 5cbf001f270a9442be6405890c9a0fcd |
|
BLAKE2b-256 | c3a326e2a4b1998a76ad846ffcf403f60231adda327412e321a4f535a74dd9c4 |