|
PcapPlusPlus
19.12
|
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:224
bool setLinkLayerAddr(uint8_t *addr, size_t addrLength)
Definition: ProtocolType.h:229
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
Definition: ProtocolType.h:136
The main namespace for the PcapPlusPlus lib.
size_t getHeaderLen() const
Definition: SllLayer.h:96
std::string toString() const