git-svn-id: https://spexeah.com:8443/svn/Asuro@739 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron 2018-05-13 11:33:06 +00:00
parent 12b28f41c7
commit efb41424dc
12 changed files with 3 additions and 3 deletions

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -105,8 +105,8 @@ begin
//writeIPv4Address(puint8(@AHeader.Dst[0])); //writeIPv4Address(puint8(@AHeader.Dst[0]));
buf:= puint8(p_data); buf:= puint8(p_data);
buf:= buf + AHeader.header_len; buf:= buf + (AHeader.header_len * 4);
len:= p_len - AHeader.header_len; len:= p_len - (AHeader.header_len * 4);
copyIPv4(@AHeader.Src[0], @p_context^.IP.Source[0]); copyIPv4(@AHeader.Src[0], @p_context^.IP.Source[0]);
copyIPv4(@AHeader.Dst[0], @p_context^.IP.Destination[0]); copyIPv4(@AHeader.Dst[0], @p_context^.IP.Destination[0]);

View File

@ -16,7 +16,7 @@ const
NASM_VERSION = '2.10.09'; NASM_VERSION = '2.10.09';
MAKE_VERSION = '3.81'; MAKE_VERSION = '3.81';
COMPILE_DATE = '13/05/18'; COMPILE_DATE = '13/05/18';
COMPILE_TIME = '12:08:40'; COMPILE_TIME = '12:33:02';
implementation implementation