Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
service_response_time.h
Go to the documentation of this file.
1
18#ifndef __SRT_STATS_H__
19#define __SRT_STATS_H__
20
21#include <epan/timestats.h>
22#include <epan/srt_table.h>
23
24#ifdef __cplusplus
25extern "C" {
26#endif /* __cplusplus */
27
31enum
32{
41};
42
49extern const char* service_response_time_get_column_name(int index);
50
51#ifdef __cplusplus
52}
53#endif /* __cplusplus */
54
55#endif /* __SRT_STATS_H__ */
const char * service_response_time_get_column_name(int index)
Get the column name for a service response time statistic.
Definition service_response_time.c:16
@ SRT_COLUMN_INDEX
Definition service_response_time.h:33
@ SRT_COLUMN_AVG
Definition service_response_time.h:38
@ NUM_SRT_COLUMNS
Definition service_response_time.h:40
@ SRT_COLUMN_MAX
Definition service_response_time.h:37
@ SRT_COLUMN_CALLS
Definition service_response_time.h:35
@ SRT_COLUMN_SUM
Definition service_response_time.h:39
@ SRT_COLUMN_MIN
Definition service_response_time.h:36
@ SRT_COLUMN_PROCEDURE
Definition service_response_time.h:34