|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Represents a single decoded CAN or LIN bus message record from the log.
| wtap_can_msg_data_t msg_t::data |
Message payload and associated metadata
| uint32_t msg_t::id |
CAN message identifier (11-bit or 29-bit)
| msg_time_t msg_t::timestamp |
Timestamp of the message as recorded in the log
| wtap_can_msg_type_t msg_t::type |
CAN message type (data frame, remote frame, error frame, etc.)