diff options
Diffstat (limited to 'epan/enterprises.h')
-rw-r--r-- | epan/enterprises.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/epan/enterprises.h b/epan/enterprises.h new file mode 100644 index 00000000..938adda7 --- /dev/null +++ b/epan/enterprises.h @@ -0,0 +1,15 @@ +/* populate_global_enterprises.h + * + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@wireshark.org> + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#include <wireshark.h> + +const char* global_enterprises_lookup(uint32_t value); + +WS_DLL_PUBLIC +void global_enterprises_dump(FILE *fp); |