Commit 43ce060f authored by Brickner_cp's avatar Brickner_cp

Fix Wireshark Test.

parent 96b7db96
......@@ -35,7 +35,7 @@ namespace PcapDotNet.Core.Test
get { return RetryNumber != -1; }
}
private const int RetryNumber = 220;
private const int RetryNumber = -1;
/// <summary>
/// Gets or sets the test context which provides
......
......@@ -113,6 +113,7 @@ namespace PcapDotNet.Core.Test
protocol == IpV4Protocol.MobileAdHocNetwork ||
protocol == IpV4Protocol.DissimilarGatewayProtocol ||
protocol == IpV4Protocol.SpriteRpc ||
protocol == IpV4Protocol.CombatRadioUserDatagram ||
protocol == IpV4Protocol.Shim6 || // TODO: Implement Shim6.
protocol == IpV4Protocol.RemoteVirtualDiskProtocol))
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment