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

Header for a BLF LIN message object (legacy format) carrying up to 8 data bytes. More...

#include <blf.h>

Public Attributes

uint16_t channel
uint8_t id
uint8_t dlc
uint8_t data [8]
uint8_t fsmId
uint8_t fsmState
uint8_t headerTime
uint8_t fullTime
uint16_t crc
uint8_t dir
uint8_t res1

Detailed Description

Header for a BLF LIN message object (legacy format) carrying up to 8 data bytes.

Member Data Documentation

◆ channel

uint16_t blf_linmessage::channel

Logical LIN channel number on which this message was captured.

◆ crc

uint16_t blf_linmessage::crc

Checksum of the LIN frame (classic or enhanced).

◆ data

uint8_t blf_linmessage::data[8]

Payload data bytes of the LIN frame.

◆ dir

uint8_t blf_linmessage::dir

Transfer direction: 0 = RX, 1 = TX Receipt, 2 = TX Request.

◆ dlc

uint8_t blf_linmessage::dlc

Data Length Code indicating the number of data bytes (0–8).

◆ fsmId

uint8_t blf_linmessage::fsmId

Identifier of the finite state machine instance that processed this frame.

◆ fsmState

uint8_t blf_linmessage::fsmState

State of the finite state machine at the time this frame was processed.

◆ fullTime

uint8_t blf_linmessage::fullTime

Total duration of the complete LIN frame in bit times.

◆ headerTime

uint8_t blf_linmessage::headerTime

Duration of the LIN header in bit times.

◆ id

uint8_t blf_linmessage::id

LIN frame identifier (0–63).

◆ res1

uint8_t blf_linmessage::res1

Reserved; must be zero.


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