1 #ifndef PCAPPP_LIVE_DEVICE_LIST 2 #define PCAPPP_LIVE_DEVICE_LIST 28 std::vector<PcapLiveDevice*> m_LiveDeviceList;
30 std::vector<IPv4Address> m_DnsServers;
105 const std::vector<IPv4Address>&
getDnsServers()
const {
return m_DnsServers; }
The main namespace for the PcapPlusPlus lib.
PcapLiveDevice * getPcapLiveDeviceByIp(const IPAddress &ipAddr) const
static PcapLiveDeviceList & getInstance()
Definition: PcapLiveDeviceList.h:48
const std::vector< PcapLiveDevice * > & getPcapLiveDevicesList() const
Definition: PcapLiveDeviceList.h:57
PcapLiveDevice * getPcapLiveDeviceByIpOrName(const std::string &ipOrName) const
PcapLiveDevice * getPcapLiveDeviceByName(const std::string &name) const
Definition: IpAddress.h:27
Definition: IpAddress.h:167
Definition: PcapLiveDevice.h:81
Definition: IpAddress.h:278
const std::vector< IPv4Address > & getDnsServers() const
Definition: PcapLiveDeviceList.h:105
Definition: PcapLiveDeviceList.h:25