|
Sample errors:
|
|
|
+------------+------------+----------------------------+
| type | code | checksum |
+------------+------------+----------------------------+
| ICMP data (depending of the type of the ICMP msg) |
+------------------------------------------------------+
|
Meaning of the type code:
| Type code | ICMP packet type |
|---|---|
| 0 | Echo reply (for echo request) |
| 3 | Destination unreachable |
| 4 | Source quench |
| 5 | Redirect |
| 8 | Echo request |
| 9 | Router advertisement |
| 10 | Router solicitation |
| 11 | Time exceeded (TTL=0) |
| etc etc |
|
|
|