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

This commit is contained in:
kieron
2018-05-10 12:49:22 +00:00
parent 24651c0542
commit d0257bb59b
14 changed files with 3 additions and 3 deletions

View File

@ -157,7 +157,7 @@ begin
copyIPv4(@AHeader.Source_Protocol[0], @context^.IP.Destination[0]);
copyMAC(getMAC, @context^.MAC.Source[0]);
copyIPv4(@getIPv4Config^.Address[0], @context^.IP.Source[0]);
send($1, $8000, $2, context);
send($1, $0800, $2, context);
freePacketContext(context);
end;
$2:begin { ARP Reply }

View File

@ -119,7 +119,7 @@ begin
CopyIPv4(@Config.Address[0], @context^.IP.Source[0]);
CopyMAC(GetMAC, @context^.MAC.Source[0]);
CopyMAC(@NULL_MAC[0], @context^.MAC.Destination[0]);
arp.send($1, $8000, $1, context);
arp.send($1, $0800, $1, context);
freePacketContext(context);
end else begin
writestringWND(' MAC: ', getTerminalHWND);

View File

@ -16,7 +16,7 @@ const
NASM_VERSION = '2.10.09';
MAKE_VERSION = '3.81';
COMPILE_DATE = '10/05/18';
COMPILE_TIME = '13:47:01';
COMPILE_TIME = '13:49:20';
implementation