1 #ifndef PCAPPP_VERSION_H     2 #define PCAPPP_VERSION_H    14     #define PCAPPLUSPLUS_VERSION "21.11"    15     #define PCAPPLUSPLUS_VERSION_OFFICIAL "official release"    17     #define PCAPPLUSPLUS_VERSION_FULL "v" PCAPPLUSPLUS_VERSION " (" PCAPPLUSPLUS_VERSION_OFFICIAL ")"    34     inline std::string 
getBuildDateTime() { 
return std::string(__DATE__) + 
" " + std::string(__TIME__); }
 The main namespace for the PcapPlusPlus lib. 
std::string getGitCommit()
std::string getGitBranch()
std::string getPcapPlusPlusVersionFull()
Definition: PcapPlusPlusVersion.h:29
std::string getPcapPlusPlusVersion()
Definition: PcapPlusPlusVersion.h:23
std::string getBuildDateTime()
Definition: PcapPlusPlusVersion.h:34