+ Wrong size for flags fields as reported by zephod@skynet.be

This commit is contained in:
michael 2005-05-04 08:05:10 +00:00
parent 02aaa32fb5
commit 6caa028202

View File

@ -10,7 +10,7 @@ Type
Piphdr = ^iphdr;
iphdr = record
flag0 : word;
flag0 : byte;
tos : u_int8_t;
tot_len : u_int16_t;
id : u_int16_t;
@ -24,7 +24,7 @@ Type
Pip = ^ip;
ip = record
flag0 : dword;
flag0 : byte;
ip_tos : u_int8_t;
ip_len : u_short;
ip_id : u_short;