Commit ec18df6c authored by Brickner_cp's avatar Brickner_cp

IPv6

parent aa384697
...@@ -171,6 +171,11 @@ namespace PcapDotNet.Core.Test ...@@ -171,6 +171,11 @@ namespace PcapDotNet.Core.Test
// TODO: Fix according to https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9996 // TODO: Fix according to https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9996
return false; return false;
case "ipv6.src_sa_mac":
case "ipv6.sa_mac":
// TODO: Understand how these are calculated.
break;
case "": case "":
switch (field.Show()) switch (field.Show())
{ {
......
...@@ -84,7 +84,13 @@ namespace PcapDotNet.Core.Test ...@@ -84,7 +84,13 @@ namespace PcapDotNet.Core.Test
protocol == IpV4Protocol.BackroomSatMon || protocol == IpV4Protocol.BackroomSatMon ||
protocol == IpV4Protocol.Iplt || protocol == IpV4Protocol.Iplt ||
protocol == IpV4Protocol.Any0HopProtocol || protocol == IpV4Protocol.Any0HopProtocol ||
protocol == IpV4Protocol.Leaf2|| protocol == IpV4Protocol.Leaf2 ||
protocol == IpV4Protocol.InterDomainPolicyRoutingProtocol ||
protocol == IpV4Protocol.NationalScienceFoundationNetworkInteriorGatewayProtocol ||
protocol == IpV4Protocol.WidebandExpak ||
protocol == IpV4Protocol.Uti ||
protocol == IpV4Protocol.Multiplexing ||
protocol == IpV4Protocol.Il ||
protocol == IpV4Protocol.RemoteVirtualDiskProtocol)) protocol == IpV4Protocol.RemoteVirtualDiskProtocol))
return false; 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