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

This commit is contained in:
kieron
2018-05-11 07:34:41 +00:00
parent cbb37f4e5a
commit 9a6d556602
12 changed files with 5 additions and 18 deletions

View File

@ -117,21 +117,8 @@ begin
end;
end;
arp.sendGratuitous;
CopyIPv4(@Config.Address[0], @Target[0]);
for i:=1 to 255 do begin
Target[3]:= i;
arp.sendRequest(@Target[0]);
end;
// context:= newPacketContext;
// CopyIPv4(@Config.Gateway[0], @context^.IP.Destination[0]);
// CopyIPv4(@Config.Address[0], @context^.IP.Source[0]);
// CopyMAC(GetMAC, @context^.MAC.Source[0]);
// //copyMAC(@FORCE_MAC[0], @context^.MAC.Source[0]);
// CopyMAC(@BROADCAST_MAC[0], @context^.MAC.Destination[0]);
// arp.send($1, $0800, $1, context);
// freePacketContext(context);
CopyIPv4(@Config.Gateway[0], @Target[0]);
arp.sendRequest(@Target[0]);
end else begin
writestringWND(' MAC: ', getTerminalHWND);
writeMACAddress(net.GetMAC, getTerminalHWND);

View File

@ -9,14 +9,14 @@ const
VERSION_SUB = '1';
REVISION = '677';
RELEASE = 'ia';
LINE_COUNT = 28038;
LINE_COUNT = 28025;
FILE_COUNT = 90;
DRIVER_COUNT = 32;
FPC_VERSION = '2.6.4';
NASM_VERSION = '2.10.09';
MAKE_VERSION = '3.81';
COMPILE_DATE = '10/05/18';
COMPILE_TIME = '18:17:20';
COMPILE_DATE = '11/05/18';
COMPILE_TIME = '08:34:35';
implementation