Expand description
Parsing and serialization of IPv6 packets.
The IPv6 packet format is defined in RFC 8200 Sections 3 and 4.
Modules§
- Parsing and serialization of IPv6 extension headers.
Structs§
- We were unable to parse the extension headers.
- The IPv6 fixed header which precedes any extension headers and the body.
- An IPv6 packet.
- A builder for IPv6 packets.
- An IPv6 packet builder that includes the fragmentation header.
- A builder for Ipv6 packets with HBH Options.
- A partially parsed and not yet validated IPv6 packet.
Enums§
- A next header that may be either a next layer header or an IPv6 extension header.
Constants§
- Length of the IPv6 fixed header.
- The range of bytes within an IPv6 header buffer that the payload length field uses.
Traits§
- Provides common access to IPv6 header fields.
- A marker trait for all header builder types that can be used to construct and serialize IPv6 headers using
Ipv6PacketBuilderWithFragmentHeader
.