#include <gmodule.h>
#include <wiretap/wtap.h>
#include <wiretap/socketcan.h>
Go to the source code of this file.
|
#define | busmaster_debug_printf(...) (void)0 |
|
|
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_SE1 = 1
, MSG_SE2 = 2
, MSG_SE3 = 3
, MSG_SE4 = 4
,
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
} |
|
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