|
PcapPlusPlus
19.12
|
Go to the documentation of this file. 1 #ifndef PCAPPP_LIVE_DEVICE_LIST
2 #define PCAPPP_LIVE_DEVICE_LIST
28 std::vector<PcapLiveDevice*> m_LiveDeviceList;
30 std::vector<IPv4Address> m_DnsServers;
98 const std::vector<IPv4Address>&
getDnsServers()
const {
return m_DnsServers; }
Definition: IpAddress.h:119
Definition: IpAddress.h:229
Definition: PcapLiveDevice.h:76
const std::vector< PcapLiveDevice * > & getPcapLiveDevicesList() const
Definition: PcapLiveDeviceList.h:57
Definition: IpAddress.h:28
static PcapLiveDeviceList & getInstance()
Definition: PcapLiveDeviceList.h:48
Definition: PcapLiveDeviceList.h:25
The main namespace for the PcapPlusPlus lib.
PcapLiveDevice * getPcapLiveDeviceByIp(IPAddress *ipAddr) const
PcapLiveDevice * getPcapLiveDeviceByName(const std::string &name) const
const std::vector< IPv4Address > & getDnsServers() const
Definition: PcapLiveDeviceList.h:98