Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
enterprises.h
1/* populate_global_enterprises.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
6 *
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
9
10#include <wireshark.h>
11
12const char* global_enterprises_lookup(uint32_t value);
13
14WS_DLL_PUBLIC
15void global_enterprises_dump(FILE *fp);