Fix the network loop bug

This commit is contained in:
Tim Young 2015-09-06 12:55:37 -05:00
parent 657b72f401
commit 985e3d092d
2 changed files with 8 additions and 5 deletions

View File

@ -1328,12 +1328,13 @@ namespace EduNetworkBuilder
{
dNic = NicFromID(arp.NicOnWhichItIsFound);
}
if (arp.MACAddress == tPacket.sourceMAC)
{
sNic = NicFromID(arp.NicOnWhichItIsFound);
}
//if (arp.MACAddress == tPacket.sourceMAC)
//{
// sNic = NicFromID(arp.NicOnWhichItIsFound);
//}
}
}
sNic = tPacket.InboundNic; //We get the inbound nic from here.
//Delivery
//Loop through all nics (skip the interface) it came in on

View File

@ -1,6 +1,8 @@
{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Calibri;}}
{\*\generator Riched20 10.0.10240}\viewkind4\uc1
\pard\sa200\sl276\slmult1\b\f0\fs22\lang9 Version 1.0.22\b0\par
\pard\sa200\sl276\slmult1\b\f0\fs22\lang9 Version 1.0.23 \par
\b0 * Fixed issues with broadcast packets\b\par
Version 1.0.22 09/01/2015\b0\par
* Added ssid and keys for wireless links\par
* Wireless will auto-disconnect if link is too long\par
* Wireless will auto-connect if ssid and key match, if link is short enough\par