Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
enterprises.h
1/* populate_global_enterprises.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <[email protected]>
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);