|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Functions | |
| void | add_menu_recent_capture_file (const gchar *cf_name) |
| void | menu_recent_file_write_all (FILE *rf) |
| void | cfilter_combo_recent_write_all (FILE *rf) |
| gboolean | dfilter_combo_add_recent (const gchar *dftext) |
| void | dfilter_recent_combo_write_all (FILE *rf) |
Routines called to write stuff to the recent file; their implementations are GUI-dependent, but the API's aren't
Wireshark - Network traffic analyzer By Gerald Combs gerald@wireshark.org Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
| void cfilter_combo_recent_write_all | ( | FILE * | rf | ) |
Write all non-empty capture filters (until maximum count) of the combo box GList to the user's recent file.
| rf | the recent file |
| gboolean dfilter_combo_add_recent | ( | const gchar * | dftext | ) |
Add a display filter coming from the user's recent file to the dfilter combo box.
| dftext | the filter string |
| void dfilter_recent_combo_write_all | ( | FILE * | rf | ) |
Write all non-empty display filters (until maximum count) of the combo box GList to the user's recent file.
| rf | the recent file |
| void menu_recent_file_write_all | ( | FILE * | rf | ) |
Write all recent capture filenames to the user's recent file.
| rf | recent file |