Module pnet_packet::icmpv6::echo_reply [−][src]
Expand description
abstraction for “echo reply” ICMPv6 packets.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Code | Checksum |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Identifier | Sequence Number |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Data ...
+-+-+-+-+-
Modules
Enumeration of available ICMPv6 codes for “echo reply” ICMPv6 packets. There is actually only one, since the only valid ICMPv6 code is 0.
Structs
Represents an “echo reply” ICMPv6 packet.
Used to iterate over a slice of EchoReplyPacket
s
A structure enabling manipulation of on the wire packets
Represents the identifier field.
A structure enabling manipulation of on the wire packets
Represents the sequence number field.