Commit fe832502 authored by Brickner_cp's avatar Brickner_cp

696 warnings left.

parent 04a796f0
namespace PcapDotNet.Packets.IpV6 namespace PcapDotNet.Packets.IpV6
{ {
/// <summary>
/// Binding Error Status for Mobility Binding Error IPv6 Extension Header.
/// </summary>
public enum IpV6BindingErrorStatus : byte public enum IpV6BindingErrorStatus : byte
{ {
/// <summary> /// <summary>
......
namespace PcapDotNet.Packets.IpV6 namespace PcapDotNet.Packets.IpV6
{ {
/// <summary>
/// RFC 5568.
/// Code of a Handover Initiate Message IPv6 Mobility Extension Header.
/// </summary>
public enum IpV6HandoverInitiateMessageCode : byte public enum IpV6HandoverInitiateMessageCode : byte
{ {
/// <summary>
/// The Previous Access Router uses this code value when it processes a Fast Binding Update with the Previous Care of Address as source IP address.
/// </summary>
SourceIpAddressIsPreviousCareOfAddress = 0x00, SourceIpAddressIsPreviousCareOfAddress = 0x00,
/// <summary>
/// The Previous Access Router uses this Code value when it processes a Fast Binidng Update whose source IP address is not the Previous Care of Address.
/// </summary>
SourceIpAddressIsNotPreviousCareOfAddress = 0x01, SourceIpAddressIsNotPreviousCareOfAddress = 0x01,
} }
} }
\ No newline at end of file
namespace PcapDotNet.Packets.IpV6 namespace PcapDotNet.Packets.IpV6
{ {
/// <summary>
/// Binding Revocation Type of a Binding Revocation Message IPv6 Extension Header.
/// The specific type of the extension header is decided according to this type.
/// </summary>
public enum IpV6MobilityBindingRevocationType : byte public enum IpV6MobilityBindingRevocationType : byte
{ {
/// <summary> /// <summary>
......
namespace PcapDotNet.Packets.IpV6 namespace PcapDotNet.Packets.IpV6
{ {
/// <summary>
/// Handover Acknowledge Code for IPv6 Mobility Handover Acknowledge Message Extension Header.
/// </summary>
public enum IpV6MobilityHandoverAcknowledgeCode : byte public enum IpV6MobilityHandoverAcknowledgeCode : byte
{ {
/// <summary> /// <summary>
......
namespace PcapDotNet.Packets.IpV6 namespace PcapDotNet.Packets.IpV6
{ {
/// <summary>
/// RFC 5568.
/// A code for a Link Layer Address IPv6 option.
/// </summary>
public enum IpV6MobilityLinkLayerAddressCode : byte public enum IpV6MobilityLinkLayerAddressCode : byte
{ {
/// <summary> /// <summary>
......
namespace PcapDotNet.Packets.IpV6 namespace PcapDotNet.Packets.IpV6
{ {
/// <summary>
/// The type of an IPv6 option.
/// </summary>
public enum IpV6OptionType : byte public enum IpV6OptionType : byte
{ {
/// <summary> /// <summary>
......
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