Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
funnel_statistics.h File Reference
#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)
 

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

◆ funnel_packet_menu_callback

typedef void(* funnel_packet_menu_callback) (void *, GPtrArray *)

Signature of function that can be called from a custom packet menu entry

Function Documentation

◆ funnel_statistics_packet_menus_modified()

bool funnel_statistics_packet_menus_modified ( void  )

Returns whether the packet menus have been modified since they were last registered

Returns
true if the packet menus were modified since the last registration