Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
packet-dcerpc-dce122.h
1/* packet-dcerpc-dce122.h
2 * Common defines for dce122
3 * Copyright 2002, Jaime Fournier <Jaime.Fournier@hush.com>
4 * This information is based off the released idl files from opengroup.
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_DCERPC__DCE122_H__
14#define __PACKET_DCERPC__DCE122_H__
15
16extern value_string_ext dce_error_vals_ext;
17
18#endif
Definition value_string.h:169