12#include <ws_symbol_export.h>
WS_DLL_PUBLIC size_t epan_inspect_enums_count(void)
Returns size of enums array not including null terminator.
Definition introspection.c:24
WS_DLL_PUBLIC const ws_enum_t * epan_inspect_enums(void)
Returns a list of all Wireshark enums. It can be used by language bindings to the Wireshark API to ob...
Definition introspection.c:19
WS_DLL_PUBLIC const ws_enum_t * epan_inspect_enums_bsearch(const char *needle)
Performs a binary search in the enums for the magic constant "needle".
Definition introspection.c:30
Represents a symbolic enumeration entry.
Definition introspection.h:24