44 :
Layer(data, dataLen, prevLayer, packet,
LLC)
53 LLCLayer(uint8_t dsap, uint8_t ssap, uint8_t control);
Definition: LLCLayer.h:34
OsiModelLayer getOsiModelLayer() const override
Definition: LLCLayer.h:89
void parseNextLayer() override
Parses the next layer. Currently only STP supported as next layer.
size_t getHeaderLen() const override
Definition: LLCLayer.h:76
void computeCalculateFields() override
Does nothing for this layer.
Definition: LLCLayer.h:70
LLCLayer(uint8_t dsap, uint8_t ssap, uint8_t control)
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)
std::string toString() const override
The main namespace for the PcapPlusPlus lib.
OsiModelLayer
Definition: ProtocolType.h:364
@ OsiModelDataLinkLayer
Definition: ProtocolType.h:368
const ProtocolType LLC
Definition: ProtocolType.h:288