Look up any ICMP type by number or name and see its full code table with meanings.
ICMP types name the message (8 = ping request, 0 = reply); codes add detail (type 3 code 3 = port unreachable). Ping uses 8/0, traceroute relies on type 11 Time Exceeded.
8 → Echo Request (ping); 3/3 → Port unreachable0/8 echo (ping), 3 unreachable, 11 time exceeded (traceroute), 5 redirect.
Yes — try 'echo', 'unreachable', or 'time' as well as numbers like 8.