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

This commit is contained in:
kieron
2018-05-13 10:54:24 +00:00
parent 5193a9c122
commit ab96ce6efb
11 changed files with 3 additions and 2 deletions

View File

@ -38,6 +38,7 @@ begin
CHK:= calculateChecksum(puint16(p_data), sizeof(TICMPHeader));
Header^.ICMP_CHK_Hi:= CHK SHR 8;
Header^.ICMP_CHK_Lo:= CHK AND $FF;
p_context^.Protocol.L4:= $01;
ipv4.send(p_data, p_len, p_context);
end;
$00:begin //Reply

View File

@ -9,14 +9,14 @@ const
VERSION_SUB = '1';
REVISION = '728';
RELEASE = 'ia';
LINE_COUNT = 28528;
LINE_COUNT = 28529;
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:42:54';
COMPILE_TIME = '11:52:45';
implementation