aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stat_groups.h
AgeCommit message (Collapse)AuthorFilesLines
2024-05-31Change the Telephony stat groups names to reflect their current positionJohn Thacker1-6/+6
The telephony menu items were originally under Statistics, but were moved to a top level menu (5375b5f4762c2f7a6ca7aaefac77d955433efe79). Change the name to reflect that, which also changes the Lua names. For Lua, enable use of the older, deprecated names, because Lua scripts are used across versions without recompiling. Fix #17448
2024-05-28Ignore Conversation Filter, Conversations, & Endpoints stat groupsJohn Thacker1-4/+9
The Analyze->Conversation Filter and Stat->[Conversations|Endpoints] menus have actions registered to them via epan/conversation_filter.h and epan/conversation_table.h. It doesn't make sense to allow any other method of dynamically registering to those menus, and indeed the GUI already ignores them. Make it more obvious in the documentation that these stat groups are historical and ignored. Don't bother adding them to the list of stat groups for Wireshark. Part of #17448
2023-12-06Draft: Make LTE Uu stats and graph work for NR tooMartin Mathieson1-1/+1
2022-10-07wslua: Use introspection API to generate constantsJoão Valverde1-15/+0
2022-06-27wslua: Port make-init-lua to Python3Gerald Combs1-2/+2
Port the script that creates init.lua to Python3. The generated init.lua removes one newline and adds another, otherwise the output is identical to the Perl version. Ping #18152.
2022-04-12Qt: Update our dynamic menu groups.Gerald Combs1-17/+20
Add log-specific statistics groups, and use them to limit the dynamic menu items in Wireshark and Logwolf.
2021-04-08Added statistics group for RSerPool protocols.Thomas Dreibholz1-0/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
Skipping dissectors dir for now. Change-Id: I717b66bfbc7cc81b83f8c2cbc011fcad643796aa Reviewed-on: https://code.wireshark.org/review/25694 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-08-31Convert the MTP3 stats to new "generic stat API".Gerald Combs1-0/+1
Convert both the MTP3 statistics and summary. As with the GSM stats this is mostly untested. Change-Id: I7af8d5f21c8161dc95f7f2c710f32364b6f6a431 Reviewed-on: https://code.wireshark.org/review/10338 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-09Qt: Add dynamic menu support.Gerald Combs1-1/+1
Generalize the dynamic menu code and make it possible to connect multiple types of actions to their corresponding slots. Change-Id: Ib915ad5a666310e2a6e366fada006336820d1653 Reviewed-on: https://code.wireshark.org/review/9568 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-08GTK+: Add a Telephony/ANSI menu placeholder.Gerald Combs1-0/+1
Add REGISTER_STAT_GROUP_TELEPHONY_ANSI as well, and use it to add recently updated stats. Make sure we properly escape our path separators. Change-Id: I979d5c29a82acddec1a9bcae7e3cb9c5ea3f9d33 Reviewed-on: https://code.wireshark.org/review/9564 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-03Add ServiceResponseTimeDialog.Gerald Combs1-2/+2
Add ServiceResponseTimeDialog as a subclass of TapParameterDialog, similar to StatsTreeDialog. Add initial plumbing for statistics menu items and command line invocation. Don't append "..." to menu item names. Don't add menu icons. In each case this avoids repetitive UI clutter. Change-Id: I463b95c93090160bb81d2e80b16aad389dc0bd6c Reviewed-on: https://code.wireshark.org/review/8864 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-06-08Add TapParameterDialog.Gerald Combs1-0/+6
Split StatsTreeDialog into StatsTreeDialog and TapParameterDialog (its base class). This more closely matches the GTK+ UI and paves the way for more statistics dialogs. Change-Id: I2630385534e829d99724673ade372fcb33200d07 Reviewed-on: https://code.wireshark.org/review/8842 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-07-03Sometimes Git can be a real pain.Guy Harris1-0/+76
Change-Id: Ib93575d9977162b468f171038915c1eb8a612660 Reviewed-on: https://code.wireshark.org/review/2831 Reviewed-by: Guy Harris <guy@alum.mit.edu>