Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pcap-Net
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Pcap-Net
Commits
f019b9d7
Commit
f019b9d7
authored
Aug 10, 2013
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IPv6
parent
136b512d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1263 additions
and
100 deletions
+1263
-100
IpV6OptionType.cs
PcapDotNet/src/PcapDotNet.Packets/IpV6/IpV6OptionType.cs
+11
-10
IpV6OptionUnknown.cs
PcapDotNet/src/PcapDotNet.Packets/IpV6/IpV6OptionUnknown.cs
+1252
-90
No files found.
PcapDotNet/src/PcapDotNet.Packets/IpV6/IpV6OptionType.cs
View file @
f019b9d7
...
@@ -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>
DnsUpdate
Type
=
0x11
,
DnsUpdate
=
0x11
,
/// <summary>
/// <summary>
/// RFC 5096.
/// RFC 5096.
/// Experimental Mobility Option.
/// Experimental Mobility Option.
/// </summary>
/// </summary>
Experimental
MobilityOption
=
0x12
,
Experimental
=
0x12
,
/// <summary>
/// <summary>
/// RFC 5094.
/// RFC 5094.
/// Vendor Specific Mobility Option.
/// </summary>
/// </summary>
VendorSpecific
MobilityOption
=
0x13
,
VendorSpecific
=
0x13
,
/// <summary>
/// <summary>
/// RFC 5149.
/// RFC 5149.
/// </summary>
/// </summary>
ServiceSelection
MobilityOption
=
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>
HomeNetworkPrefix
Option
=
0x16
,
HomeNetworkPrefix
=
0x16
,
/// <summary>
/// <summary>
/// RFC 5213.
/// RFC 5213.
/// </summary>
/// </summary>
HandoffIndicator
Option
=
0x17
,
HandoffIndicator
=
0x17
,
/// <summary>
/// <summary>
/// RFC 5213.
/// RFC 5213.
/// </summary>
/// </summary>
AccessTechnologyType
Option
=
0x18
,
AccessTechnologyType
=
0x18
,
/// <summary>
/// <summary>
/// RFC 5213.
/// RFC 5213.
/// Mobile Node Link-layer Identifier Option
/// Mobile Node Link-layer Identifier Option
/// </summary>
/// </summary>
MobileNodeLinkLayerIdentifier
Option
=
0x19
,
MobileNodeLinkLayerIdentifier
=
0x19
,
/// <summary>
/// <summary>
/// RFC 5213.
/// RFC 5213.
/// Link-local Address Option.
/// Link-local Address Option.
/// </summary>
/// </summary>
LinkLocalAddress
Option
=
0x1A
,
LinkLocalAddress
=
0x1A
,
/// <summary>
/// <summary>
/// RFC 5213.
/// RFC 5213.
/// </summary>
/// </summary>
Timestamp
Option
=
0x1B
,
Timestamp
=
0x1B
,
/// <summary>
/// <summary>
/// RFC 5847.
/// RFC 5847.
...
...
PcapDotNet/src/PcapDotNet.Packets/IpV6/IpV6OptionUnknown.cs
View file @
f019b9d7
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment