PcapPlusPlus
pcpp::ether_header Struct Reference

#include <EthLayer.h>

Public Attributes

uint8_t dstMac [6]
 
uint8_t srcMac [6]
 
uint16_t etherType
 

Detailed Description

Represents an Ethernet header

Member Data Documentation

◆ dstMac

uint8_t pcpp::ether_header::dstMac[6]

Destination MAC

◆ etherType

uint16_t pcpp::ether_header::etherType

EtherType

◆ srcMac

uint8_t pcpp::ether_header::srcMac[6]

Source MAC