rusticata / dhcp-parser

DHCP parser written in Rust with nom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dhcp-parser

License: MIT Apache License 2.0 Build Status

DHCP Parser

This crate contains a parser written in pure Rust for the DHCP protocol.

See also:

  • RFC 1541: Dynamic Host Configuration Protocol
  • RFC 1533: DHCP Options and BOOTP Vendor Extensions

Changelog

  • Initial version

Rusticata

This parser is part of the rusticata project. The goal of this project is to provide safe parsers, that can be used in other projects.

Testing of the parser is done manually, and also using unit tests and cargo-fuzz. Please fill a bugreport if you find any issue.

Feel free to contribute: tests, feedback, doc, suggestions (or code) of new parsers etc. are welcome.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

DHCP parser written in Rust with nom

License:Apache License 2.0


Languages

Language:Rust 100.0%