44 :
Layer(data, dataLen, prevLayer, packet,
LLC)
53 LLCLayer(uint8_t dsap, uint8_t ssap, uint8_t control);
Definition: LLCLayer.h:34
std::string toString() const
size_t getHeaderLen() const
Definition: LLCLayer.h:76
void computeCalculateFields()
Does nothing for this layer.
Definition: LLCLayer.h:70
LLCLayer(uint8_t dsap, uint8_t ssap, uint8_t control)
void parseNextLayer()
Parses the next layer. Currently only STP supported as next layer.
OsiModelLayer getOsiModelLayer() const
Definition: LLCLayer.h:89
LLCLayer(uint8_t *data, size_t dataLen, Layer *prevLayer, Packet *packet)
Definition: LLCLayer.h:43
llc_header * getLlcHeader() const
Definition: LLCLayer.h:59
static bool isDataValid(const uint8_t *data, size_t dataLen)
The main namespace for the PcapPlusPlus lib.
OsiModelLayer
Definition: ProtocolType.h:354
@ OsiModelDataLinkLayer
Definition: ProtocolType.h:358
const ProtocolType LLC
Definition: ProtocolType.h:288