Wireshark  4.3.0
The Wireshark network protocol analyzer
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
25 extern "C" {
26 #endif /* __cplusplus */
27 
28 enum
29 {
30  SRT_COLUMN_INDEX,
31  SRT_COLUMN_PROCEDURE,
32  SRT_COLUMN_CALLS,
33  SRT_COLUMN_MIN,
34  SRT_COLUMN_MAX,
35  SRT_COLUMN_AVG,
36  SRT_COLUMN_SUM,
37  NUM_SRT_COLUMNS
38 };
39 
41 extern const char* service_response_time_get_column_name(int index);
42 
43 #ifdef __cplusplus
44 }
45 #endif /* __cplusplus */
46 
47 #endif /* __SRT_STATS_H__ */
const char * service_response_time_get_column_name(int index)
Definition: service_response_time.c:16