![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Functions | |
WS_DLL_PUBLIC const ws_enum_t * | wtap_inspect_enums (void) |
WS_DLL_PUBLIC size_t | wtap_inspect_enums_count (void) |
WS_DLL_PUBLIC const ws_enum_t * | wtap_inspect_enums_bsearch (const char *needle) |
Copyright 2021, João Valverde j@v6e .pt
Wireshark - Network traffic analyzer By Gerald Combs geral Copyright 1998 Gerald Combs d@wi resha rk.o rg
SPDX-License-Identifier: GPL-2.0-or-later
WS_DLL_PUBLIC const ws_enum_t* wtap_inspect_enums | ( | void | ) |
Returns an array of ws_enum_t elements. The array is sorted and ends with {NULL, 0}.
It can be used by language bindings to the Wireshark API to obtain the value of some magic constants. The array can be binary searched, imported to a hash table, serialized, etc.
WS_DLL_PUBLIC const ws_enum_t* wtap_inspect_enums_bsearch | ( | const char * | needle | ) |
Performs a binary search for the magic constant "needle".
WS_DLL_PUBLIC size_t wtap_inspect_enums_count | ( | void | ) |
Returns size of enums array not including null terminator.