Enum peel_ip::layer2::icmp::IcmpData
[−]
[src]
pub enum IcmpData { Echo(IcmpEcho), }
Representation of a certain ICMP message
Variants
Echo(IcmpEcho)
ICMP ping request and reply