PcapPlusPlus
|
#include <stdint.h>
#include <string>
#include <vector>
#include <windows.h>
Go to the source code of this file.
Classes | |
struct | pcpp::SystemCore |
struct | pcpp::SystemCores |
class | pcpp::AppName |
class | pcpp::ApplicationEventHandler |
Namespaces | |
pcpp | |
The main namespace for the PcapPlusPlus lib. | |
Functions | |
int | pcpp::getNumOfCores () |
CoreMask | pcpp::getCoreMaskForAllMachineCores () |
CoreMask | pcpp::createCoreMaskFromCoreVector (std::vector< SystemCore > cores) |
CoreMask | pcpp::createCoreMaskFromCoreIds (std::vector< int > coreIds) |
void | pcpp::createCoreVectorFromCoreMask (CoreMask coreMask, std::vector< SystemCore > &resultVec) |
std::string | pcpp::executeShellCommand (const std::string command) |
bool | pcpp::directoryExists (std::string dirPath) |