aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-04-11 15:23:29 -0700
committerGerald Combs <gerald@wireshark.org>2022-04-12 12:14:03 -0700
commitca04f4c8cb8622a7195cc80abbf9d1ecb1f1b445 (patch)
tree6d47cfb70672a0ef626b82ceebec08ff7e7dfa33 /test
parent8746eea297356bcdbe234a6f072bfcb950e2142d (diff)
Qt: Update our dynamic menu groups.
Add log-specific statistics groups, and use them to limit the dynamic menu items in Wireshark and Logwolf.
Diffstat (limited to 'test')
-rw-r--r--test/lua/globals_2.2.txt27
1 files changed, 16 insertions, 11 deletions
diff --git a/test/lua/globals_2.2.txt b/test/lua/globals_2.2.txt
index e319bd21de..a6d3ab5231 100644
--- a/test/lua/globals_2.2.txt
+++ b/test/lua/globals_2.2.txt
@@ -393,18 +393,23 @@
["__typeof"] = "Listener"
}
},
- ["MENU_ANALYZE_CONVERSATION"] = 1,
- ["MENU_ANALYZE_UNSORTED"] = 0,
- ["MENU_STAT_CONVERSATION"] = 4,
- ["MENU_STAT_ENDPOINT"] = 5,
- ["MENU_STAT_GENERIC"] = 3,
- ["MENU_STAT_RESPONSE"] = 6,
- ["MENU_STAT_TELEPHONY"] = 7,
- ["MENU_STAT_TELEPHONY_GSM"] = 8,
- ["MENU_STAT_TELEPHONY_LTE"] = 9,
- ["MENU_STAT_TELEPHONY_SCTP"] = 10,
+ ["MENU_PACKET_ANALYZE_UNSORTED"] = 0,
+ ["MENU_ANALYZE_CONVERSATION_FILTER"] = 1,
["MENU_STAT_UNSORTED"] = 2,
- ["MENU_TOOLS_UNSORTED"] = 11,
+ ["MENU_STAT_GENERIC"] = 3,
+ ["MENU_STAT_CONVERSATION_LIST"] = 4,
+ ["MENU_STAT_ENDPOINT_LIST"] = 5,
+ ["MENU_STAT_RESPONSE_TIME"] = 6,
+ ["MENU_STAT_RSERPOOL"] = 7,
+ ["MENU_STAT_TELEPHONY"] = 8,
+ ["MENU_STAT_TELEPHONY_ANSI"] = 9,
+ ["MENU_STAT_TELEPHONY_GSM"] = 10,
+ ["MENU_STAT_TELEPHONY_LTE"] = 11,
+ ["MENU_STAT_TELEPHONY_MTP3"] = 12,
+ ["MENU_STAT_TELEPHONY_SCTP"] = 13,
+ ["MENU_TOOLS_UNSORTED"] = 14,
+ ["MENU_LOG_ANALYZE_UNSORTED"] = 15,
+ ["MENU_LOG_STAT_UNSORTED"] = 16,
["NSTime"] = '<filtered>',
["PI_ASSUMPTION"] = 218103808,
["PI_CHAT"] = 2097152,