802.3 frame More...
Data Fields | |
uint8_t | ether_dhost [6] |
Destination Ether Addr. | |
uint8_t | ether_shost [6] |
Source Ether Addr. | |
uint16_t | ether_type |
Packet Type ID Field (next-header). |
802.3 frame
uint8_t libtrace_ether::ether_dhost[6] |
Destination Ether Addr.
Referenced by trace_get_destination_mac().
uint8_t libtrace_ether::ether_shost[6] |
Source Ether Addr.
uint16_t libtrace_ether::ether_type |
Packet Type ID Field (next-header).
Referenced by trace_get_payload_from_ethernet().