Commit 7346c0b6 authored by Brickner_cp's avatar Brickner_cp

--no commit message

--no commit message
parent 97bc7796
...@@ -256,7 +256,6 @@ void PacketCommunicator::SendPacket(Packet^ packet) ...@@ -256,7 +256,6 @@ void PacketCommunicator::SendPacket(Packet^ packet)
throw BuildInvalidOperation("Failed writing to device"); throw BuildInvalidOperation("Failed writing to device");
} }
BerkeleyPacketFilter^ PacketCommunicator::CreateFilter(String^ filterValue) BerkeleyPacketFilter^ PacketCommunicator::CreateFilter(String^ filterValue)
{ {
return gcnew BerkeleyPacketFilter(_pcapDescriptor, filterValue, _ipV4Netmask); return gcnew BerkeleyPacketFilter(_pcapDescriptor, filterValue, _ipV4Netmask);
......
#include "PacketSendQueue.h" #include "PacketSendBuffer.h"
#include "PacketHeader.h" #include "PacketHeader.h"
#include "PcapError.h" #include "PcapError.h"
#include "Pcap.h" #include "Pcap.h"
......
...@@ -411,11 +411,11 @@ ...@@ -411,11 +411,11 @@
> >
</File> </File>
<File <File
RelativePath=".\PacketSendQueue.cpp" RelativePath=".\PacketSendBuffer.cpp"
> >
</File> </File>
<File <File
RelativePath=".\PacketSendQueue.h" RelativePath=".\PacketSendBuffer.h"
> >
</File> </File>
<File <File
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment