Wireshark  4.3.0
The Wireshark network protocol analyzer
stat_groups.h
Go to the documentation of this file.
1 /* stat_groups.h
2  * Definitions of groups for statistics
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 1998 Gerald Combs
7  *
8  * SPDX-License-Identifier: GPL-2.0-or-later
9  */
10 
11 #ifndef __STAT_GROUPS_H__
12 #define __STAT_GROUPS_H__
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif /* __cplusplus */
17 
22 /*
23  * Menu statistics group definitions. Used by ui/qt/tap_parameter_dialog.h
24  * and ui/gtk/tap_param_dlg.h.
25  *
26  * XXX - stats should be able to register additional menu groups, although
27  * the question then would be "in what order should they appear in the menu?"
28  */
29 
31 typedef enum register_stat_group_e {
50 
52 /* XXX Is there a more appropriate place to define this? */
53 typedef enum _st_format_type {
54  ST_FORMAT_PLAIN, ST_FORMAT_CSV, ST_FORMAT_XML, ST_FORMAT_YAML
56 
57 #ifdef __cplusplus
58 }
59 #endif /* __cplusplus */
60 
61 #endif /* __STAT_GROUPS_H__ */
register_stat_group_e
Definition: stat_groups.h:31
@ REGISTER_STAT_GROUP_TELEPHONY
Definition: stat_groups.h:40
@ REGISTER_STAT_GROUP_RSERPOOL
Definition: stat_groups.h:39
@ REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER
Definition: stat_groups.h:33
@ REGISTER_STAT_GROUP_TELEPHONY_GSM
Definition: stat_groups.h:42
@ REGISTER_STAT_GROUP_ENDPOINT_LIST
Definition: stat_groups.h:37
@ REGISTER_TOOLS_GROUP_UNSORTED
Definition: stat_groups.h:46
@ REGISTER_STAT_GROUP_GENERIC
Definition: stat_groups.h:35
@ REGISTER_STAT_GROUP_TELEPHONY_ANSI
Definition: stat_groups.h:41
@ REGISTER_STAT_GROUP_TELEPHONY_3GPP_UU
Definition: stat_groups.h:43
@ REGISTER_STAT_GROUP_TELEPHONY_SCTP
Definition: stat_groups.h:45
@ REGISTER_LOG_STAT_GROUP_UNSORTED
Definition: stat_groups.h:48
@ REGISTER_STAT_GROUP_CONVERSATION_LIST
Definition: stat_groups.h:36
@ REGISTER_PACKET_STAT_GROUP_UNSORTED
Definition: stat_groups.h:34
@ REGISTER_LOG_ANALYZE_GROUP_UNSORTED
Definition: stat_groups.h:47
@ REGISTER_PACKET_ANALYZE_GROUP_UNSORTED
Definition: stat_groups.h:32
@ REGISTER_STAT_GROUP_RESPONSE_TIME
Definition: stat_groups.h:38
@ REGISTER_STAT_GROUP_TELEPHONY_MTP3
Definition: stat_groups.h:44
enum _st_format_type st_format_type
enum register_stat_group_e register_stat_group_t
_st_format_type
Definition: stat_groups.h:53