|
PcapPlusPlus
20.08
|
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:26
Definition: IpAddress.h:140
PcapLiveDevice * getPcapLiveDeviceByIp(const IPAddress &ipAddr) const
Definition: PcapLiveDevice.h:76
const std::vector< PcapLiveDevice * > & getPcapLiveDevicesList() const
Definition: PcapLiveDeviceList.h:57
**
Definition: IpAddress.h:236
static PcapLiveDeviceList & getInstance()
Definition: PcapLiveDeviceList.h:48
Definition: PcapLiveDeviceList.h:25
The main namespace for the PcapPlusPlus lib.
PcapLiveDevice * getPcapLiveDeviceByName(const std::string &name) const
const std::vector< IPv4Address > & getDnsServers() const
Definition: PcapLiveDeviceList.h:98