Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-uavcan-dsdl.h
1 /* packet-uavcan-dsdl.h
2  * Routines for dissection of DSDL used in UAVCAN
3  *
4  * Copyright 2020-2021 NXP
5  *
6  * Wireshark - Network traffic analyzer
7  * By Gerald Combs <gerald@wireshark.org>
8  * Copyright 1998 Gerald Combs
9  *
10  * SPDX-License-Identifier: GPL-2.0-or-later
11  */
12 
13 #ifndef _PACKET_UAVCAN_DSDL_H_
14 #define _PACKET_UAVCAN_DSDL_H_
15 
16 extern const range_string uavcan_subject_id_vals[];
17 extern const range_string uavcan_service_id_vals[];
18 
19 
20 #endif /* _PACKET_UAVCAN_DSDL_H_ */
Definition: value_string.h:293