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
81761454
Commit
81761454
authored
Jul 24, 2009
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Example projects in Developer's Pack
parent
7afcc96d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
ObtainingTheDeviceList.csproj
.../src/ObtainingTheDeviceList/ObtainingTheDeviceList.csproj
+8
-0
Program.cs
...tNet.DevelopersPack/src/ObtainingTheDeviceList/Program.cs
+1
-3
No files found.
PcapDotNet.DevelopersPack/src/ObtainingTheDeviceList/ObtainingTheDeviceList.csproj
View file @
81761454
...
@@ -35,6 +35,14 @@
...
@@ -35,6 +35,14 @@
<WarningLevel>
4
</WarningLevel>
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<Reference
Include=
"Packets, Version=0.1.0.31042, Culture=neutral, PublicKeyToken=58cf32d85728e684, processorArchitecture=MSIL"
>
<SpecificVersion>
False
</SpecificVersion>
<HintPath>
..\..\3rdParty\PcapDotNet\Packets.dll
</HintPath>
</Reference>
<Reference
Include=
"PcapDotNet.Core, Version=0.1.0.31056, Culture=neutral, PublicKeyToken=58cf32d85728e684, processorArchitecture=x86"
>
<SpecificVersion>
False
</SpecificVersion>
<HintPath>
..\..\3rdParty\PcapDotNet\PcapDotNet.Core.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Core"
>
<Reference
Include=
"System.Core"
>
<RequiredTargetFramework>
3.5
</RequiredTargetFramework>
<RequiredTargetFramework>
3.5
</RequiredTargetFramework>
...
...
PcapDotNet.DevelopersPack/src/ObtainingTheDeviceList/Program.cs
View file @
81761454
using
System
;
using
System
;
using
System.Collections.Generic
;
using
System.Collections.Generic
;
using
System.Linq
;
using
PcapDotNet.Core
;
using
System.Text
;
namespace
ObtainingTheDeviceList
namespace
ObtainingTheDeviceList
{
{
...
@@ -28,7 +27,6 @@ namespace ObtainingTheDeviceList
...
@@ -28,7 +27,6 @@ namespace ObtainingTheDeviceList
else
else
Console
.
WriteLine
(
" (No description available)"
);
Console
.
WriteLine
(
" (No description available)"
);
}
}
}
}
}
}
}
}
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