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
7346c0b6
Commit
7346c0b6
authored
Jul 19, 2009
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
97bc7796
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
94 additions
and
6 deletions
+94
-6
PacketCommunicator.cpp
PcapDotNet/src/PcapDotNet.Core/PacketCommunicator.cpp
+0
-1
PacketCommunicator.h
PcapDotNet/src/PcapDotNet.Core/PacketCommunicator.h
+91
-2
PacketSendBuffer.cpp
PcapDotNet/src/PcapDotNet.Core/PacketSendBuffer.cpp
+1
-1
PacketSendBuffer.h
PcapDotNet/src/PcapDotNet.Core/PacketSendBuffer.h
+0
-0
WinPCapDotNet.Core.vcproj
PcapDotNet/src/PcapDotNet.Core/WinPCapDotNet.Core.vcproj
+2
-2
No files found.
PcapDotNet/src/PcapDotNet.Core/PacketCommunicator.cpp
View file @
7346c0b6
...
...
@@ -256,7 +256,6 @@ void PacketCommunicator::SendPacket(Packet^ packet)
throw
BuildInvalidOperation
(
"Failed writing to device"
);
}
BerkeleyPacketFilter
^
PacketCommunicator
::
CreateFilter
(
String
^
filterValue
)
{
return
gcnew
BerkeleyPacketFilter
(
_pcapDescriptor
,
filterValue
,
_ipV4Netmask
);
...
...
PcapDotNet/src/PcapDotNet.Core/PacketCommunicator.h
View file @
7346c0b6
This diff is collapsed.
Click to expand it.
PcapDotNet/src/PcapDotNet.Core/PacketSend
Queue
.cpp
→
PcapDotNet/src/PcapDotNet.Core/PacketSend
Buffer
.cpp
View file @
7346c0b6
#include "PacketSend
Queue
.h"
#include "PacketSend
Buffer
.h"
#include "PacketHeader.h"
#include "PcapError.h"
#include "Pcap.h"
...
...
PcapDotNet/src/PcapDotNet.Core/PacketSend
Queue
.h
→
PcapDotNet/src/PcapDotNet.Core/PacketSend
Buffer
.h
View file @
7346c0b6
File moved
PcapDotNet/src/PcapDotNet.Core/WinPCapDotNet.Core.vcproj
View file @
7346c0b6
...
...
@@ -411,11 +411,11 @@
>
</File>
<File
RelativePath=
".\PacketSend
Queue
.cpp"
RelativePath=
".\PacketSend
Buffer
.cpp"
>
</File>
<File
RelativePath=
".\PacketSend
Queue
.h"
RelativePath=
".\PacketSend
Buffer
.h"
>
</File>
<File
...
...
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