|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Classes | |
| class | SplashOverlay |
| Semi-transparent overlay widget displayed during application startup while Wireshark's protocol and plugin registration is in progress. More... | |
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.
C-linkage callback registered with the Wireshark registration framework.
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. |
Forwards calls to SplashOverlay::instance_->splashUpdate().
| action | Current registration action. |
| message | Status message from the registration framework. |
| dummy | Unused user-data pointer. |