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