# peel-ip
[](https://travis-ci.org/saschagrunert/peel-ip) [](https://ci.appveyor.com/project/saschagrunert/peel-ip) [](https://coveralls.io/github/saschagrunert/peel-ip?branch=master) [](https://saschagrunert.github.io/peel-ip) [](https://github.com/saschagrunert/peel-ip/blob/master/LICENSE) [](https://crates.io/crates/peel-ip) [](https://docs.rs/peel-ip)
## Packet parsing for the Internet Protocol Suite
The base for this crate is [Peel](https://github.com/saschagrunert/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]`).
## Planned features:
- Add support packet reassembly
- Add more protocols of the TCP/IP suite
## Contributing
You want to contribute to this project? Wow, thanks! So please just fork it and send me a pull request.