Wireshark
4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
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
17
extern
"C"
{
18
#endif
/* __cplusplus */
19
23
extern
void
menu_recent_file_write_all
(FILE *rf);
24
30
extern
void
cfilter_combo_recent_write_all
(FILE *rf);
31
39
extern
bool
dfilter_recent_add
(
const
char
*dftext);
40
46
extern
void
dfilter_recent_write_all
(FILE *rf);
47
48
#ifdef __cplusplus
49
}
50
#endif
/* __cplusplus */
51
52
#endif
/* __UI_RECENT_UTILS_H__ */
dfilter_recent_write_all
void dfilter_recent_write_all(FILE *rf)
Definition
display_filter_history_model.cpp:63
dfilter_recent_add
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
cfilter_combo_recent_write_all
void cfilter_combo_recent_write_all(FILE *rf)
menu_recent_file_write_all
void menu_recent_file_write_all(FILE *rf)
Definition
main_application.cpp:144
Generated by
1.15.0