Expand description
An IPv6 packet abstraction.
Structs§
- Extension
- Represents an IPv6 Extension.
- Extension
Iterable - Used to iterate over a slice of
ExtensionPacket
s - Extension
Packet - A structure enabling manipulation of on the wire packets
- Fragment
- Represents an IPv6 Fragment Extension.
- Fragment
Iterable - Used to iterate over a slice of
FragmentPacket
s - Fragment
Packet - A structure enabling manipulation of on the wire packets
- Ipv6
- Represents an IPv6 Packet.
- Ipv6
Header - Represents the IPv6 header.
- Ipv6
Iterable - Used to iterate over a slice of
Ipv6Packet
s - Ipv6
Packet - A structure enabling manipulation of on the wire packets
- Mutable
Extension Packet - A structure enabling manipulation of on the wire packets
- Mutable
Fragment Packet - A structure enabling manipulation of on the wire packets
- Mutable
Ipv6 Packet - A structure enabling manipulation of on the wire packets
- Mutable
Routing Packet - A structure enabling manipulation of on the wire packets
- Routing
- Represents an IPv6 Routing Extension.
- Routing
Iterable - Used to iterate over a slice of
RoutingPacket
s - Routing
Packet - A structure enabling manipulation of on the wire packets
Constants§
- IPV6_
HEADER_ LEN - IPv6 Header Length.
Type Aliases§
- Destination
- Represents an Destination Options.
- Destination
Packet - A structure enabling manipulation of on the wire packets.
- HopBy
Hop - Represents an IPv6 Hop-by-Hop Options.
- HopBy
HopPacket - A structure enabling manipulation of on the wire packets.
- Mutable
Destination Packet - A structure enabling manipulation of on the wire packets.
- Mutable
HopBy HopPacket - A structure enabling manipulation of on the wire packets.