Kernel - Instruction tracing support
[tpg/acess2.git] / Modules / IPStack / icmp.h
index abd19cb..8e78722 100644 (file)
@@ -16,12 +16,13 @@ struct sICMPHeader
        Uint16  Checksum;
        Uint16  ID;
        Uint16  Sequence;
+       Uint8   Data[];
 };
 
 // === CONSTANTS ===
 enum eICMPTypes
 {
-       ICMP_ECHOREPLY = 1,
+       ICMP_ECHOREPLY = 0,
        ICMP_UNREACHABLE = 3,
        ICMP_QUENCH = 4,
        ICMP_REDIRECT = 5,

UCC git Repository :: git.ucc.asn.au