Expand description
abstraction for “echo request” ICMPv6 packets.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Code | Checksum |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Identifier | Sequence Number |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Data ...
+-+-+-+-+-
Modules§
- Icmpv6
Codes - Enumeration of available ICMPv6 codes for “echo reply” ICMPv6 packets. There is actually only one, since the only valid ICMPv6 code is 0.
Structs§
- Echo
Request - Represents an “echo request” ICMPv6 packet.
- Echo
Request Iterable - Used to iterate over a slice of
EchoRequestPacket
s - Echo
Request Packet - A structure enabling manipulation of on the wire packets
- Identifier
- Represents the identifier field.
- Mutable
Echo Request Packet - A structure enabling manipulation of on the wire packets
- Sequence
Number - Represents the sequence number field.