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
eb32f581
Commit
eb32f581
authored
May 29, 2010
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PreEmptive Analysis
parent
e2b4de73
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
214 additions
and
0 deletions
+214
-0
PcapDotNet.Analysis.sln
PcapDotNet.Analysis/PcapDotNet.Analysis.sln
+29
-0
PcapDotNet.Analysis.vssscc
PcapDotNet.Analysis/PcapDotNet.Analysis.vssscc
+10
-0
PcapDotNet.Analysis.csproj
...t.Analysis/PcapDotNet.Analysis/PcapDotNet.Analysis.csproj
+69
-0
PcapDotNet.Analysis.csproj.vspscc
...sis/PcapDotNet.Analysis/PcapDotNet.Analysis.csproj.vspscc
+10
-0
PcapDotNetAnalysis.cs
...DotNet.Analysis/PcapDotNet.Analysis/PcapDotNetAnalysis.cs
+57
-0
AssemblyInfo.cs
...t.Analysis/PcapDotNet.Analysis/Properties/AssemblyInfo.cs
+39
-0
No files found.
PcapDotNet.Analysis/PcapDotNet.Analysis.sln
0 → 100644
View file @
eb32f581
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PcapDotNet.Analysis", "PcapDotNet.Analysis\PcapDotNet.Analysis.csproj", "{AB555DA6-785B-4270-9CF8-4DD9A216280B}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs06.codeplex.com/
SccLocalPath0 = .
SccProjectUniqueName1 = PcapDotNet.Analysis\\PcapDotNet.Analysis.csproj
SccProjectName1 = PcapDotNet.Analysis
SccLocalPath1 = PcapDotNet.Analysis
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB555DA6-785B-4270-9CF8-4DD9A216280B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB555DA6-785B-4270-9CF8-4DD9A216280B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB555DA6-785B-4270-9CF8-4DD9A216280B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB555DA6-785B-4270-9CF8-4DD9A216280B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
PcapDotNet.Analysis/PcapDotNet.Analysis.vssscc
0 → 100644
View file @
eb32f581
""
{
"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"
}
PcapDotNet.Analysis/PcapDotNet.Analysis/PcapDotNet.Analysis.csproj
0 → 100644
View file @
eb32f581
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"4.0"
DefaultTargets=
"Build"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
<Platform
Condition=
" '$(Platform)' == '' "
>
AnyCPU
</Platform>
<ProductVersion>
8.0.30703
</ProductVersion>
<SchemaVersion>
2.0
</SchemaVersion>
<ProjectGuid>
{AB555DA6-785B-4270-9CF8-4DD9A216280B}
</ProjectGuid>
<OutputType>
Library
</OutputType>
<AppDesignerFolder>
Properties
</AppDesignerFolder>
<RootNamespace>
PcapDotNet.Analysis
</RootNamespace>
<AssemblyName>
PcapDotNet.Analysis
</AssemblyName>
<TargetFrameworkVersion>
v4.0
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<SccProjectName>
SAK
</SccProjectName>
<SccLocalPath>
SAK
</SccLocalPath>
<SccAuxPath>
SAK
</SccAuxPath>
<SccProvider>
SAK
</SccProvider>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<DebugSymbols>
true
</DebugSymbols>
<DebugType>
full
</DebugType>
<Optimize>
false
</Optimize>
<OutputPath>
..\bin\Debug\
</OutputPath>
<DefineConstants>
DEBUG;TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<DocumentationFile>
..\bin\Debug\PcapDotNet.Analysis.XML
</DocumentationFile>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "
>
<DebugType>
pdbonly
</DebugType>
<Optimize>
true
</Optimize>
<OutputPath>
..\bin\Release\
</OutputPath>
<DefineConstants>
TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<DocumentationFile>
..\bin\Release\PcapDotNet.Analysis.XML
</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>
true
</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<DelaySign>
true
</DelaySign>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"PreEmptive.Attributes"
>
<HintPath>
..\..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio 10.0\PreEmptive Solutions\Dotfuscator Community Edition\PreEmptive.Attributes.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Data.DataSetExtensions"
/>
<Reference
Include=
"Microsoft.CSharp"
/>
<Reference
Include=
"System.Data"
/>
<Reference
Include=
"System.Xml"
/>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"PcapDotNetAnalysis.cs"
/>
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
\ No newline at end of file
PcapDotNet.Analysis/PcapDotNet.Analysis/PcapDotNet.Analysis.csproj.vspscc
0 → 100644
View file @
eb32f581
""
{
"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.Analysis/PcapDotNet.Analysis/PcapDotNetAnalysis.cs
0 → 100644
View file @
eb32f581
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
namespace
PcapDotNet.Analysis
{
public
static
class
PcapDotNetAnalysis
{
public
static
void
Initialize
()
{
if
(!
_setup
)
{
_setup
=
true
;
Setup
();
AppDomain
.
CurrentDomain
.
ProcessExit
+=
ProcessExit
;
}
}
[
PreEmptive
.
Attributes
.
Feature
(
"Sent Packet"
)]
public
static
void
PacketSent
()
{
}
public
static
void
PacketSent
(
int
count
)
{
for
(
int
i
=
0
;
i
!=
count
;
++
i
)
PacketSent
();
}
[
PreEmptive
.
Attributes
.
Feature
(
"Received Packet"
)]
public
static
void
PacketReceived
()
{
}
public
static
void
PacketReceived
(
int
count
)
{
for
(
int
i
=
0
;
i
!=
count
;
++
i
)
PacketReceived
();
}
[
PreEmptive
.
Attributes
.
Setup
(
CustomEndpoint
=
"so-s.info/PreEmptive.Web.Services.Messaging/MessagingServiceV2.asmx"
)]
private
static
void
Setup
()
{
}
[
PreEmptive
.
Attributes
.
Teardown
]
private
static
void
ProcessExit
(
object
sender
,
EventArgs
e
)
{
Console
.
WriteLine
(
"ProcessExit"
);
}
public
static
bool
OptIn
{
get
;
set
;
}
private
static
bool
_setup
;
}
}
PcapDotNet.Analysis/PcapDotNet.Analysis/Properties/AssemblyInfo.cs
0 → 100644
View file @
eb32f581
using
System.Reflection
;
using
System.Runtime.CompilerServices
;
using
System.Runtime.InteropServices
;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("PcapDotNet.Analysis")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("PcapDotNet.Analysis")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("b08f612e-bc7c-4b00-b28b-9f2f6d1c255d")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: PreEmptive.Attributes.Business("3E35F098-CE43-4F82-9E9D-05C8B1046A45")]
// CodePlex
[assembly: PreEmptive.Attributes.Application("A5F32868-8932-4CEC-B263-7D2CB74C3136")]
// Pcap.Net
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