Typedef struct _icmp_header
{
CHAR TYPE;
CHAR CODE;
Ushort checksum;
Ushort ID;
Ushort sequence;
Ulong timestamp;
ICMP_HEADER;