1 #ifndef PCAPPP_LIVE_DEVICE_LIST 2 #define PCAPPP_LIVE_DEVICE_LIST 27 std::vector<PcapLiveDevice*> m_LiveDeviceList;
29 std::vector<IPv4Address> m_DnsServers;
102 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:45
const std::vector< PcapLiveDevice * > & getPcapLiveDevicesList() const
Definition: PcapLiveDeviceList.h:54
PcapLiveDevice * getPcapLiveDeviceByIpOrName(const std::string &ipOrName) const
PcapLiveDevice * getPcapLiveDeviceByName(const std::string &name) const
Definition: IpAddress.h:27
Definition: IpAddress.h:167
PcapLiveDeviceList * clone()
Definition: PcapLiveDevice.h:80
Definition: IpAddress.h:278
const std::vector< IPv4Address > & getDnsServers() const
Definition: PcapLiveDeviceList.h:102
Definition: PcapLiveDeviceList.h:24