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

This commit is contained in:
kieron
2018-05-13 10:39:42 +00:00
parent beb04a225a
commit 66db2427c4
12 changed files with 4 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.

@ -3,7 +3,7 @@ unit icmp;
interface
uses
nettypes, netutils, ipv4;
net, nettypes, netutils, ipv4;
procedure register;
@ -25,6 +25,7 @@ var
CHK : uint16;
begin
writeToLogLn(' L4: icmp.recv');
Header:= PICMPHeader(p_data);
case Header^.ICMP_Type of
$08:Begin //Request

@ -9,14 +9,14 @@ const
VERSION_SUB = '1';
REVISION = '728';
RELEASE = 'ia';
LINE_COUNT = 28526;
LINE_COUNT = 28527;
FILE_COUNT = 90;
DRIVER_COUNT = 32;
FPC_VERSION = '2.6.4';
NASM_VERSION = '2.10.09';
MAKE_VERSION = '3.81';
COMPILE_DATE = '13/05/18';
COMPILE_TIME = '11:34:48';
COMPILE_TIME = '11:39:43';
implementation