|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a single captured CAN or CAN FD message with full metadata. More...
#include <socketcan.h>
Public Attributes | |
| nstime_t | ts |
| uint32_t | id |
| wtap_can_msg_type_t | type |
| uint8_t | flags |
| wtap_can_msg_data_t | data |
| unsigned int | interface_id |
Represents a single captured CAN or CAN FD message with full metadata.
| wtap_can_msg_data_t wtap_can_msg_t::data |
Message payload and its length
| uint8_t wtap_can_msg_t::flags |
Protocol-specific flags (e.g. BRS, ESI for CAN FD)
| uint32_t wtap_can_msg_t::id |
CAN message identifier (11-bit or 29-bit depending on type)
| unsigned int wtap_can_msg_t::interface_id |
Index of the capture interface this message was received on
| nstime_t wtap_can_msg_t::ts |
Capture timestamp of the message
| wtap_can_msg_type_t wtap_can_msg_t::type |
Frame type and addressing mode (see wtap_can_msg_type_t)