Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Typedefs
tap_parameter_dialog.h File Reference
#include "config.h"
#include <epan/stat_groups.h>
#include <epan/stat_tap_ui.h>
#include <QMenu>
#include "filter_action.h"
#include "wireshark_dialog.h"

Go to the source code of this file.

Classes

class  TapParameterDialog
 Base class for statistics dialogs driven by a tap and an optional display filter, presenting results in a QTreeWidget and supporting filter actions, clipboard copy, and save-as export. More...
 

Typedefs

typedef TapParameterDialog *(* tpdCreator) (QWidget &parent, const QString cfg_str, const QString arg, CaptureFile &cf)
 Factory function signature for creating TapParameterDialog subclass instances.
 

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

Typedef Documentation

◆ tpdCreator

typedef TapParameterDialog *(* tpdCreator) (QWidget &parent, const QString cfg_str, const QString arg, CaptureFile &cf)

Factory function signature for creating TapParameterDialog subclass instances.

Parameters
parentParent widget for the new dialog.
cfg_strConfiguration string identifying the tap (e.g. "afp,srt").
argOptional "-z" argument string passed on the command line.
cfThe current capture file.
Returns
Pointer to the newly constructed TapParameterDialog subclass.