Wireshark-commits: [Wireshark-commits] master 03802cc: Convert H.225 tap stats to new "generic stat

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

Commits:

03802cc by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Convert H.225 tap stats to new "generic stat API".
    
    Migrate the H.225 stats similar to the recent BOOTP migration.
    
    Change-Id: I70ff7ab6cf3e9796f257412ba7d65ec9fe7f77ad
    Reviewed-on: https://code.wireshark.org/review/9859
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  632b402   Zero stat table elements instead of freeing them.
    adds  03802cc   Convert H.225 tap stats to new "generic stat API".


Summary of changes:
 asn1/h225/packet-h225-template.c |  441 +++++++++++++++++++++++++++-
 asn1/h225/packet-h225-template.h |    2 +-
 epan/dissectors/packet-bootp.c   |    2 +-
 epan/dissectors/packet-h225.c    |  451 +++++++++++++++++++++++++++--
 epan/dissectors/packet-h225.h    |    2 +-
 epan/stat_tap_ui.c               |    2 +-
 epan/stat_tap_ui.h               |    2 +-
 ui/gtk/CMakeLists.txt            |    1 -
 ui/gtk/Makefile.common           |    1 -
 ui/gtk/h225_counter.c            |  594 --------------------------------------
 ui/gtk/tap_param_dlg.h           |    2 +-
 11 files changed, 863 insertions(+), 637 deletions(-)
 delete mode 100644 ui/gtk/h225_counter.c