Network · Layer 2 / 3 / 4
Packet Decoder
Paste hex from tcpdump -xx, hexdump -C, or Wireshark "Copy as Hex Stream" — get a layer-by-layer breakdown of every byte. Decodes Ethernet, 802.1Q, IPv4/IPv6, TCP, UDP, ICMP, ICMPv6, and ARP.
Tip:
sudo tcpdump -xx -c 1 -n 'host 1.1.1.1' | sed -n '/^[ ]/p' grabs one packet.No packet decoded yet. Paste hex above or load a sample.
Bytes (color-coded by layer)
Reference
Privacy: all decoding runs in your browser. Nothing leaves the page — no API calls, no logging. Paste production captures freely.