Ethernet header SNAP extension. More...
#include <eth_header.h>
Data Fields | |
uint8_t | protocol [3] |
Protocol identifier or organization code. | |
uint16_t | ethertype |
Ethernet protocol identifier in the network byte order (big endian). |
Ethernet header SNAP extension.
uint16_t eth_snap::ethertype |
Ethernet protocol identifier in the network byte order (big endian).
Referenced by eth_prepare_packet(), and eth_process_packet().
uint8_t eth_snap::protocol[3] |
Protocol identifier or organization code.
Referenced by eth_prepare_packet().