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
d933da7e
Commit
d933da7e
authored
Aug 30, 2013
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IPv6
parent
f1e3ddd5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1950 additions
and
37 deletions
+1950
-37
IpV6OptionType.cs
PcapDotNet/src/PcapDotNet.Packets/IpV6/IpV6OptionType.cs
+6
-6
IpV6OptionUnknown.cs
PcapDotNet/src/PcapDotNet.Packets/IpV6/IpV6OptionUnknown.cs
+1944
-31
No files found.
PcapDotNet/src/PcapDotNet.Packets/IpV6/IpV6OptionType.cs
View file @
d933da7e
...
@@ -320,28 +320,28 @@ namespace PcapDotNet.Packets.IpV6
...
@@ -320,28 +320,28 @@ namespace PcapDotNet.Packets.IpV6
/// <summary>
/// <summary>
/// RFC 6089
/// RFC 6089
/// </summary>
/// </summary>
FlowSummary
MobilityOption
=
0x2C
,
FlowSummary
=
0x2C
,
/// <summary>
/// <summary>
/// RFC 6089.
/// RFC 6089.
/// </summary>
/// </summary>
FlowIdentification
MobilityOption
=
0x2D
,
FlowIdentification
=
0x2D
,
/// <summary>
/// <summary>
/// RFC 6463.
/// RFC 6463.
/// Redirect-Capability Mobility Option.
/// Redirect-Capability Mobility Option.
/// </summary>
/// </summary>
RedirectCapability
MobilityOption
=
0x2E
,
RedirectCapability
=
0x2E
,
/// <summary>
/// <summary>
/// RFC 6463.
/// RFC 6463.
/// </summary>
/// </summary>
Redirect
MobilityOption
=
0x2F
,
Redirect
=
0x2F
,
/// <summary>
/// <summary>
/// RFC 6463.
/// RFC 6463.
/// </summary>
/// </summary>
LoadInformation
MobilityOption
=
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>
M
ag
IpV6Address
=
0x33
,
M
obileAccessGateway
IpV6Address
=
0x33
,
/// <summary>
/// <summary>
/// RFC 6757.
/// RFC 6757.
...
...
PcapDotNet/src/PcapDotNet.Packets/IpV6/IpV6OptionUnknown.cs
View file @
d933da7e
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