2 * Copyright 2021, João Valverde <j@v6e.pt>
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
11 #ifndef _INTROSPECTION_H_
12 #define _INTROSPECTION_H_
15 #include <ws_symbol_export.h>
23 /** Performs a binary search for the magic constant "needle". */
26 ws_enums_bsearch(const ws_enum_t
*enums
, size_t count
,