Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
msg_t Struct Reference

Represents a single decoded CAN or LIN bus message record from the log. More...

#include <busmaster_priv.h>

Public Attributes

msg_time_t timestamp
 
wtap_can_msg_type_t type
 
uint32_t id
 
wtap_can_msg_data_t data
 

Detailed Description

Represents a single decoded CAN or LIN bus message record from the log.

Member Data Documentation

◆ data

wtap_can_msg_data_t msg_t::data

Message payload and associated metadata

◆ id

uint32_t msg_t::id

CAN message identifier (11-bit or 29-bit)

◆ timestamp

msg_time_t msg_t::timestamp

Timestamp of the message as recorded in the log

◆ type

wtap_can_msg_type_t msg_t::type

CAN message type (data frame, remote frame, error frame, etc.)


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