3 * Copied from ui/gtk/service_response_time_table.h, 2003 Ronnie Sahlberg
4 * Helper routines and structs common to all service response time statistics
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
11 * SPDX-License-Identifier: GPL-2.0-or-later
15 * Helper routines common to all service response time statistics taps.
18 #ifndef __SRT_STATS_H__
19 #define __SRT_STATS_H__
21 #include <epan/timestats.h>
22 #include <epan/srt_table.h>
26 #endif /* __cplusplus */
40 /** returns the column name for a given column index */
41 extern const char* service_response_time_get_column_name(int index
);
45 #endif /* __cplusplus */
47 #endif /* __SRT_STATS_H__ */