Commit f1e3ddd5 authored by Brickner_cp's avatar Brickner_cp

IPv6

parent f019b9d7
...@@ -259,7 +259,7 @@ namespace PcapDotNet.Packets.IpV6 ...@@ -259,7 +259,7 @@ namespace PcapDotNet.Packets.IpV6
/// RFC 5845. /// RFC 5845.
/// GRE Key Option. /// GRE Key Option.
/// </summary> /// </summary>
GreKeyOption = 0x21, GreKey = 0x21,
/// <summary> /// <summary>
/// RFC 5568. /// RFC 5568.
...@@ -294,23 +294,23 @@ namespace PcapDotNet.Packets.IpV6 ...@@ -294,23 +294,23 @@ namespace PcapDotNet.Packets.IpV6
/// RFC 5844. /// RFC 5844.
/// IPv4 DHCP Support Mode. /// IPv4 DHCP Support Mode.
/// </summary> /// </summary>
IpV4DHCPSupportMode = 0x27, IpV4DhcpSupportMode = 0x27,
/// <summary> /// <summary>
/// RFC 5949. /// RFC 5949.
/// </summary> /// </summary>
ContextRequestOption = 0x28, ContextRequest = 0x28,
/// <summary> /// <summary>
/// RFC 5949. /// RFC 5949.
/// </summary> /// </summary>
LocalMobilityAnchorAddressOption = 0x29, LocalMobilityAnchorAddress = 0x29,
/// <summary> /// <summary>
/// RFC 5949. /// RFC 5949.
/// Mobile Node Link-local Address Interface Identifier Option. /// Mobile Node Link-local Address Interface Identifier Option.
/// </summary> /// </summary>
MobileNodeLinkLocalAddressInterfaceIdentifierOption = 0x2A, MobileNodeLinkLocalAddressInterfaceIdentifier = 0x2A,
/// <summary> /// <summary>
/// RFC 6058. /// RFC 6058.
......
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