Commit d933da7e authored by Brickner_cp's avatar Brickner_cp

IPv6

parent f1e3ddd5
...@@ -320,28 +320,28 @@ namespace PcapDotNet.Packets.IpV6 ...@@ -320,28 +320,28 @@ namespace PcapDotNet.Packets.IpV6
/// <summary> /// <summary>
/// RFC 6089 /// RFC 6089
/// </summary> /// </summary>
FlowSummaryMobilityOption = 0x2C, FlowSummary = 0x2C,
/// <summary> /// <summary>
/// RFC 6089. /// RFC 6089.
/// </summary> /// </summary>
FlowIdentificationMobilityOption = 0x2D, FlowIdentification = 0x2D,
/// <summary> /// <summary>
/// RFC 6463. /// RFC 6463.
/// Redirect-Capability Mobility Option. /// Redirect-Capability Mobility Option.
/// </summary> /// </summary>
RedirectCapabilityMobilityOption = 0x2E, RedirectCapability = 0x2E,
/// <summary> /// <summary>
/// RFC 6463. /// RFC 6463.
/// </summary> /// </summary>
RedirectMobilityOption = 0x2F, Redirect = 0x2F,
/// <summary> /// <summary>
/// RFC 6463. /// RFC 6463.
/// </summary> /// </summary>
LoadInformationMobilityOption = 0x30, LoadInformation = 0x30,
/// <summary> /// <summary>
/// RFC 6463. /// RFC 6463.
...@@ -358,7 +358,7 @@ namespace PcapDotNet.Packets.IpV6 ...@@ -358,7 +358,7 @@ namespace PcapDotNet.Packets.IpV6
/// RFC 6705. /// RFC 6705.
/// MAG IPv6 Address. /// MAG IPv6 Address.
/// </summary> /// </summary>
MagIpV6Address = 0x33, MobileAccessGatewayIpV6Address = 0x33,
/// <summary> /// <summary>
/// RFC 6757. /// RFC 6757.
......
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