|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Header for a BLF Ethernet frame object (legacy format). More...
#include <blf.h>
Public Attributes | |
| uint8_t | src_addr [6] |
| uint16_t | channel |
| uint8_t | dst_addr [6] |
| uint16_t | direction |
| uint16_t | ethtype |
| uint16_t | tpid |
| uint16_t | tci |
| uint16_t | payloadlength |
| uint64_t | res |
Header for a BLF Ethernet frame object (legacy format).
| uint16_t blf_ethernetframeheader::channel |
Logical channel number on which this frame was captured.
| uint16_t blf_ethernetframeheader::direction |
Transfer direction: one of BLF_DIR_RX, BLF_DIR_TX, or BLF_DIR_TX_RQ.
| uint8_t blf_ethernetframeheader::dst_addr[6] |
Destination MAC address of the Ethernet frame.
| uint16_t blf_ethernetframeheader::ethtype |
EtherType field identifying the encapsulated protocol.
| uint16_t blf_ethernetframeheader::payloadlength |
Length in bytes of the Ethernet payload.
| uint64_t blf_ethernetframeheader::res |
Reserved; must be zero.
| uint8_t blf_ethernetframeheader::src_addr[6] |
Source MAC address of the Ethernet frame.
| uint16_t blf_ethernetframeheader::tci |
Tag Control Information for VLAN-tagged frames (PCP, DEI, VID).
| uint16_t blf_ethernetframeheader::tpid |
Tag Protocol Identifier for VLAN-tagged frames (802.1Q TPID).