Module pnet::packet::icmp::echo_request
[−]
[src]
abstraction for "echo request" ICMP packets.
Modules
| icmp_codes |
Enumeration of available ICMP codes for "echo reply" ICMP packets. There is actually only one, since the only valid ICMP code is 0. |
Structs
| EchoRequest |
Represents an "echo request" ICMP packet. |
| EchoRequestIterable |
Used to iterate over a slice of |
| EchoRequestPacket |
A structure enabling manipulation of on the wire packets |
| Identifier |
Represents an indentifier field |
| MutableEchoRequestPacket |
A structure enabling manipulation of on the wire packets |
| SequenceNumber |
Represents a sequence number field |