|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Header for a BLF LIN message object (legacy format) carrying up to 8 data bytes.
| uint16_t blf_linmessage::channel |
Logical LIN channel number on which this message was captured.
| uint16_t blf_linmessage::crc |
Checksum of the LIN frame (classic or enhanced).
| uint8_t blf_linmessage::data[8] |
Payload data bytes of the LIN frame.
| uint8_t blf_linmessage::dir |
Transfer direction: 0 = RX, 1 = TX Receipt, 2 = TX Request.
| uint8_t blf_linmessage::dlc |
Data Length Code indicating the number of data bytes (0–8).
| uint8_t blf_linmessage::fsmId |
Identifier of the finite state machine instance that processed this frame.
| uint8_t blf_linmessage::fsmState |
State of the finite state machine at the time this frame was processed.
| uint8_t blf_linmessage::fullTime |
Total duration of the complete LIN frame in bit times.
| uint8_t blf_linmessage::headerTime |
Duration of the LIN header in bit times.
| uint8_t blf_linmessage::id |
LIN frame identifier (0–63).
| uint8_t blf_linmessage::res1 |
Reserved; must be zero.