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);
The main namespace for the PcapPlusPlus lib.
Definition: PfRingDeviceList.h:20
const std::vector< PfRingDevice * > & getPfRingDevicesList() const
Definition: PfRingDeviceList.h:49
Definition: PfRingDevice.h:33
static PfRingDeviceList & getInstance()
Definition: PfRingDeviceList.h:39
std::string getPfRingVersion() const
Definition: PfRingDeviceList.h:62
PfRingDevice * getPfRingDeviceByName(const std::string devName) const