Structure representing an Ethernet frame.
Data Fields | |
uint8_t * | buf |
uint32_t | size |
int | port |
int | tc |
uint64_t | rxts |
uint8_t* LLDEnetFrame_t::buf |
Pointer to the buffer containing the frame data.
uint32_t LLDEnetFrame_t::size |
Size of the frame.
int LLDEnetFrame_t::port |
Port number associated with the frame.
int LLDEnetFrame_t::tc |
Traffic class associated with the frame. Set to -1 to not assign a traffic class.
uint64_t LLDEnetFrame_t::rxts |
timestamp of rx packet which was captured by host port.