ICMP Hex Decoder

ICMP carries network control and diagnostic messages such as Echo Request/Reply and error reports, making it central to troubleshooting tools like ping and traceroute.

Decode ICMP Data

If this decoder does not work, use the Contact email link in the footer.

Advertisement

Raw Decode Output

Decoded Fields

Payload Hex: N/A

Payload ASCII: N/A

N/A

Additional Insights

  • No insights yet. Decode a packet to view layered interpretation.

No decoded fields yet. Decode a full frame to see Ethernet/IP/TCP details.

About ICMP

ICMP carries control and diagnostic signaling for IP networks. Different type/code combinations represent echo tests, destination errors, redirects, and other network feedback.

ICMP carries network control and diagnostic messages such as Echo Request/Reply and error reports, making it central to troubleshooting tools like ping and traceroute.

ICMP Header Structure

  • Type (1 byte): high-level ICMP message category.
  • Code (1 byte): subtype within the selected message type.
  • Checksum (2 bytes): header and payload integrity value.
  • Rest of Header (4 bytes): type-specific control information.

Why Decode ICMP Packets

Decode ICMP packet fields from hex including message type, code, checksum, and body.