1 #ifndef PCAPPP_PCAP_REMOTE_DEVICE     2 #define PCAPPP_PCAP_REMOTE_DEVICE     4 #if defined(WIN32) || defined(WINx64) || defined(PCAPPP_MINGW_ENV)    84         uint16_t m_RemoteMachinePort;
    95         static void* remoteDeviceCaptureThreadMain(
void *ptr);
    98         ThreadStart getCaptureThreadStart();
   121         virtual uint32_t getMtu() 
const;
   145 #endif // WIN32 || WINx64 Definition: PcapRemoteDevice.h:27
The main namespace for the PcapPlusPlus lib. 
LiveDeviceType
Definition: PcapLiveDevice.h:133
std::string userName
Definition: PcapRemoteDevice.h:46
virtual LiveDeviceType getDeviceType() const
Definition: PcapRemoteDevice.h:115
PcapRemoteAuthentication(const PcapRemoteAuthentication &other)
Definition: PcapRemoteDevice.h:41
Definition: PcapRemoteDeviceList.h:28
pcap_rmtauth getPcapRmAuth() const
Definition: PcapLiveDevice.h:81
IPAddress getRemoteMachineIpAddress() const
Definition: PcapRemoteDevice.h:106
std::string password
Definition: PcapRemoteDevice.h:51
uint16_t getRemoteMachinePort() const
Definition: PcapRemoteDevice.h:111
PcapRemoteAuthentication(const std::string username, const std::string password)
Definition: PcapRemoteDevice.h:35
Definition: IpAddress.h:278
Definition: PcapRemoteDevice.h:79
Definition: MacAddress.h:28
Definition: PcapDevice.h:53