Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <QObject>
#include <QAction>
#include <QSet>
#include <QPointer>
#include <epan/funnel.h>
#include "io_console_dialog.h"
#include "capture_file.h"
#include <ui/qt/filter_action.h>
Go to the source code of this file.
Classes | |
class | FunnelStatistics |
class | FunnelAction |
class | FunnelConsoleAction |
Typedefs | |
typedef void(* | funnel_packet_menu_callback) (void *, GPtrArray *) |
Functions | |
void | funnel_statistics_reload_menus (void) |
void | funnel_statistics_load_packet_menus (void) |
void | funnel_statistics_load_console_menus (void) |
bool | funnel_statistics_packet_menus_modified (void) |
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 void(* funnel_packet_menu_callback) (void *, GPtrArray *) |
Signature of function that can be called from a custom packet menu entry
bool funnel_statistics_packet_menus_modified | ( | void | ) |
Returns whether the packet menus have been modified since they were last registered