git-svn-id: https://spexeah.com:8443/svn/Asuro@688 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -128,7 +128,11 @@ begin
|
||||
|
||||
{ Process ARP Packet }
|
||||
Merge:= false;
|
||||
writeToLogLn(' L3: arp.findByIP');
|
||||
console.redrawWindows;
|
||||
CacheElement:= findCacheRecordByIP(@AHeader.Source_Protocol[0]);
|
||||
writeToLogLn(' L3: arp.findByIPDone');
|
||||
console.redrawWindows;
|
||||
if CacheElement <> nil then begin
|
||||
copyMAC(@AHeader.Source_Hardware[0], @CacheElement^.MAC[0]);
|
||||
Merge:= true;
|
||||
|
Reference in New Issue
Block a user