1 #ifndef PACKETPP_NULL_LOOPBACK_LAYER 2 #define PACKETPP_NULL_LOOPBACK_LAYER 12 #define PCPP_BSD_AF_INET 2 14 #define PCPP_BSD_AF_NS 6 16 #define PCPP_BSD_AF_ISO 7 18 #define PCPP_BSD_AF_APPLETALK 16 20 #define PCPP_BSD_AF_IPX 23 22 #define PCPP_BSD_AF_INET6_BSD 24 24 #define PCPP_BSD_AF_INET6_FREEBSD 28 26 #define PCPP_BSD_AF_INET6_DARWIN 30 The main namespace for the PcapPlusPlus lib.
OsiModelLayer
Definition: ProtocolType.h:298
OsiModelLayer getOsiModelLayer() const
Definition: NullLoopbackLayer.h:87
NullLoopbackLayer(uint8_t *data, size_t dataLen, Packet *packet)
Definition: NullLoopbackLayer.h:40
~NullLoopbackLayer()
Definition: NullLoopbackLayer.h:51
Definition: ProtocolType.h:303
size_t getHeaderLen() const
Definition: NullLoopbackLayer.h:78
void computeCalculateFields()
Definition: NullLoopbackLayer.h:83
std::string toString() const
void setFamily(uint32_t family)
const ProtocolType NULL_LOOPBACK
Definition: ProtocolType.h:148
uint32_t getFamily() const
Definition: NullLoopbackLayer.h:32