Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
main_statusbar.h
Go to the documentation of this file.
1
10#ifndef __MAIN_STATUSBAR_H__
11#define __MAIN_STATUSBAR_H__
12
13#ifdef __cplusplus
14extern "C" {
15#endif /* __cplusplus */
16
17void profile_bar_update(void);
18void packets_bar_update(void);
19void status_expert_update(void);
20
25
31void statusbar_push_field_msg(const char *msg_format, ...)
32 G_GNUC_PRINTF(1, 2);
33
37
43void statusbar_push_filter_msg(const char *msg_format, ...)
44 G_GNUC_PRINTF(1, 2);
45
49
55void statusbar_push_temporary_msg(const char *msg_format, ...)
56 G_GNUC_PRINTF(1, 2);
57
58#ifdef __cplusplus
59}
60#endif /* __cplusplus */
61
62#endif /* __MAIN_STATUSBAR_H__ */
void status_capture_comment_update(void)
void void statusbar_pop_filter_msg(void)
void statusbar_push_filter_msg(const char *msg_format,...) G_GNUC_PRINTF(1
void void statusbar_pop_field_msg(void)
void statusbar_push_temporary_msg(const char *msg_format,...) G_GNUC_PRINTF(1
void statusbar_push_field_msg(const char *msg_format,...) G_GNUC_PRINTF(1