1 #ifndef PCAPPP_PF_RING_DEVICE_LIST 2 #define PCAPPP_PF_RING_DEVICE_LIST 25 std::vector<PfRingDevice*> m_PfRingDeviceList;
26 std::string m_PfRingVersion;
35 void calcPfRingVersion(
void* ring);
The main namespace for the PcapPlusPlus lib.
Definition: PfRingDeviceList.h:22
const std::vector< PfRingDevice * > & getPfRingDevicesList() const
Definition: PfRingDeviceList.h:51
Definition: PfRingDevice.h:35
static PfRingDeviceList & getInstance()
Definition: PfRingDeviceList.h:41
std::string getPfRingVersion() const
Definition: PfRingDeviceList.h:64
PfRingDevice * getPfRingDeviceByName(const std::string &devName) const