Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Enumerations | Functions
service_response_time.h File Reference
#include <epan/timestats.h>
#include <epan/srt_table.h>

Go to the source code of this file.

Enumerations

enum  {
  SRT_COLUMN_INDEX , SRT_COLUMN_PROCEDURE , SRT_COLUMN_CALLS , SRT_COLUMN_MIN ,
  SRT_COLUMN_MAX , SRT_COLUMN_AVG , SRT_COLUMN_SUM , NUM_SRT_COLUMNS
}
 Column indices for the Service Response Time (SRT) statistics table. More...
 

Functions

const char * service_response_time_get_column_name (int index)
 Get the column name for a service response time statistic.
 

Detailed Description

Copied from ui/gtk/service_response_time_table.h, 2003 Ronnie Sahlberg Helper routines and structs common to all service response time statistics taps.

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

Helper routines common to all service response time statistics taps.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Column indices for the Service Response Time (SRT) statistics table.

Enumerator
SRT_COLUMN_INDEX 

Row index number

SRT_COLUMN_PROCEDURE 

Procedure or request name identifying the SRT entry

SRT_COLUMN_CALLS 

Total number of calls or requests observed

SRT_COLUMN_MIN 

Minimum response time recorded across all calls

SRT_COLUMN_MAX 

Maximum response time recorded across all calls

SRT_COLUMN_AVG 

Average response time across all calls

SRT_COLUMN_SUM 

Cumulative sum of all response times

NUM_SRT_COLUMNS 

Sentinel: total number of SRT table columns

Function Documentation

◆ service_response_time_get_column_name()

const char * service_response_time_get_column_name ( int  index)
extern

Get the column name for a service response time statistic.

Parameters
indexThe index of the column to retrieve.
Returns
The name of the column, or "(Unknown)" if the index is out of range.