Crates.io | peel-ip |
lib.rs | peel-ip |
version | 0.2.0 |
source | src |
created_at | 2016-12-28 12:13:25.764541 |
updated_at | 2017-02-01 13:10:20.341118 |
description | Packet parsing for the Internet Protocol Suite |
homepage | https://github.com/saschagrunert/peel-ip |
repository | https://github.com/saschagrunert/peel-ip |
max_upload_size | |
id | 7816 |
size | 174,437 |
The base for this crate is Peel, a dynamic parsing tree using arena based memory management. The current structure of the parsing tree look like this:
This means in detail, that beside the usual protocol stack (like: [Ethernet, IPv4, TCP, HTTP]
) IP in IP combinations
are supported as well (like [Ethernet, IPv4, IPv6, TCP, HTTP]
).
You want to contribute to this project? Wow, thanks! So please just fork it and send me a pull request.