Commit f019b9d7 authored by Brickner_cp's avatar Brickner_cp

IPv6

parent 136b512d
...@@ -169,23 +169,24 @@ namespace PcapDotNet.Packets.IpV6 ...@@ -169,23 +169,24 @@ namespace PcapDotNet.Packets.IpV6
/// RFC 5026. /// RFC 5026.
/// DNS-UPDATE-TYPE. /// DNS-UPDATE-TYPE.
/// </summary> /// </summary>
DnsUpdateType = 0x11, DnsUpdate = 0x11,
/// <summary> /// <summary>
/// RFC 5096. /// RFC 5096.
/// Experimental Mobility Option. /// Experimental Mobility Option.
/// </summary> /// </summary>
ExperimentalMobilityOption = 0x12, Experimental = 0x12,
/// <summary> /// <summary>
/// RFC 5094. /// RFC 5094.
/// Vendor Specific Mobility Option.
/// </summary> /// </summary>
VendorSpecificMobilityOption = 0x13, VendorSpecific = 0x13,
/// <summary> /// <summary>
/// RFC 5149. /// RFC 5149.
/// </summary> /// </summary>
ServiceSelectionMobilityOption = 0x14, ServiceSelection = 0x14,
/// <summary> /// <summary>
/// RFC 5568. /// RFC 5568.
...@@ -196,34 +197,34 @@ namespace PcapDotNet.Packets.IpV6 ...@@ -196,34 +197,34 @@ namespace PcapDotNet.Packets.IpV6
/// <summary> /// <summary>
/// RFC 5213. /// RFC 5213.
/// </summary> /// </summary>
HomeNetworkPrefixOption = 0x16, HomeNetworkPrefix = 0x16,
/// <summary> /// <summary>
/// RFC 5213. /// RFC 5213.
/// </summary> /// </summary>
HandoffIndicatorOption = 0x17, HandoffIndicator = 0x17,
/// <summary> /// <summary>
/// RFC 5213. /// RFC 5213.
/// </summary> /// </summary>
AccessTechnologyTypeOption = 0x18, AccessTechnologyType = 0x18,
/// <summary> /// <summary>
/// RFC 5213. /// RFC 5213.
/// Mobile Node Link-layer Identifier Option /// Mobile Node Link-layer Identifier Option
/// </summary> /// </summary>
MobileNodeLinkLayerIdentifierOption = 0x19, MobileNodeLinkLayerIdentifier = 0x19,
/// <summary> /// <summary>
/// RFC 5213. /// RFC 5213.
/// Link-local Address Option. /// Link-local Address Option.
/// </summary> /// </summary>
LinkLocalAddressOption = 0x1A, LinkLocalAddress = 0x1A,
/// <summary> /// <summary>
/// RFC 5213. /// RFC 5213.
/// </summary> /// </summary>
TimestampOption = 0x1B, Timestamp = 0x1B,
/// <summary> /// <summary>
/// RFC 5847. /// RFC 5847.
......
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