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

This commit is contained in:
kieron
2018-05-10 17:05:59 +00:00
parent 125e00fb2f
commit 47f6c2325b
13 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ var
begin
context:= newPacketContext;
CopyIPv4(@getIPv4Config^.Gateway[0], @context^.IP.Destination[0]);
CopyIPv4(@getIPv4Config^.Address[0], @context^.IP.Destination[0]);
CopyIPv4(@getIPv4Config^.Address[0], @context^.IP.Source[0]);
CopyMAC(GetMAC, @context^.MAC.Source[0]);
CopyMAC(@BROADCAST_MAC[0], @context^.MAC.Destination[0]);