GPP Type 2. More...
Data Fields | |
uint8_t | offset |
Ethernet record offset. | |
uint8_t | pad |
Padding. | |
uint8_t | dst [6] |
Destination MAC address. | |
uint8_t | src [6] |
Source MAC address. | |
uint16_t | etype |
Ethertype. | |
uint8_t | pload [1] |
First byte of payload. |
GPP Type 2.
uint8_t eth_rec::dst[6] |
Destination MAC address.
uint16_t eth_rec::etype |
Ethertype.
uint8_t eth_rec::offset |
Ethernet record offset.
uint8_t eth_rec::pad |
Padding.
uint8_t eth_rec::pload[1] |
First byte of payload.
uint8_t eth_rec::src[6] |
Source MAC address.