1 #ifndef PCAPPP_LIVE_DEVICE_LIST 2 #define PCAPPP_LIVE_DEVICE_LIST 28 std::vector<PcapLiveDevice*> m_LiveDeviceList;
30 std::vector<IPv4Address> m_DnsServers;
PcapLiveDevice * getPcapLiveDeviceByIp(IPAddress *ipAddr)
Definition: PcapLiveDevice.h:76
PcapLiveDevice * getPcapLiveDeviceByName(const std::string &name)
Definition: PcapLiveDeviceList.h:25
Definition: IpAddress.h:113
static PcapLiveDeviceList & getInstance()
Definition: PcapLiveDeviceList.h:46
Definition: IpAddress.h:27
Definition: IpAddress.h:212
const std::vector< PcapLiveDevice * > & getPcapLiveDevicesList()
Definition: PcapLiveDeviceList.h:55
std::vector< IPv4Address > & getDnsServers()
The main namespace for the PcapPlusPlus lib.