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
 

Functions

bool register_simple_stat_tables (const void *key, void *value, void *)
 Registers simple statistic tables for conversation tracking.
 

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 
)

Registers simple statistic tables for conversation tracking.

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

Parameters
keyis tap string
valuestat_tap_table_ui* representing dissector stat 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.