TIPHeader

type TIPHeader = record;
VerLen: Byte;
TOS: Byte;
TotalLen: Word;
Identifer: Word;
FragOffsets: Word;
TTL: Byte;
Protocol: Byte;
CheckSum: Word;
SourceIp: DWORD;
DestIp: DWORD;
Options: DWORD;
end;

Unit
blcksock

Description
Record with definition of IP packet header. For reading data from ICMP or RAW sockets.


See also:
TICMPBlockSocket, TRAWBlockSocket