Traceroute.Protocols.ICMP.Unparsed (traceroute v0.2.4)
View SourceRepresents 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
@type t() :: %Traceroute.Protocols.ICMP.Unparsed{ code: non_neg_integer() | nil, payload: binary(), type: non_neg_integer() | nil }