Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
recent_utils.h
Go to the documentation of this file.
1
12
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
39extern bool dfilter_recent_add(const char *dftext);
40
46extern void dfilter_recent_write_all(FILE *rf);
47
48#ifdef __cplusplus
49}
50#endif /* __cplusplus */
51
52#endif /* __UI_RECENT_UTILS_H__ */
void dfilter_recent_write_all(FILE *rf)
Definition display_filter_history_model.cpp:63
bool dfilter_recent_add(const char *dftext)
Add a display filter coming from the user's recent file to the recent display-filter list.
Definition display_filter_history_model.cpp:49
void cfilter_combo_recent_write_all(FILE *rf)
void menu_recent_file_write_all(FILE *rf)
Definition main_application.cpp:144