Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Functions | Variables
main_application.h File Reference
#include <config.h>
#include "wsutil/feature_list.h"
#include "ui/help_url.h"
#include <QApplication>
#include <QDir>
#include <QFont>
#include <QIcon>
#include <QTimer>
#include <QTranslator>
#include "capture_event.h"

Go to the source code of this file.

Classes

class  MainApplication
 Core application class handling global state, signals, and configurations. More...
 

Functions

void gather_wireshark_qt_compiled_info (feature_list l)
 Gather compiled information for Wireshark Qt components.
 
void gather_wireshark_runtime_info (feature_list l)
 Gather runtime information for Wireshark.
 

Variables

MainApplicationmainApp
 

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

◆ gather_wireshark_qt_compiled_info()

void gather_wireshark_qt_compiled_info ( feature_list  l)
extern

Gather compiled information for Wireshark Qt components.

Global compile time version info

Parameters
lFeature list to store the gathered information.

◆ gather_wireshark_runtime_info()

void gather_wireshark_runtime_info ( feature_list  l)
extern

Gather runtime information for Wireshark.

Global runtime version info

Parameters
lFeature list to store the gathered information.