Wireshark  4.3.0
The Wireshark network protocol analyzer
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 
12 const char* global_enterprises_lookup(uint32_t value);
13 
14 WS_DLL_PUBLIC
15 void global_enterprises_dump(FILE *fp);