Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
blf_ethernet_status Struct Reference

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

Detailed Description

Header for a BLF Ethernet status object reporting the physical link state and configuration of an Ethernet channel.

Member Data Documentation

◆ bitrate

uint32_t blf_ethernet_status::bitrate

Negotiated link bit rate in bits per second.

◆ channel

uint16_t blf_ethernet_status::channel

Logical Ethernet channel number to which this status event applies.

◆ clockMode

uint8_t blf_ethernet_status::clockMode

Ethernet clock mode (e.g. master or slave for IEEE 802.3).

◆ connector

uint8_t blf_ethernet_status::connector

Physical connector type used on this channel.

◆ duplex

uint8_t blf_ethernet_status::duplex

Duplex mode: half-duplex or full-duplex.

◆ ethernetPhy

uint8_t blf_ethernet_status::ethernetPhy

Ethernet PHY type in use on this channel.

◆ flags

uint16_t blf_ethernet_status::flags

Bitmask of flags indicating which optional fields in this record are valid.

◆ hardwareChannel

uint8_t blf_ethernet_status::hardwareChannel

Hardware channel index corresponding to this logical channel.

◆ linkStatus

uint8_t blf_ethernet_status::linkStatus

Current physical link status (e.g. link up, link down).

◆ mdi

uint8_t blf_ethernet_status::mdi

MDI/MDI-X configuration of the physical connector.

◆ pairs

uint8_t blf_ethernet_status::pairs

Number of wire pairs active on this link.


The documentation for this struct was generated from the following file: