|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Classes | |
| struct | ui_prefs_write_pref_arg_t |
Typedefs | |
| typedef pref_t *(* | ui_pref_deprecated_cb) (module_t *module, const char *name) |
Functions | |
| void | ui_prefs_init (void) |
| void | ui_prefs_cleanup (void) |
| module_t * | ui_prefs_register_module (const char *name, const char *title, const char *description, const char *help, void(*apply_cb)(void), ui_pref_deprecated_cb depr_callback) |
| void | ui_prefs_deregister_module (module_t *module) |
| unsigned | ui_prefs_write_module (module_t *module, void *user_data) |
| prefs_set_pref_e | ui_prefs_read_pref (char *pref_name, const char *value, void *private_data, bool return_range_errors) |
Routines for UI preferences
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later