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

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

Detailed Description

Header for a BLF FlexRay data object capturing a single FlexRay frame.

Member Data Documentation

◆ channel

uint16_t blf_flexraydata::channel

Logical FlexRay channel number on which this frame was captured.

◆ crc

uint16_t blf_flexraydata::crc

CRC value of the FlexRay frame header as transmitted on the bus.

◆ dir

uint8_t blf_flexraydata::dir

Transfer direction: one of BLF_DIR_RX, BLF_DIR_TX, or BLF_DIR_TX_RQ.

◆ len

uint8_t blf_flexraydata::len

Length in bytes of the FlexRay frame payload.

◆ messageId

uint16_t blf_flexraydata::messageId

FlexRay message identifier associated with this frame.

◆ mux

uint8_t blf_flexraydata::mux

Multiplexer identifier indicating the frame's slot and cycle assignment.

◆ reservedFlexRayData1

uint8_t blf_flexraydata::reservedFlexRayData1

Reserved; must be zero.

◆ reservedFlexRayData2

uint16_t blf_flexraydata::reservedFlexRayData2

Reserved; must be zero.


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