PcapPlusPlus  Next
pcpp::VlanLayer Member List

This is the complete list of members for pcpp::VlanLayer, including all inherited members.

computeCalculateFields() overridepcpp::VlanLayervirtual
copyData(uint8_t *toArr) constpcpp::Layer
getCFI() constpcpp::VlanLayer
getData() constpcpp::Layerinline
getDataLen() constpcpp::Layerinline
getDataPtr(size_t offset=0) const overridepcpp::Layerinlinevirtual
getHeaderLen() const overridepcpp::VlanLayerinlinevirtual
getLayerPayload() constpcpp::Layerinline
getLayerPayloadSize() constpcpp::Layerinline
getNextLayer() constpcpp::Layerinline
getOsiModelLayer() const overridepcpp::VlanLayerinlinevirtual
getPrevLayer() constpcpp::Layerinline
getPriority() constpcpp::VlanLayer
getProtocol() constpcpp::Layerinline
getVlanHeader() constpcpp::VlanLayerinline
getVlanID() constpcpp::VlanLayer
isAllocatedToPacket() constpcpp::Layerinline
isMemberOfProtocolFamily(ProtocolTypeFamily protocolTypeFamily) constpcpp::Layer
parseNextLayer() overridepcpp::VlanLayervirtual
setCFI(bool cfi)pcpp::VlanLayer
setPriority(uint8_t priority)pcpp::VlanLayer
setVlanID(uint16_t id)pcpp::VlanLayer
toString() const overridepcpp::VlanLayervirtual
VlanLayer(uint8_t *data, size_t dataLen, Layer *prevLayer, Packet *packet)pcpp::VlanLayerinline
VlanLayer(const uint16_t vlanID, bool cfi, uint8_t priority, uint16_t etherType=0)pcpp::VlanLayer
~Layer() overridepcpp::Layer