Wireshark  4.3.0
The Wireshark network protocol analyzer
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
17 extern "C" {
18 #endif /* __cplusplus */
19 
20 /* Add a new recent capture filename to the "Recent Files" submenu
21  (duplicates will be ignored) */
22 extern void add_menu_recent_capture_file(const gchar *cf_name);
23 
27 extern void menu_recent_file_write_all(FILE *rf);
28 
34 extern void cfilter_combo_recent_write_all(FILE *rf);
35 
40 extern gboolean dfilter_combo_add_recent(const gchar *dftext);
41 
47 extern void dfilter_recent_combo_write_all(FILE *rf);
48 
49 #ifdef __cplusplus
50 }
51 #endif /* __cplusplus */
52 
53 #endif /* __UI_RECENT_UTILS_H__ */
void dfilter_recent_combo_write_all(FILE *rf)
Definition: display_filter_combo.cpp:62
void cfilter_combo_recent_write_all(FILE *rf)
void menu_recent_file_write_all(FILE *rf)
Definition: main_application.cpp:224
gboolean dfilter_combo_add_recent(const gchar *dftext)
Definition: display_filter_combo.cpp:176