Commit 220003ca authored by Boaz Brickner's avatar Boaz Brickner

Wireshark 1.12.8

parent e9a1f38f
......@@ -32,9 +32,6 @@ namespace PcapDotNet.Core.Test
switch (field.Name())
{
case "ipv6.version":
// TODO: Remove this when https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10706 is fixed.
if (field.Show() != ipV6Datagram.Version.ToString())
return false;
field.AssertShowDecimal(ipV6Datagram.Version);
foreach (XElement subfield in field.Fields())
{
......
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