Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Functions
splash_overlay.h File Reference
#include <config.h>
#include "epan/register.h"
#include <QWidget>
#include <QElapsedTimer>

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.
 

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

◆ splash_update()

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.

Parameters
actionThe type of action to perform on the splash overlay.
messageA string message to display along with the action.
dummyA dummy parameter that is not used and can be ignored.