1 #ifndef PCAPPP_PCAP_REMOTE_DEVICE 2 #define PCAPPP_PCAP_REMOTE_DEVICE 84 uint16_t m_RemoteMachinePort;
95 static void* remoteDeviceCaptureThreadMain(
void *ptr);
98 ThreadStart getCaptureThreadStart();
121 virtual uint32_t getMtu()
const;
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:80
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:41