|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Classes | |
| struct | _funnel_text_window_t |
| class | FunnelTextDialog |
Functions | |
| void | text_window_set_text (funnel_text_window_t *ftw, const char *text) |
| void | text_window_append (funnel_text_window_t *ftw, const char *text) |
| void | text_window_prepend (funnel_text_window_t *ftw, const char *text) |
| void | text_window_clear (funnel_text_window_t *ftw) |
| const char * | text_window_get_text (funnel_text_window_t *ftw) |
| void | text_window_set_close_cb (funnel_text_window_t *ftw, text_win_close_cb_t close_cb, void *close_cb_data) |
| void | text_window_set_editable (funnel_text_window_t *ftw, gboolean editable) |
| void | text_window_destroy (funnel_text_window_t *ftw) |
| void | text_window_add_button (funnel_text_window_t *ftw, funnel_bt_t *funnel_button, const char *label) |
Wireshark - Network traffic analyzer By Gerald Combs gerald@wireshark.org Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later