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

This commit is contained in:
kieron
2018-05-10 15:38:31 +00:00
parent 8d95c2fcad
commit 9fb4567690
12 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ begin
memcpy(uint32(@hdr), uint32(buffer), sizeof(TEthernetHeader));
memcpy(uint32(p_data), uint32(buffer)+sizeof(TEthernetHeader), p_len);
FCS:= puint32((uint32(buffer) + size) - 4);
FCS^:= switchendian32(crc32(puint8(buffer), size - 4));
FCS^:= crc32(puint8(buffer), size - 4);
//writehexlnWND(FCS^, getTerminalHWND);
net.send(buffer, size);
//printmemoryWND(uint32(buffer), size, 16, ' ', true, getTerminalHWND);

View File

@ -16,7 +16,7 @@ const
NASM_VERSION = '2.10.09';
MAKE_VERSION = '3.81';
COMPILE_DATE = '10/05/18';
COMPILE_TIME = '16:35:27';
COMPILE_TIME = '16:38:23';
implementation