aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdm.h
blob: 540b7bbb294a58c34bbe57389ce2d86eab091185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* packet-rdm.h
 * Declarations for dissecting RDM PIDs
 * Copyright 2014, Claudius Zingerli <czingerl@gmail.com>
 *
 * RDM Parameter IDs (PIDs) are used in
 *   - packet-rdm.c (Ansi E1.20,E1.33 (ACN))
 *   - packet-artnet.c (Art-Net3)
 * -> Declarations remain in packet-rdm.c
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef __PACKET_RDM_H__
#define __PACKET_RDM_H__

extern value_string_ext rdm_param_id_vals_ext;


#endif /* #ifndef __PACKET_RDM_H__ */