Commit f0d31ab0 authored by Brickner_cp's avatar Brickner_cp

IPv6

parent d42184e3
...@@ -173,6 +173,8 @@ namespace PcapDotNet.Core.Test ...@@ -173,6 +173,8 @@ namespace PcapDotNet.Core.Test
case "ipv6.src_sa_mac": case "ipv6.src_sa_mac":
case "ipv6.sa_mac": case "ipv6.sa_mac":
case "ipv6.dst_6to4_gw_ipv4":
case "ipv6.dst_6to4_sla_id":
// TODO: Understand how these are calculated. // TODO: Understand how these are calculated.
break; break;
......
...@@ -92,6 +92,13 @@ namespace PcapDotNet.Core.Test ...@@ -92,6 +92,13 @@ namespace PcapDotNet.Core.Test
protocol == IpV4Protocol.Multiplexing || protocol == IpV4Protocol.Multiplexing ||
protocol == IpV4Protocol.Il || protocol == IpV4Protocol.Il ||
protocol == IpV4Protocol.MulticastTransportProtocol || protocol == IpV4Protocol.MulticastTransportProtocol ||
protocol == IpV4Protocol.AnyDistributedFileSystem ||
protocol == IpV4Protocol.InteractiveAgentTransferProtocol ||
protocol == IpV4Protocol.InternetPluribusPacketCore ||
protocol == IpV4Protocol.InternetworkPacketExchangeInIp ||
protocol == IpV4Protocol.IsIsOverIpV4 ||
protocol == IpV4Protocol.ComputerProtocolNetworkExecutive ||
protocol == IpV4Protocol.EncapsulationHeader ||
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