Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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 <[email protected]>
6 * Copyright 1998 Gerald Combs
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10#pragma once
11#ifdef __cplusplus
12extern "C" {
13#endif /* __cplusplus */
14
19/*
20 * Menu statistics group definitions. Used by ui/qt/tap_parameter_dialog.h
21 * and by epan/wslua/init_wslua.c
22 *
23 * REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER and
24 * REGISTER_STAT_GROUP_[CONVERSATION|ENDPOINT]_LIST are unused and present
25 * for historical reasons. To register members to those menus, use
26 * epan/conversation_filter.h and epan/conversation_table.h, respectively.
27 *
28 * XXX - stats should be able to register additional menu groups, although
29 * the question then would be "in what order should they appear in the menu?"
30 */
31
52
54/* XXX Is there a more appropriate place to define this? */
55typedef enum _st_format_type {
56 ST_FORMAT_PLAIN, ST_FORMAT_CSV, ST_FORMAT_XML, ST_FORMAT_YAML
58
59#ifdef __cplusplus
60}
61#endif /* __cplusplus */
register_stat_group_e
Definition stat_groups.h:33
@ REGISTER_TELEPHONY_GROUP_GSM
Definition stat_groups.h:44
@ REGISTER_TELEPHONY_GROUP_ANSI
Definition stat_groups.h:43
@ REGISTER_STAT_GROUP_RSERPOOL
Definition stat_groups.h:41
@ REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER
Definition stat_groups.h:35
@ REGISTER_TELEPHONY_GROUP_MTP3
Definition stat_groups.h:46
@ REGISTER_STAT_GROUP_ENDPOINT_LIST
Definition stat_groups.h:39
@ REGISTER_TELEPHONY_GROUP_3GPP_UU
Definition stat_groups.h:45
@ REGISTER_TOOLS_GROUP_UNSORTED
Definition stat_groups.h:48
@ REGISTER_STAT_GROUP_GENERIC
Definition stat_groups.h:37
@ REGISTER_LOG_STAT_GROUP_UNSORTED
Definition stat_groups.h:50
@ REGISTER_TELEPHONY_GROUP_UNSORTED
Definition stat_groups.h:42
@ REGISTER_STAT_GROUP_CONVERSATION_LIST
Definition stat_groups.h:38
@ REGISTER_PACKET_STAT_GROUP_UNSORTED
Definition stat_groups.h:36
@ REGISTER_LOG_ANALYZE_GROUP_UNSORTED
Definition stat_groups.h:49
@ REGISTER_TELEPHONY_GROUP_SCTP
Definition stat_groups.h:47
@ REGISTER_PACKET_ANALYZE_GROUP_UNSORTED
Definition stat_groups.h:34
@ REGISTER_STAT_GROUP_RESPONSE_TIME
Definition stat_groups.h:40
enum _st_format_type st_format_type
enum register_stat_group_e register_stat_group_t
_st_format_type
Definition stat_groups.h:55