19#define CANFD_MAX_DLEN 64
33 uint8_t data[CANFD_MAX_DLEN];
39 wtap_can_msg_type_t type;
42 unsigned int interface_id;
45#define WTAP_SOCKETCAN_INVALID_INTERFACE_ID 0xFFFFFFFF
49wtap_set_as_socketcan(
wtap* wth,
int file_type_subtype,
int tsprec,
void* tap_priv,
void (*tap_close)(
void*));
59wtap_socketcan_find_or_create_new_interface(
wtap* wth,
const char* name);
63wtap_socketcan_get_private_data(
wtap* wth);
Definition socketcan.h:31
Definition socketcan.h:36