1 #ifndef PCAPPP_PF_RING_DEVICE_LIST 2 #define PCAPPP_PF_RING_DEVICE_LIST 23 std::vector<PfRingDevice*> m_PfRingDeviceList;
24 std::string m_PfRingVersion;
33 void calcPfRingVersion(
void* ring);
PfRingDevice * getPfRingDeviceByName(const std::string devName)
static PfRingDeviceList & getInstance()
Definition: PfRingDeviceList.h:39
Definition: PfRingDeviceList.h:20
Definition: PfRingDevice.h:32
const std::vector< PfRingDevice * > & getPfRingDevicesList()
Definition: PfRingDeviceList.h:49
std::string getPfRingVersion()
Definition: PfRingDeviceList.h:63
The main namespace for the PcapPlusPlus lib.