Wireshark 4.7.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
21
25void packets_bar_update(void);
26
31
32
38
46void statusbar_push_field_msg(const char *msg_format, ...)
47 G_GNUC_PRINTF(1, 2);
48
54
62void statusbar_push_filter_msg(const char *msg_format, ...)
63 G_GNUC_PRINTF(1, 2);
64
69
76void statusbar_push_temporary_msg(const char *msg_format, ...)
77 G_GNUC_PRINTF(1, 2);
78
79#ifdef __cplusplus
80}
81#endif /* __cplusplus */
82
83#endif /* __MAIN_STATUSBAR_H__ */
void profile_bar_update(void)
Update the profile display in the statusbar.
void status_capture_comment_update(void)
Update the capture comment icon in the statusbar, depending on the current capture comment (XXX - it'...
void statusbar_push_field_msg(const char *msg_format,...)
Push a formatted message referring to the currently-selected field onto the statusbar.
void statusbar_push_filter_msg(const char *msg_format,...)
Push a formatted message referring to the current filter onto the statusbar.
void statusbar_pop_filter_msg(void)
Pop a message referring to the current filter off the statusbar.
void packets_bar_update(void)
Update the packet count display in the statusbar.
Definition main_status_bar.cpp:73
void status_expert_update(void)
Update the expert status in the statusbar.
void statusbar_push_temporary_msg(const char *msg_format,...)
Push a formatted temporary message onto the statusbar. The message is automatically removed at a late...
Definition main_status_bar.cpp:55
void statusbar_pop_field_msg(void)
Pop a message referring to the currently-selected field off the statusbar.