X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FIPStack%2Ficmp.h;h=8e787224339cc7f8c68461bce033e0ad130b61c2;hb=4f1a9b430a3fa57bbe52a6a2fe546f6fe93c389d;hp=a9594f8e49bc82b34937fb5f29367bb1c4d9fa3e;hpb=6bc21db109c4d8d3219ad58fc5cc76ec76e6c6b7;p=tpg%2Facess2.git diff --git a/Modules/IPStack/icmp.h b/Modules/IPStack/icmp.h index a9594f8e..8e787224 100644 --- a/Modules/IPStack/icmp.h +++ b/Modules/IPStack/icmp.h @@ -16,6 +16,7 @@ struct sICMPHeader Uint16 Checksum; Uint16 ID; Uint16 Sequence; + Uint8 Data[]; }; // === CONSTANTS ===