|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
BLF LIN message descriptor, extending the sync field event with frame identification and protocol metadata. More...
#include <blf.h>
Public Attributes | |
| blf_linsynchfieldevent_t | linSynchFieldEvent |
| uint16_t | supplierId |
| uint16_t | messageId |
| uint8_t | configuredNodeAddress |
| uint8_t | id |
| uint8_t | dlc |
| uint8_t | checksumModel |
BLF LIN message descriptor, extending the sync field event with frame identification and protocol metadata.
| uint8_t blf_linmessagedescriptor::checksumModel |
Checksum model used: 0 = classic, 1 = enhanced.
| uint8_t blf_linmessagedescriptor::configuredNodeAddress |
LIN 2.0+ configured node address (NAD) for the slave that owns this frame.
| uint8_t blf_linmessagedescriptor::dlc |
Data Length Code indicating the number of data bytes (0–8).
| uint8_t blf_linmessagedescriptor::id |
LIN frame identifier (0–63).
| blf_linsynchfieldevent_t blf_linmessagedescriptor::linSynchFieldEvent |
Sync field event carrying SOF, baud rate, and sync field timings.
| uint16_t blf_linmessagedescriptor::messageId |
LIN 2.0: message identifier; LIN 2.1: position index as specified in the LDF.
| uint16_t blf_linmessagedescriptor::supplierId |
LIN 2.0+ supplier identifier associated with this frame's node.