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
320a54ec
Commit
320a54ec
authored
May 19, 2010
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code Analysis
parent
1553a334
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
Pcap.h
PcapDotNet/src/PcapDotNet.Core/Pcap.h
+5
-0
PcapDotNet.Core.vcxproj
PcapDotNet/src/PcapDotNet.Core/PcapDotNet.Core.vcxproj
+4
-2
No files found.
PcapDotNet/src/PcapDotNet.Core/Pcap.h
View file @
320a54ec
...
@@ -2,6 +2,11 @@
...
@@ -2,6 +2,11 @@
#define HAVE_REMOTE
#define HAVE_REMOTE
#include <stdio.h>
#include <stdio.h>
#pragma warning(push)
#pragma warning(disable : 6386) // See https://connect.microsoft.com/VisualStudio/feedback/details/490105/c6386-in-ws2tcpip-h
#include <pcap.h>
#include <pcap.h>
#pragma warning(pop)
#include <remote-ext.h>
#include <remote-ext.h>
#include <Win32-Extensions.h>
#include <Win32-Extensions.h>
\ No newline at end of file
PcapDotNet/src/PcapDotNet.Core/PcapDotNet.Core.vcxproj
View file @
320a54ec
...
@@ -209,7 +209,7 @@
...
@@ -209,7 +209,7 @@
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<ForcedIncludeFiles>
CodeAnalysis\SourceAnnotations.h;%(ForcedIncludeFiles)
</ForcedIncludeFiles>
<ForcedIncludeFiles>
CodeAnalysis\SourceAnnotations.h;%(ForcedIncludeFiles)
</ForcedIncludeFiles>
<EnablePREfast>
fals
e
</EnablePREfast>
<EnablePREfast>
tru
e
</EnablePREfast>
</ClCompile>
</ClCompile>
<Link>
<Link>
<AdditionalDependencies>
wpcap.lib
</AdditionalDependencies>
<AdditionalDependencies>
wpcap.lib
</AdditionalDependencies>
...
@@ -245,7 +245,7 @@
...
@@ -245,7 +245,7 @@
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<ForcedIncludeFiles>
CodeAnalysis\SourceAnnotations.h;%(ForcedIncludeFiles)
</ForcedIncludeFiles>
<ForcedIncludeFiles>
CodeAnalysis\SourceAnnotations.h;%(ForcedIncludeFiles)
</ForcedIncludeFiles>
<EnablePREfast>
fals
e
</EnablePREfast>
<EnablePREfast>
tru
e
</EnablePREfast>
</ClCompile>
</ClCompile>
<Link>
<Link>
<AdditionalDependencies>
wpcap.lib
</AdditionalDependencies>
<AdditionalDependencies>
wpcap.lib
</AdditionalDependencies>
...
@@ -277,6 +277,7 @@
...
@@ -277,6 +277,7 @@
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<ForcedIncludeFiles>
CodeAnalysis\SourceAnnotations.h;%(ForcedIncludeFiles)
</ForcedIncludeFiles>
<ForcedIncludeFiles>
CodeAnalysis\SourceAnnotations.h;%(ForcedIncludeFiles)
</ForcedIncludeFiles>
<EnablePREfast>
true
</EnablePREfast>
</ClCompile>
</ClCompile>
<Link>
<Link>
<AdditionalDependencies>
wpcap.lib
</AdditionalDependencies>
<AdditionalDependencies>
wpcap.lib
</AdditionalDependencies>
...
@@ -309,6 +310,7 @@
...
@@ -309,6 +310,7 @@
<WarningLevel>
Level4
</WarningLevel>
<WarningLevel>
Level4
</WarningLevel>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<DebugInformationFormat>
ProgramDatabase
</DebugInformationFormat>
<ForcedIncludeFiles>
CodeAnalysis\SourceAnnotations.h;%(ForcedIncludeFiles)
</ForcedIncludeFiles>
<ForcedIncludeFiles>
CodeAnalysis\SourceAnnotations.h;%(ForcedIncludeFiles)
</ForcedIncludeFiles>
<EnablePREfast>
true
</EnablePREfast>
</ClCompile>
</ClCompile>
<Link>
<Link>
<AdditionalDependencies>
wpcap.lib
</AdditionalDependencies>
<AdditionalDependencies>
wpcap.lib
</AdditionalDependencies>
...
...
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