Wireshark-commits: [Wireshark-commits] master ad4ab2a: Convert the GSM A stats to new "generic stat

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 4 Aug 2015 23:22:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ad4ab2a3f1763c236f60aa6020c9ec4baf42f159
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ad4ab2a by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Convert the GSM A stats to new "generic stat API".
    
    These are largely untested, but the two abis captures on the wiki seem
    to work OK. The menu item names could also use some work. Patches
    welcome.
    
    Change-Id: I19a5b5fe3476b49d1dd0b684cbb7f367c6ebd4b4
    Reviewed-on: https://code.wireshark.org/review/9869
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  4d673b2   Convert Camel tap stats to new "generic stat API".
    adds  ad4ab2a   Convert the GSM A stats to new "generic stat API".


Summary of changes:
 epan/dissectors/packet-gsm_a_common.c |  363 ++++++++++++++++
 ui/gtk/CMakeLists.txt                 |    1 -
 ui/gtk/Makefile.common                |    1 -
 ui/gtk/gsm_a_stat.c                   |  770 ---------------------------------
 ui/gtk/main_menubar.c                 |   25 --
 5 files changed, 363 insertions(+), 797 deletions(-)
 delete mode 100644 ui/gtk/gsm_a_stat.c