PcapPlusPlus  21.05
pcpp::ether_dot3_header Struct Reference

#include <EthDot3Layer.h>

Public Attributes

uint8_t dstMac [6]
 
uint8_t srcMac [6]
 
uint16_t length
 

Detailed Description

Represents an IEEE 802.3 Ethernet header

Member Data Documentation

◆ dstMac

uint8_t pcpp::ether_dot3_header::dstMac[6]

Destination MAC

◆ length

uint16_t pcpp::ether_dot3_header::length

EtherType

◆ srcMac

uint8_t pcpp::ether_dot3_header::srcMac[6]

Source MAC