32 std::vector<PcapRemoteDevice*> m_RemoteDeviceList;
34 uint16_t m_RemoteMachinePort;
35 std::shared_ptr<PcapRemoteAuthentication> m_RemoteAuthentication;
39 std::shared_ptr<PcapRemoteAuthentication> remoteAuth,
40 std::vector<PcapRemoteDevice*> deviceList);
149 return m_RemoteMachineIpAddress;
158 return m_RemoteMachinePort;
194 return m_RemoteDeviceList.begin();
202 return m_RemoteDeviceList.begin();
210 return m_RemoteDeviceList.end();
218 return m_RemoteDeviceList.end();
Definition: IpAddress.h:358
Definition: IpAddress.h:32
Definition: IpAddress.h:199
Definition: PcapRemoteDevice.h:85
Definition: PcapRemoteDeviceList.h:30
ConstRemoteDeviceListIterator end() const
Definition: PcapRemoteDeviceList.h:216
ConstRemoteDeviceListIterator begin() const
Definition: PcapRemoteDeviceList.h:200
uint16_t getRemoteMachinePort() const
Definition: PcapRemoteDeviceList.h:156
IPAddress getRemoteMachineIpAddress() const
Definition: PcapRemoteDeviceList.h:147
PcapRemoteDevice * getRemoteDeviceByIP(const IPAddress &ipAddr) const
static PcapRemoteDeviceList * getRemoteDeviceList(const IPAddress &ipAddress, uint16_t port)
typename std::vector< PcapRemoteDevice * >::iterator RemoteDeviceListIterator
Definition: PcapRemoteDeviceList.h:46
typename std::vector< PcapRemoteDevice * >::const_iterator ConstRemoteDeviceListIterator
Definition: PcapRemoteDeviceList.h:51
RemoteDeviceListIterator end()
Definition: PcapRemoteDeviceList.h:208
static std::unique_ptr< PcapRemoteDeviceList > createRemoteDeviceList(const IPAddress &ipAddress, uint16_t port)
PcapRemoteDevice * getRemoteDeviceByIP(const IPv4Address &ip4Addr) const
RemoteDeviceListIterator begin()
Definition: PcapRemoteDeviceList.h:192
PcapRemoteDevice * getRemoteDeviceByIP(const std::string &ipAddrAsString) const
PcapRemoteDevice * getRemoteDeviceByIP(const IPv6Address &ip6Addr) const
The main namespace for the PcapPlusPlus lib.
Definition: PcapRemoteDevice.h:25