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
f1e3ddd5
Commit
f1e3ddd5
authored
Aug 24, 2013
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IPv6
parent
f019b9d7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1089 additions
and
6 deletions
+1089
-6
IpV6OptionType.cs
PcapDotNet/src/PcapDotNet.Packets/IpV6/IpV6OptionType.cs
+5
-5
IpV6OptionUnknown.cs
PcapDotNet/src/PcapDotNet.Packets/IpV6/IpV6OptionUnknown.cs
+1084
-1
No files found.
PcapDotNet/src/PcapDotNet.Packets/IpV6/IpV6OptionType.cs
View file @
f1e3ddd5
...
@@ -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>
GreKey
Option
=
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>
IpV4D
HCP
SupportMode
=
0x27
,
IpV4D
hcp
SupportMode
=
0x27
,
/// <summary>
/// <summary>
/// RFC 5949.
/// RFC 5949.
/// </summary>
/// </summary>
ContextRequest
Option
=
0x28
,
ContextRequest
=
0x28
,
/// <summary>
/// <summary>
/// RFC 5949.
/// RFC 5949.
/// </summary>
/// </summary>
LocalMobilityAnchorAddress
Option
=
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>
MobileNodeLinkLocalAddressInterfaceIdentifier
Option
=
0x2A
,
MobileNodeLinkLocalAddressInterfaceIdentifier
=
0x2A
,
/// <summary>
/// <summary>
/// RFC 6058.
/// RFC 6058.
...
...
PcapDotNet/src/PcapDotNet.Packets/IpV6/IpV6OptionUnknown.cs
View file @
f1e3ddd5
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