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