Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
service_response_time_dialog.h File Reference

Go to the source code of this file.

Classes

class  ServiceResponseTimeDialog
 Base dialog for displaying Service Response Time (SRT) statistics. More...

Functions

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

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_service_response_tables()

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

Register function to register dissectors that support SRT.

Parameters
keyis unused
valueregister_srt_t* representing dissector SRT table
userdatais unused
Returns
True to continue iterating, false to stop.