Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-rdm.h
1 /* packet-rdm.h
2  * Declarations for dissecting RDM PIDs
3  * Copyright 2014, Claudius Zingerli <czingerl@gmail.com>
4  *
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
9  *
10  * Wireshark - Network traffic analyzer
11  * By Gerald Combs <gerald@wireshark.org>
12  * Copyright 1998 Gerald Combs
13  *
14  * SPDX-License-Identifier: GPL-2.0-or-later
15  */
16 
17 #ifndef __PACKET_RDM_H__
18 #define __PACKET_RDM_H__
19 
20 extern value_string_ext rdm_param_id_vals_ext;
21 
22 
23 #endif /* #ifndef __PACKET_RDM_H__ */
Definition: value_string.h:170