Traceroute.Protocols.ICMP.EchoReply (traceroute v0.2.4)

View Source

Represents 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

t()

@type t() :: %Traceroute.Protocols.ICMP.EchoReply{
  data: binary(),
  identifier: non_neg_integer(),
  sequence: non_neg_integer()
}

Functions

parse(payload)

@spec parse(binary()) :: t()

Parses an Echo Reply from the ICMP payload.