|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Classes | |
| class | SplashOverlay |
Functions | |
| void | splash_update (register_action_e action, const char *message, void *dummy) |
| Updates the splash overlay with a new action and message. | |
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
| void splash_update | ( | register_action_e | action, |
| const char * | message, | ||
| void * | dummy | ||
| ) |
Updates the splash overlay with a new action and message.
This function is called to update the state of the splash overlay, which could be used to display different actions or messages to the user.
| action | The type of action to perform on the splash overlay. |
| message | A string message to display along with the action. |
| dummy | A dummy parameter that is not used and can be ignored. |