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
d103f0f6
Commit
d103f0f6
authored
Nov 28, 2015
by
Boaz Brickner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wireshark 1.12.8
parent
220003ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
WiresharkDatagramComparerIcmp.cs
...src/PcapDotNet.Core.Test/WiresharkDatagramComparerIcmp.cs
+1
-3
WiresharkDatagramComparerTcp.cs
.../src/PcapDotNet.Core.Test/WiresharkDatagramComparerTcp.cs
+1
-0
No files found.
PcapDotNet/src/PcapDotNet.Core.Test/WiresharkDatagramComparerIcmp.cs
View file @
d103f0f6
...
...
@@ -61,9 +61,7 @@ namespace PcapDotNet.Core.Test
}
else
{
// TODO: Remove this condition when https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10991 and https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10992 are fixed.
if
(!(
icmpIpV4PayloadDatagram
is
IcmpParameterProblemDatagram
||
icmpIpV4PayloadDatagram
is
IcmpRedirectDatagram
))
field
.
AssertDataField
(
icmpIpV4PayloadDatagram
.
IpV4
.
Payload
);
field
.
AssertDataField
(
icmpIpV4PayloadDatagram
.
IpV4
.
Payload
);
}
}
}
...
...
PcapDotNet/src/PcapDotNet.Core.Test/WiresharkDatagramComparerTcp.cs
View file @
d103f0f6
...
...
@@ -268,6 +268,7 @@ namespace PcapDotNet.Core.Test
field
.
Show
().
StartsWith
(
"Unknown (0x0a) "
)
||
// Unknown in Wireshark but known (and invalid) in Pcap.Net.
field
.
Show
().
StartsWith
(
"Unknown (0x19) "
)
||
// Unknown in Wireshark but known (and invalid) in Pcap.Net.
field
.
Show
().
StartsWith
(
"Unknown (0x2d) "
)
||
// Unknown in Wireshark and unknown and invalid in Pcap.Net.
field
.
Show
().
StartsWith
(
"Unknown (0x84) "
)
||
// Unknown in Wireshark and unknown and invalid in Pcap.Net.
field
.
Show
().
StartsWith
(
"Unknown (0xa9) "
)
||
// Unknown in Wireshark and unknown and invalid in Pcap.Net.
field
.
Show
().
StartsWith
(
"Echo reply (with option length = "
)
||
field
.
Show
().
Contains
(
"bytes says option goes past end of options"
)
||
...
...
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