Traceroute.Protocols.ICMP.EchoReply (traceroute v0.2.4)
View SourceRepresents an ICMP Echo Reply message (type 0, code 0).
This is the response to an Echo Request (ping), indicating that the destination host is reachable and responding.
Summary
Functions
Parses an Echo Reply from the ICMP payload.
Types
@type t() :: %Traceroute.Protocols.ICMP.EchoReply{ data: binary(), identifier: non_neg_integer(), sequence: non_neg_integer() }