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
9ffa2ebd
Commit
9ffa2ebd
authored
Jun 26, 2009
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
d21724d4
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
155 additions
and
94 deletions
+155
-94
BPacket.csproj
PcapDotNet/src/BPacket/BPacket.csproj
+4
-0
BPacket.csproj.vspscc
PcapDotNet/src/BPacket/BPacket.csproj.vspscc
+10
-0
WinPcapDotNet.Console.csproj
...otNet/src/PcapDotNet.Console/WinPcapDotNet.Console.csproj
+4
-0
WinPcapDotNet.Console.csproj.vspscc
...rc/PcapDotNet.Console/WinPcapDotNet.Console.csproj.vspscc
+10
-0
WinPCapDotNet.Core.vcproj
PcapDotNet/src/PcapDotNet.Core/WinPCapDotNet.Core.vcproj
+92
-94
WinPCapDotNet.Core.vcproj.vspscc
...tNet/src/PcapDotNet.Core/WinPCapDotNet.Core.vcproj.vspscc
+10
-0
PcapDotNet.sln
PcapDotNet/src/PcapDotNet.sln
+15
-0
PcapDotNet.vssscc
PcapDotNet/src/PcapDotNet.vssscc
+10
-0
No files found.
PcapDotNet/src/BPacket/BPacket.csproj
View file @
9ffa2ebd
...
@@ -12,6 +12,10 @@
...
@@ -12,6 +12,10 @@
<AssemblyName>
BPacket
</AssemblyName>
<AssemblyName>
BPacket
</AssemblyName>
<TargetFrameworkVersion>
v3.5
</TargetFrameworkVersion>
<TargetFrameworkVersion>
v3.5
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<FileAlignment>
512
</FileAlignment>
<SccProjectName>
SAK
</SccProjectName>
<SccLocalPath>
SAK
</SccLocalPath>
<SccAuxPath>
SAK
</SccAuxPath>
<SccProvider>
SAK
</SccProvider>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<DebugSymbols>
true
</DebugSymbols>
<DebugSymbols>
true
</DebugSymbols>
...
...
PcapDotNet/src/BPacket/BPacket.csproj.vspscc
0 → 100644
View file @
9ffa2ebd
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
}
PcapDotNet/src/PcapDotNet.Console/WinPcapDotNet.Console.csproj
View file @
9ffa2ebd
...
@@ -27,6 +27,10 @@
...
@@ -27,6 +27,10 @@
<IsWebBootstrapper>
false
</IsWebBootstrapper>
<IsWebBootstrapper>
false
</IsWebBootstrapper>
<UseApplicationTrust>
false
</UseApplicationTrust>
<UseApplicationTrust>
false
</UseApplicationTrust>
<BootstrapperEnabled>
true
</BootstrapperEnabled>
<BootstrapperEnabled>
true
</BootstrapperEnabled>
<SccProjectName>
SAK
</SccProjectName>
<SccLocalPath>
SAK
</SccLocalPath>
<SccAuxPath>
SAK
</SccAuxPath>
<SccProvider>
SAK
</SccProvider>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<DebugSymbols>
true
</DebugSymbols>
<DebugSymbols>
true
</DebugSymbols>
...
...
PcapDotNet/src/PcapDotNet.Console/WinPcapDotNet.Console.csproj.vspscc
0 → 100644
View file @
9ffa2ebd
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
}
PcapDotNet/src/PcapDotNet.Core/WinPCapDotNet.Core.vcproj
View file @
9ffa2ebd
...
@@ -5,6 +5,10 @@
...
@@ -5,6 +5,10 @@
Name=
"PcapDotNet.Core"
Name=
"PcapDotNet.Core"
ProjectGUID=
"{89C63BE1-AF9A-472E-B256-A4F56B1655A7}"
ProjectGUID=
"{89C63BE1-AF9A-472E-B256-A4F56B1655A7}"
RootNamespace=
"WinPCapDotNet"
RootNamespace=
"WinPCapDotNet"
SccProjectName=
"SAK"
SccAuxPath=
"SAK"
SccLocalPath=
"SAK"
SccProvider=
"SAK"
Keyword=
"ManagedCProj"
Keyword=
"ManagedCProj"
TargetFrameworkVersion=
"196613"
TargetFrameworkVersion=
"196613"
>
>
...
@@ -182,104 +186,98 @@
...
@@ -182,104 +186,98 @@
/>
/>
<ProjectReference
<ProjectReference
ReferencedProjectIdentifier=
"{8A184AF5-E46C-482C-81A3-76D8CE290104}"
ReferencedProjectIdentifier=
"{8A184AF5-E46C-482C-81A3-76D8CE290104}"
RelativePathToProject=
".\B
oaz
Packet\BPacket.csproj"
RelativePathToProject=
".\BPacket\BPacket.csproj"
/>
/>
</References>
</References>
<Files>
<Files>
<Filter
<File
Name=
"Source Files"
RelativePath=
".\AssemblyInfo.cpp"
Filter=
"cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
>
<File
</File>
RelativePath=
".\AssemblyInfo.cpp"
<File
>
RelativePath=
".\BpfFilter.cpp"
</File>
>
<File
</File>
RelativePath=
".\BpfFilter.cpp"
<File
>
RelativePath=
".\BpfFilter.h"
</File>
>
<File
</File>
RelativePath=
".\BpfFilter.h"
<File
>
RelativePath=
".\IPcapDevice.h"
</File>
>
<File
</File>
RelativePath=
".\IPcapDevice.h"
<File
>
RelativePath=
".\MarshalingServices.cpp"
</File>
>
<File
</File>
RelativePath=
".\MarshalingServices.cpp"
<File
>
RelativePath=
".\MarshalingServices.h"
</File>
>
<File
</File>
RelativePath=
".\MarshalingServices.h"
<File
>
RelativePath=
".\PcapAddress.cpp"
</File>
>
<File
</File>
RelativePath=
".\PcapAddress.cpp"
<File
>
RelativePath=
".\PcapAddress.h"
</File>
>
<File
</File>
RelativePath=
".\PcapAddress.h"
<File
>
RelativePath=
".\PcapDevice.cpp"
</File>
>
<File
</File>
RelativePath=
".\PcapDevice.cpp"
<File
>
RelativePath=
".\PcapDevice.h"
</File>
>
<File
</File>
RelativePath=
".\PcapDevice.h"
<File
>
RelativePath=
".\PcapDeviceHandler.cpp"
</File>
>
<File
</File>
RelativePath=
".\PcapDeviceHandler.cpp"
<File
>
RelativePath=
".\PcapDeviceHandler.h"
</File>
>
<File
</File>
RelativePath=
".\PcapDeviceHandler.h"
<File
>
RelativePath=
".\PcapDumpFile.cpp"
</File>
>
<File
</File>
RelativePath=
".\PcapDumpFile.cpp"
<File
>
RelativePath=
".\PcapDumpFile.h"
</File>
>
<File
</File>
RelativePath=
".\PcapDumpFile.h"
<File
>
RelativePath=
".\PcapLiveDevice.cpp"
</File>
>
<File
</File>
RelativePath=
".\PcapLiveDevice.cpp"
<File
>
RelativePath=
".\PcapLiveDevice.h"
</File>
>
<File
</File>
RelativePath=
".\PcapLiveDevice.h"
<File
>
RelativePath=
".\PcapOfflineDevice.cpp"
</File>
>
<File
</File>
RelativePath=
".\PcapOfflineDevice.cpp"
<File
>
RelativePath=
".\PcapOfflineDevice.h"
</File>
>
<File
</File>
RelativePath=
".\PcapOfflineDevice.h"
<File
>
RelativePath=
".\PcapTypedefs.cpp"
</File>
>
<File
</File>
RelativePath=
".\PcapTypedefs.cpp"
<File
>
RelativePath=
".\PcapTypedefs.h"
</File>
>
<File
</File>
RelativePath=
".\PcapTypedefs.h"
<File
>
RelativePath=
".\Timestamp.cpp"
</File>
>
<File
</File>
RelativePath=
".\Timestamp.cpp"
<File
>
RelativePath=
".\Timestamp.h"
</File>
>
<File
</File>
RelativePath=
".\Timestamp.h"
>
</File>
</Filter>
</Files>
</Files>
<Globals>
<Globals>
</Globals>
</Globals>
...
...
PcapDotNet/src/PcapDotNet.Core/WinPCapDotNet.Core.vcproj.vspscc
0 → 100644
View file @
9ffa2ebd
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
}
PcapDotNet/src/PcapDotNet.sln
View file @
9ffa2ebd
...
@@ -8,6 +8,21 @@ EndProject
...
@@ -8,6 +8,21 @@ EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PcapDotNet.Core", "PcapDotNet.Core\WinPCapDotNet.Core.vcproj", "{89C63BE1-AF9A-472E-B256-A4F56B1655A7}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PcapDotNet.Core", "PcapDotNet.Core\WinPCapDotNet.Core.vcproj", "{89C63BE1-AF9A-472E-B256-A4F56B1655A7}"
EndProject
EndProject
Global
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 4
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs06.codeplex.com/
SccLocalPath0 = .
SccProjectUniqueName1 = BPacket\\BPacket.csproj
SccProjectName1 = BPacket
SccLocalPath1 = BPacket
SccProjectUniqueName2 = PcapDotNet.Console\\WinPcapDotNet.Console.csproj
SccProjectName2 = PcapDotNet.Console
SccLocalPath2 = PcapDotNet.Console
SccProjectUniqueName3 = PcapDotNet.Core\\WinPCapDotNet.Core.vcproj
SccProjectName3 = PcapDotNet.Core
SccLocalPath3 = PcapDotNet.Core
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Mixed Platforms = Debug|Mixed Platforms
...
...
PcapDotNet/src/PcapDotNet.vssscc
0 → 100644
View file @
9ffa2ebd
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT"
}
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