|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Functions | |
| void | menu_recent_file_write_all (FILE *rf) |
| void | cfilter_combo_recent_write_all (FILE *rf) |
| bool | dfilter_combo_add_recent (const char *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 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
|
extern |
Write all non-empty capture filters (until maximum count) of the combo box GList to the user's recent file.
| rf | the recent file |
|
extern |
Add a display filter coming from the user's recent file to the dfilter combo box.
| dftext | the filter string |
|
extern |
Write all non-empty display filters (until maximum count) of the combo box GList to the user's recent file.
| rf | the recent file |
|
extern |
Write all recent capture filenames to the user's recent file.
| rf | recent file |