PcapPlusPlus
19.12
|
#include <string>
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
pcpp | |
The main namespace for the PcapPlusPlus lib. | |
Functions | |
std::string | pcpp::byteArrayToHexString (const uint8_t *byteArr, size_t byteArrSize, int stringSizeLimit=-1) |
size_t | pcpp::hexStringToByteArray (const std::string &hexString, uint8_t *resultByteArr, size_t resultByteArrSize) |