Wireshark 4.7.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)
 Reloads the menus for funnel statistics.
 
void funnel_statistics_load_packet_menus (void)
 Loads the packet menus for funnel statistics.
 
bool funnel_statistics_packet_menus_modified (void)
 Checks if the packet menus for funnel statistics have been modified.
 

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  )

Checks if the packet menus for funnel statistics have been modified.

Returns
true if the packet menus have been modified, false otherwise.

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

◆ funnel_statistics_reload_menus()

void funnel_statistics_reload_menus ( void  )

Reloads the menus for funnel statistics.

This function reloads the menus by deregistering and registering them using the provided callbacks.