Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
ui
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__ */
service_response_time_get_column_name
const char * service_response_time_get_column_name(int index)
Definition
service_response_time.c:16
srt_table.h
timestats.h
Generated by
1.9.8