2 * Declarations for dissecting RDM PIDs
3 * Copyright 2014, Claudius Zingerli <czingerl@gmail.com>
5 * RDM Parameter IDs (PIDs) are used in
6 * - packet-rdm.c (Ansi E1.20,E1.33 (ACN))
7 * - packet-artnet.c (Art-Net3)
8 * -> Declarations remain in packet-rdm.c
10 * Wireshark - Network traffic analyzer
11 * By Gerald Combs <gerald@wireshark.org>
12 * Copyright 1998 Gerald Combs
14 * SPDX-License-Identifier: GPL-2.0-or-later
17 #ifndef __PACKET_RDM_H__
18 #define __PACKET_RDM_H__
20 extern value_string_ext rdm_param_id_vals_ext
;
23 #endif /* #ifndef __PACKET_RDM_H__ */