Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
recent_utils.h
Go to the documentation of this file.
1
13#ifndef __UI_RECENT_UTILS_H__
14#define __UI_RECENT_UTILS_H__
15
16#ifdef __cplusplus
17extern "C" {
18#endif /* __cplusplus */
19
23extern void menu_recent_file_write_all(FILE *rf);
24
30extern void cfilter_combo_recent_write_all(FILE *rf);
31
38extern bool dfilter_combo_add_recent(const char *dftext);
39
45extern void dfilter_recent_combo_write_all(FILE *rf);
46
47#ifdef __cplusplus
48}
49#endif /* __cplusplus */
50
51#endif /* __UI_RECENT_UTILS_H__ */
void dfilter_recent_combo_write_all(FILE *rf)
Definition display_filter_combo.cpp:30
void cfilter_combo_recent_write_all(FILE *rf)
void menu_recent_file_write_all(FILE *rf)
Definition main_application.cpp:159
bool dfilter_combo_add_recent(const char *dftext)
Add a display filter coming from the user's recent file to the dfilter combo box.
Definition display_filter_combo.cpp:42