ystero-dev / scalpel

Packet Dissection and sculpting in Rust
Other
3 stars 6 forks source link

Implementation of support for DHCPv4 dissector #59

Open gabhijit opened 5 months ago

gabhijit commented 5 months ago

Implement a dissection for DHCPv4. Also, the DHCP Options as specified in RFC 2131 for both DHCP Clients and Servers to be supported.

Also, during implementing - add Rust Doc comments to the code,so it is easier to reference the sections of RFC.