Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
main_statusbar.h File Reference

Go to the source code of this file.

Functions

void profile_bar_update (void)
 
void packets_bar_update (void)
 
void status_expert_update (void)
 
void status_capture_comment_update (void)
 
void statusbar_push_field_msg (const char *msg_format,...) G_GNUC_PRINTF(1
 
void void statusbar_pop_field_msg (void)
 
void statusbar_push_filter_msg (const char *msg_format,...) G_GNUC_PRINTF(1
 
void void statusbar_pop_filter_msg (void)
 
void statusbar_push_temporary_msg (const char *msg_format,...) G_GNUC_PRINTF(1
 

Detailed Description

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later

Function Documentation

◆ status_capture_comment_update()

void status_capture_comment_update ( void  )

Update the capture comment icon in the statusbar, depending on the current capture comment (XXX - it's only available for GTK at the moment)

◆ statusbar_pop_field_msg()

void void statusbar_pop_field_msg ( void  )

Pop a message referring to the currently-selected field off the statusbar.

◆ statusbar_pop_filter_msg()

void void statusbar_pop_filter_msg ( void  )

Pop a message referring to the current filter off the statusbar.

◆ statusbar_push_field_msg()

void statusbar_push_field_msg ( const char *  msg_format,
  ... 
)

Push a formatted message referring to the currently-selected field onto the statusbar.

Parameters
msg_formatThe format string for the message

◆ statusbar_push_filter_msg()

void statusbar_push_filter_msg ( const char *  msg_format,
  ... 
)

Push a formatted message referring to the current filter onto the statusbar.

Parameters
msg_formatThe format string for the message

◆ statusbar_push_temporary_msg()

void statusbar_push_temporary_msg ( const char *  msg_format,
  ... 
)

Push a formatted temporary message onto the statusbar. The message is automatically removed at a later interval.

Parameters
msg_formatThe format string for the message