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

This commit is contained in:
kieron 2018-05-13 14:24:12 +00:00
parent beddcd303f
commit a7c568b06a
14 changed files with 2 additions and 9 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.

Binary file not shown.

View File

@ -99,11 +99,6 @@ begin
end; end;
AHeader.Options:= Header^.Options; AHeader.Options:= Header^.Options;
//console.output('net.ipv4', 'Source: ');
//writeIPv4Address(puint8(@AHeader.Src[0]));
//console.output('net.ipv4', 'Dest: ');
//writeIPv4Address(puint8(@AHeader.Dst[0]));
buf:= puint8(p_data); buf:= puint8(p_data);
buf:= buf + (AHeader.header_len * 4); buf:= buf + (AHeader.header_len * 4);
len:= p_len - (AHeader.header_len * 4); len:= p_len - (AHeader.header_len * 4);
@ -113,7 +108,6 @@ begin
if Config.UP then begin if Config.UP then begin
if (IPEqual(@Config.Address[0], @AHeader.Dst[0])) OR (AHeader.Dst[3] = 255) then begin if (IPEqual(@Config.Address[0], @AHeader.Dst[0])) OR (AHeader.Dst[3] = 255) then begin
writehexln(AHeader.Protocol);
if Protocols[AHeader.Protocol] <> nil then Protocols[AHeader.Protocol](void(buf), len, p_context); if Protocols[AHeader.Protocol] <> nil then Protocols[AHeader.Protocol](void(buf), len, p_context);
end; end;
end; end;

View File

@ -26,7 +26,6 @@ var
begin begin
writeToLogLn(' L4: icmp.recv'); writeToLogLn(' L4: icmp.recv');
writestringlnWND('!', 0);
Header:= PICMPHeader(p_data); Header:= PICMPHeader(p_data);
case Header^.ICMP_Type of case Header^.ICMP_Type of
$08:Begin //Request $08:Begin //Request

View File

@ -9,14 +9,14 @@ const
VERSION_SUB = '1'; VERSION_SUB = '1';
REVISION = '728'; REVISION = '728';
RELEASE = 'ia'; RELEASE = 'ia';
LINE_COUNT = 28526; LINE_COUNT = 28519;
FILE_COUNT = 90; FILE_COUNT = 90;
DRIVER_COUNT = 32; DRIVER_COUNT = 32;
FPC_VERSION = '2.6.4'; FPC_VERSION = '2.6.4';
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 = '15:02:08'; COMPILE_TIME = '15:24:12';
implementation implementation