Wireshark-commits: [Wireshark-commits] master 9067ee8: Rename new_stat_tap_ui to stat_tap_table_ui.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 29 Dec 2015 00:31:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9067ee8f5a9d986efdc2fb7da9cd8f39017af129
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9067ee8 by Guy Harris (guy@xxxxxxxxxxxx):

    Rename new_stat_tap_ui to stat_tap_table_ui.
    
    A "new" statistics tap UI is a statistics tap UI where the statistics
    are maintained as tables and common code handles the tables; what
    matters is the tables, not that it's "new".
    
    Change-Id: I7a0e63cfac98c24cd5e7dce973b9a0cc5b6a03ba
    Reviewed-on: https://code.wireshark.org/review/12897
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0c156fe   There's no "old" stat_tap_table, so remove "new_" from the name.
    adds  9067ee8   Rename new_stat_tap_ui to stat_tap_table_ui.


Summary of changes:
 asn1/ansi_map/packet-ansi_map-template.c |    6 +--
 asn1/camel/packet-camel-template.c       |    6 +--
 asn1/gsm_map/packet-gsm_map-template.c   |    6 +--
 asn1/h225/packet-h225-template.c         |    6 +--
 epan/dissectors/packet-ansi_a.c          |   12 +++---
 epan/dissectors/packet-ansi_map.c        |    6 +--
 epan/dissectors/packet-bootp.c           |    6 +--
 epan/dissectors/packet-camel.c           |    6 +--
 epan/dissectors/packet-gsm_a_common.c    |   62 +++++++++++++++---------------
 epan/dissectors/packet-gsm_map.c         |    6 +--
 epan/dissectors/packet-h225.c            |    6 +--
 epan/dissectors/packet-mtp3.c            |    6 +--
 epan/dissectors/packet-rpc.c             |    6 +--
 epan/dissectors/packet-sip.c             |    6 +--
 epan/dissectors/packet-wsp.c             |    6 +--
 epan/stat_tap_ui.c                       |   14 +++----
 epan/stat_tap_ui.h                       |   26 ++++++-------
 ui/cli/tap-simple_stattable.c            |    6 +--
 ui/gtk/simple_stattable.c                |    8 ++--
 ui/gtk/simple_stattable.h                |    2 +-
 ui/qt/simple_statistics_dialog.cpp       |    8 ++--
 ui/qt/simple_statistics_dialog.h         |    6 +--
 22 files changed, 111 insertions(+), 111 deletions(-)