|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Header for a BLF Ethernet PHY state event object reporting a physical layer state transition. More...
#include <blf.h>
Public Attributes | |
| uint16_t | channel |
| uint16_t | flags |
| uint8_t | phyState |
| uint8_t | phyEvent |
| uint8_t | hardwareChannel |
| uint8_t | res1 |
Header for a BLF Ethernet PHY state event object reporting a physical layer state transition.
| uint16_t blf_ethernet_phystate::channel |
Logical Ethernet channel number to which this PHY state event applies.
| uint16_t blf_ethernet_phystate::flags |
Bitmask of flags indicating which optional fields in this record are valid.
| uint8_t blf_ethernet_phystate::hardwareChannel |
Hardware channel index corresponding to this logical channel.
| uint8_t blf_ethernet_phystate::phyEvent |
PHY event that triggered this state change (e.g. link up, link down, error).
| uint8_t blf_ethernet_phystate::phyState |
Current PHY state (e.g. idle, initializing, link ready).
| uint8_t blf_ethernet_phystate::res1 |
Reserved; must be zero.