Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Functions
simple_statistics_dialog.h File Reference
#include "tap_parameter_dialog.h"

Go to the source code of this file.

Classes

class  SimpleStatisticsDialog
 TapParameterDialog specialisation that displays a generic tap-driven statistics table whose columns and rows are defined entirely by a _stat_tap_table_ui descriptor. More...
 

Functions

bool register_simple_stat_tables (const void *key, void *value, void *)
 Register function to register dissectors that support a "simple" statistics table.
 

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

◆ register_simple_stat_tables()

bool register_simple_stat_tables ( const void *  key,
void *  value,
void *  userdata 
)

Register function to register dissectors that support a "simple" statistics table.

Parameters
keyis tap string
valuestat_tap_table_ui* representing dissector stat table

Register function to register dissectors that support a "simple" statistics table.

Register simple statistic tables for conversation tracking.

Parameters
keyPointer to the key for the table.
valuePointer to the value for the table.
userdataPointer to user data.
Returns
bool indicating success or failure.