Commit 4aafa7bd authored by Boaz Brickner's avatar Boaz Brickner

Wireshark 1.12.8

parent 02a7c395
......@@ -188,6 +188,7 @@ namespace PcapDotNet.Core.Test
Assert.IsFalse(options.IsValid);
Assert.IsTrue(field.Show() == "Commercial IP security option" ||
field.Show() == "Loose source route (length byte past end of options)" ||
field.Show() == "Loose Source Route (5 bytes)" ||
field.Show() == "Time stamp:" ||
field.Show().StartsWith("Unknown") ||
field.Show().StartsWith("Security") ||
......
......@@ -1600,8 +1600,7 @@ namespace PcapDotNet.Core.Test
break;
case "mip6.lmaa.ipv6":
// TODO: Uncomment when https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10961 is fixed.
// optionSubfield.AssertValue(localMobilityAnchorAddress.LocalMobilityAnchorAddressIpV6.Value.ToValue());
optionSubfield.AssertValue(localMobilityAnchorAddress.LocalMobilityAnchorAddressIpV6.Value.ToValue());
break;
case "mip6.lmaa.ipv4":
......
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