Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
socketcan.c File Reference
#include "config.h"
#include "socketcan.h"
#include <epan/dissectors/packet-socketcan.h>

Classes

struct  can_frame
 
struct  canfd_frame
 
struct  can_priv_data
 

Typedefs

typedef struct can_frame can_frame_t
 
typedef struct canfd_frame canfd_frame_t
 
typedef struct can_priv_data can_priv_data_t
 

Functions

void * wtap_socketcan_get_private_data (wtap *wth)
 
void wtap_set_as_socketcan (wtap *wth, int file_type_subtype, int tsprec, void *tap_priv, void(*tap_close)(void *))
 
bool wtap_socketcan_gen_packet (wtap *wth, wtap_rec *rec, const wtap_can_msg_t *msg, char *module_name, int *err, char **err_info)
 
uint32_t wtap_socketcan_find_or_create_new_interface (wtap *wth, const char *name)
 

Detailed Description

Common functionality for all wiretaps handling SocketCAN encapsulation

Wiretap Library Copyright (c) 1998 by Gilbert Ramirez gram@.nosp@m.alum.nosp@m.ni.ri.nosp@m.ce.e.nosp@m.du

SPDX-License-Identifier: GPL-2.0-or-later