|
PcapPlusPlus
20.08
|
Go to the documentation of this file. 1 #ifndef PACKETPP_SLL_LAYER
2 #define PACKETPP_SLL_LAYER
61 SllLayer(uint16_t packetType, uint16_t ARPHRDType);
OsiModelLayer
Definition: ProtocolType.h:233
bool setLinkLayerAddr(uint8_t *addr, size_t addrLength)
@ OsiModelDataLinkLayer
Definition: ProtocolType.h:238
void computeCalculateFields()
Definition: SllLayer.h:45
sll_header * getSllHeader() const
Definition: SllLayer.h:69
bool setMacAddressAsLinkLayer(MacAddress macAddr)
Definition: MacAddress.h:27
SllLayer(uint8_t *data, size_t dataLen, Packet *packet)
Definition: SllLayer.h:54
OsiModelLayer getOsiModelLayer() const
Definition: SllLayer.h:105
const ProtocolType SLL
Definition: ProtocolType.h:138
The main namespace for the PcapPlusPlus lib.
size_t getHeaderLen() const
Definition: SllLayer.h:96
std::string toString() const