X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FIPStack%2Ficmp.h;h=8e787224339cc7f8c68461bce033e0ad130b61c2;hb=775bf8013abe9fe4ef3d4883ea2e43bba2a84da1;hp=abd19cbdd1da0709790365cd9102663b0eb1133c;hpb=25f19babe7a0ab75d04ff7e6f98f7bcb65fb8941;p=tpg%2Facess2.git diff --git a/Modules/IPStack/icmp.h b/Modules/IPStack/icmp.h index abd19cbd..8e787224 100644 --- a/Modules/IPStack/icmp.h +++ b/Modules/IPStack/icmp.h @@ -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,