| PcapPlusPlus
    21.11
    | 
#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) | 
| char * | pcpp::cross_platform_memmem (const char *haystack, size_t haystackLen, const char *needle, size_t needleLen) |