|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Header for a BLF Ethernet status object reporting the physical link state and configuration of an Ethernet channel. More...
#include <blf.h>
Public Attributes | |
| uint16_t | channel |
| uint16_t | flags |
| uint8_t | linkStatus |
| uint8_t | ethernetPhy |
| uint8_t | duplex |
| uint8_t | mdi |
| uint8_t | connector |
| uint8_t | clockMode |
| uint8_t | pairs |
| uint8_t | hardwareChannel |
| uint32_t | bitrate |
Header for a BLF Ethernet status object reporting the physical link state and configuration of an Ethernet channel.
| uint32_t blf_ethernet_status::bitrate |
Negotiated link bit rate in bits per second.
| uint16_t blf_ethernet_status::channel |
Logical Ethernet channel number to which this status event applies.
| uint8_t blf_ethernet_status::clockMode |
Ethernet clock mode (e.g. master or slave for IEEE 802.3).
| uint8_t blf_ethernet_status::connector |
Physical connector type used on this channel.
| uint8_t blf_ethernet_status::duplex |
Duplex mode: half-duplex or full-duplex.
| uint8_t blf_ethernet_status::ethernetPhy |
Ethernet PHY type in use on this channel.
| uint16_t blf_ethernet_status::flags |
Bitmask of flags indicating which optional fields in this record are valid.
| uint8_t blf_ethernet_status::hardwareChannel |
Hardware channel index corresponding to this logical channel.
| uint8_t blf_ethernet_status::linkStatus |
Current physical link status (e.g. link up, link down).
| uint8_t blf_ethernet_status::mdi |
MDI/MDI-X configuration of the physical connector.
| uint8_t blf_ethernet_status::pairs |
Number of wire pairs active on this link.