PcapPlusPlus
22.11
|
#include "Packet.h"
Go to the source code of this file.
Classes | |
struct | pcpp::ScalarBuffer< T > |
Namespaces | |
pcpp | |
The main namespace for the PcapPlusPlus lib. | |
Functions | |
uint16_t | pcpp::computeChecksum (ScalarBuffer< uint16_t > vec[], size_t vecSize) |
uint32_t | pcpp::fnvHash (ScalarBuffer< uint8_t > vec[], size_t vecSize) |
uint32_t | pcpp::fnvHash (uint8_t *buffer, size_t bufSize) |
uint32_t | pcpp::hash5Tuple (Packet *packet, bool const &directionUnique=false) |
uint32_t | pcpp::hash2Tuple (Packet *packet) |