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
9d657b7a
Commit
9d657b7a
authored
Jul 02, 2009
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
69fa5925
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
LivePacketDeviceTests.cs
PcapDotNet/src/PcapDotNet.Core.Test/LivePacketDeviceTests.cs
+2
-2
PcapDotNet.Core.Test.csproj
...tNet/src/PcapDotNet.Core.Test/PcapDotNet.Core.Test.csproj
+1
-1
No files found.
PcapDotNet/src/PcapDotNet.Core.Test/
PcapLive
DeviceTests.cs
→
PcapDotNet/src/PcapDotNet.Core.Test/
LivePacket
DeviceTests.cs
View file @
9d657b7a
...
...
@@ -10,9 +10,9 @@ namespace PcapDotNet.Core.Test
/// Summary description for PcapLibTests
/// </summary>
[
TestClass
]
public
class
PcapLive
DeviceTests
public
class
LivePacket
DeviceTests
{
public
PcapLive
DeviceTests
()
public
LivePacket
DeviceTests
()
{
//
// TODO: Add constructor logic here
...
...
PcapDotNet/src/PcapDotNet.Core.Test/PcapDotNet.Core.Test.csproj
View file @
9d657b7a
...
...
@@ -43,7 +43,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="MoreAssert.cs" />
<Compile Include="
PcapLive
DeviceTests.cs" />
<Compile Include="
LivePacket
DeviceTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PcapLibTests.cs" />
</ItemGroup>
...
...
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