Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Macros | Enumerations | Functions
busmaster_priv.h File Reference
#include <gmodule.h>
#include <wiretap/wtap.h>
#include <wiretap/socketcan.h>

Go to the source code of this file.

Classes

struct  msg_date_t
 
struct  msg_time_t
 
struct  msg_date_time_t
 
struct  msg_data_t
 
struct  msg_t
 
struct  token_t
 
struct  busmaster_priv_t
 
struct  busmaster_state_t
 

Macros

#define busmaster_debug_printf(...)   (void)0
 

Enumerations

enum  log_entry_type_t {
  LOG_ENTRY_ERROR = -1 , LOG_ENTRY_NONE = 0 , LOG_ENTRY_EMPTY , LOG_ENTRY_HEADER ,
  LOG_ENTRY_FOOTER , LOG_ENTRY_FOOTER_AND_HEADER , LOG_ENTRY_MSG , LOG_ENTRY_EOF
}
 
enum  protocol_type_t { PROTOCOL_UNKNOWN = 0 , PROTOCOL_CAN , PROTOCOL_LIN , PROTOCOL_J1939 }
 
enum  data_mode_t { DATA_MODE_UNKNOWN = 0 , DATA_MODE_HEX , DATA_MODE_DEC }
 
enum  time_mode_t { TIME_MODE_UNKNOWN = 0 , TIME_MODE_ABSOLUTE , TIME_MODE_SYSTEM , TIME_MODE_RELATIVE }
 
enum  msg_type_t {
  MSG_TYPE_STD , MSG_TYPE_EXT , MSG_TYPE_STD_RTR , MSG_TYPE_EXT_RTR ,
  MSG_TYPE_STD_FD , MSG_TYPE_EXT_FD , MSG_TYPE_ERR
}
 

Functions

bool run_busmaster_parser (busmaster_state_t *state, int *err, char **err_info)
 

Detailed Description

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

Support for Busmaster log file format Copyright (c) 2019 by Maksim Salau maksi.nosp@m.m.sa.nosp@m.lau@g.nosp@m.mail.nosp@m..com

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