Module message

Source
Expand description

ICMP message encoding and decoding.

Modules§

decode
Support for decoding ICMP packets.
echo
Support for ICMP Echo messages.

Structs§

IcmpMessageBuffer
A helper for constructing ICMP packets.

Enums§

IcmpV4MsgType
RFC 792 ICMPv4 message types.
IcmpV6MsgType
RFC 4443 ICMPv6 message types.

Traits§

EncodeIcmpMessage
Encode an ICMP message to be sent via an crate::socket::IcmpSocket.