3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef __PACKET_ISO15765_H__
11 #define __PACKET_ISO15765_H__
13 #define ISO15765_TYPE_NONE 0
14 #define ISO15765_TYPE_CAN 1
15 #define ISO15765_TYPE_CAN_FD 2
16 #define ISO15765_TYPE_LIN 3
17 #define ISO15765_TYPE_FLEXRAY 4
18 #define ISO15765_TYPE_IPDUM 5
19 #define ISO15765_TYPE_PDU_TRANSPORT 6
22 typedef struct _iso15765_info
{
26 uint16_t target_address
;
27 uint16_t source_address
;
28 uint8_t number_of_addresses_valid
;
29 uint8_t address_length
;
32 #endif /* __PACKET_ISO15765_H__ */
35 * Editor modelines - https://www.wireshark.org/tools/modelines.html
40 * indent-tabs-mode: nil
43 * vi: set shiftwidth=4 tabstop=8 expandtab:
44 * :indentSize=4:tabSize=8:noTabs=true: