1 #ifndef PCAPPP_RAW_SOCKET_DEVICE 2 #define PCAPPP_RAW_SOCKET_DEVICE 144 virtual void close();
155 SocketFamily m_SockFamily;
164 #endif // PCAPPP_RAW_SOCKET_DEVICE The main namespace for the PcapPlusPlus lib.
Definition: RawSocketDevice.h:50
Definition: RawSocketDevice.h:56
Definition: RawSocketDevice.h:54
Definition: PointerVector.h:24
Definition: RawPacket.h:252
RecvPacketResult receivePacket(RawPacket &rawPacket, bool blocking=true, int timeout=-1)
RecvPacketResult
Definition: RawSocketDevice.h:47
Definition: RawSocketDevice.h:40
bool sendPacket(const RawPacket *rawPacket)
Definition: RawSocketDevice.h:52
int sendPackets(const RawPacketVector &packetVec)
Definition: IpAddress.h:278
int receivePackets(RawPacketVector &packetVec, int timeout, int &failedRecv)