Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
data-dmx-manfid.h
1
2/* @file
3 *
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <[email protected]>
6 * Copyright 1998 Gerald Combs
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11#ifndef __DATA_DMX_MANFID_H__
12#define __DATA_DMX_MANFID_H__
13
14#include <wsutil/value_string.h>
15
16extern value_string_ext dmx_esta_manfid_vals_ext;
17
18#endif /* __DATA_DMX_MANFID_H__ */
Extended metadata for a value_string array.
Definition value_string.h:325