Expand description
ICMP message encoding and decoding.
Modules§
- Support for decoding ICMP packets.
- Support for ICMP Echo messages.
Structs§
- A helper for constructing ICMP packets.
Enums§
- RFC 792 ICMPv4 message types.
- RFC 4443 ICMPv6 message types.
Traits§
- Encode an ICMP message to be sent via an
crate::socket::IcmpSocket
.