vadorovsky / network-types

Rust structs representing network-related types (on Layer 2, 3 and 4)
https://crates.io/crates/network-types
MIT License
43 stars 13 forks source link

add missing L4Protocol values for IPv6 extension headers #1

Open dmitris opened 1 year ago

dmitris commented 1 year ago

I believe a few values for IPv6 extension headers [1] are missing in the current L4Protocol https://docs.rs/network-types/0.0.1/src/network_types/l4/mod.rs.html#7-39 values and can be added. (For reference, the full list of the "Assigned Internet Protocol Numbers": https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml)

[1] https://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtml