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

Holds the raw payload of a CAN or CAN FD message. More...

#include <socketcan.h>

Public Attributes

uint8_t length
 
uint8_t data [64]
 

Detailed Description

Holds the raw payload of a CAN or CAN FD message.

Member Data Documentation

◆ data

uint8_t wtap_can_msg_data_t::data[64]

Raw payload bytes

◆ length

uint8_t wtap_can_msg_data_t::length

Number of valid bytes in data (up to CANFD_MAX_DLEN)


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