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 by epan/wslua/init_wslua.c
25  *
26  * REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER and
27  * REGISTER_STAT_GROUP_[CONVERSATION|ENDPOINT]_LIST are unused and present
28  * for historical reasons. To register members to those menus, use
29  * epan/conversation_filter.h and epan/conversation_table.h, respectively.
30  *
31  * XXX - stats should be able to register additional menu groups, although
32  * the question then would be "in what order should they appear in the menu?"
33  */
34 
36 typedef enum register_stat_group_e {
55 
57 /* XXX Is there a more appropriate place to define this? */
58 typedef enum _st_format_type {
59  ST_FORMAT_PLAIN, ST_FORMAT_CSV, ST_FORMAT_XML, ST_FORMAT_YAML
61 
62 #ifdef __cplusplus
63 }
64 #endif /* __cplusplus */
65 
66 #endif /* __STAT_GROUPS_H__ */
register_stat_group_e
Definition: stat_groups.h:36
@ REGISTER_STAT_GROUP_TELEPHONY
Definition: stat_groups.h:45
@ REGISTER_STAT_GROUP_RSERPOOL
Definition: stat_groups.h:44
@ REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER
Definition: stat_groups.h:38
@ REGISTER_STAT_GROUP_TELEPHONY_GSM
Definition: stat_groups.h:47
@ REGISTER_STAT_GROUP_ENDPOINT_LIST
Definition: stat_groups.h:42
@ REGISTER_TOOLS_GROUP_UNSORTED
Definition: stat_groups.h:51
@ REGISTER_STAT_GROUP_GENERIC
Definition: stat_groups.h:40
@ REGISTER_STAT_GROUP_TELEPHONY_ANSI
Definition: stat_groups.h:46
@ REGISTER_STAT_GROUP_TELEPHONY_3GPP_UU
Definition: stat_groups.h:48
@ REGISTER_STAT_GROUP_TELEPHONY_SCTP
Definition: stat_groups.h:50
@ REGISTER_LOG_STAT_GROUP_UNSORTED
Definition: stat_groups.h:53
@ REGISTER_STAT_GROUP_CONVERSATION_LIST
Definition: stat_groups.h:41
@ REGISTER_PACKET_STAT_GROUP_UNSORTED
Definition: stat_groups.h:39
@ REGISTER_LOG_ANALYZE_GROUP_UNSORTED
Definition: stat_groups.h:52
@ REGISTER_PACKET_ANALYZE_GROUP_UNSORTED
Definition: stat_groups.h:37
@ REGISTER_STAT_GROUP_RESPONSE_TIME
Definition: stat_groups.h:43
@ REGISTER_STAT_GROUP_TELEPHONY_MTP3
Definition: stat_groups.h:49
enum _st_format_type st_format_type
enum register_stat_group_e register_stat_group_t
_st_format_type
Definition: stat_groups.h:58