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