PcapPlusPlus
PacketUtils.h
Go to the documentation of this file.
1 #ifndef PACKETPP_PACKET_UTILS
2 #define PACKETPP_PACKET_UTILS
3 
4 #include "Packet.h"
5 
7 
12 namespace pcpp
13 {
14 
22  uint32_t hash5Tuple(Packet* packet);
23 
30  uint32_t hash2Tuple(Packet* packet);
31 
32 } // namespace pcpp
33 
34 #endif /* PACKETPP_PACKET_UTILS */
uint32_t hash5Tuple(Packet *packet)
uint32_t hash2Tuple(Packet *packet)
The main namespace for the PcapPlusPlus lib.