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

View Source

Represents an unparsed or unhandled ICMP message.

This struct is returned when the ICMP type/code combination is not explicitly handled by the parser.

Summary

Types

t()

@type t() :: %Traceroute.Protocols.ICMP.Unparsed{
  code: non_neg_integer() | nil,
  payload: binary(),
  type: non_neg_integer() | nil
}