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
19ed36b6
Commit
19ed36b6
authored
Nov 15, 2014
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wireshark 1.12.1
parent
78cafa9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
WiresharkDatagramComparerHttp.cs
...src/PcapDotNet.Core.Test/WiresharkDatagramComparerHttp.cs
+2
-3
No files found.
PcapDotNet/src/PcapDotNet.Core.Test/WiresharkDatagramComparerHttp.cs
View file @
19ed36b6
...
@@ -34,9 +34,8 @@ namespace PcapDotNet.Core.Test
...
@@ -34,9 +34,8 @@ namespace PcapDotNet.Core.Test
field
.
AssertNoShow
();
field
.
AssertNoShow
();
MoreAssert
.
AreSequenceEqual
(
httpDatagram
.
Subsegment
(
0
,
_data
.
Length
/
2
),
HexEncoding
.
Instance
.
GetBytes
(
_data
.
ToString
()));
MoreAssert
.
AreSequenceEqual
(
httpDatagram
.
Subsegment
(
0
,
_data
.
Length
/
2
),
HexEncoding
.
Instance
.
GetBytes
(
_data
.
ToString
()));
// TODO: Uncomment once https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7065 is fixed.
// TODO: Uncomment once https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10707 is fixed.
// if (!IsBadHttpResponse(httpDatagram))
// field.AssertValue(httpDatagram.Subsegment(_data.Length / 2 + 2, httpDatagram.Length - _data.Length / 2 - 2));
// field.AssertValue(httpDatagram.Subsegment(_data.Length / 2, httpDatagram.Length - _data.Length / 2));
return
false
;
return
false
;
}
}
...
...
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