Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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 <[email protected]>
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
16extern const range_string uavcan_subject_id_vals[];
17extern const range_string uavcan_service_id_vals[];
18
19
20#endif /* _PACKET_UAVCAN_DSDL_H_ */
Definition value_string.h:292