|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Header for a BLF FlexRay data object capturing a single FlexRay frame. More...
#include <blf.h>
Public Attributes | |
| uint16_t | channel |
| uint8_t | mux |
| uint8_t | len |
| uint16_t | messageId |
| uint16_t | crc |
| uint8_t | dir |
| uint8_t | reservedFlexRayData1 |
| uint16_t | reservedFlexRayData2 |
Header for a BLF FlexRay data object capturing a single FlexRay frame.
| uint16_t blf_flexraydata::channel |
Logical FlexRay channel number on which this frame was captured.
| uint16_t blf_flexraydata::crc |
CRC value of the FlexRay frame header as transmitted on the bus.
| uint8_t blf_flexraydata::dir |
Transfer direction: one of BLF_DIR_RX, BLF_DIR_TX, or BLF_DIR_TX_RQ.
| uint8_t blf_flexraydata::len |
Length in bytes of the FlexRay frame payload.
| uint16_t blf_flexraydata::messageId |
FlexRay message identifier associated with this frame.
| uint8_t blf_flexraydata::mux |
Multiplexer identifier indicating the frame's slot and cycle assignment.
| uint8_t blf_flexraydata::reservedFlexRayData1 |
Reserved; must be zero.
| uint16_t blf_flexraydata::reservedFlexRayData2 |
Reserved; must be zero.