|
PcapPlusPlus
20.08
|
Go to the documentation of this file. 1 #ifndef PACKETPP_PACKET_TRAILER_LAYER
2 #define PACKETPP_PACKET_TRAILER_LAYER
84 #endif // PACKETPP_PACKET_TRAILER_LAYER
OsiModelLayer
Definition: ProtocolType.h:233
std::string toString() const
@ OsiModelDataLinkLayer
Definition: ProtocolType.h:238
PacketTrailerLayer(uint8_t *data, size_t dataLen, Layer *prevLayer, Packet *packet)
Definition: PacketTrailerLayer.h:39
void computeCalculateFields()
Definition: PacketTrailerLayer.h:75
std::string getTrailerDataAsHexString() const
uint8_t * getTrailerData() const
Definition: PacketTrailerLayer.h:47
size_t getHeaderLen() const
Definition: PacketTrailerLayer.h:70
const ProtocolType PacketTrailer
Definition: ProtocolType.h:203
The main namespace for the PcapPlusPlus lib.
size_t getTrailerLen() const
Definition: PacketTrailerLayer.h:58
void parseNextLayer()
Definition: PacketTrailerLayer.h:65
OsiModelLayer getOsiModelLayer() const
Definition: PacketTrailerLayer.h:79
Definition: PacketTrailerLayer.h:30