Wireshark-commits: [Wireshark-commits] master 70381f7: Switch stat tap to use wmem_tree_t instead o
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Feb 2017 14:28:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=70381f774c1f8b272b18f9a5403a02e6bb05125d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

70381f7 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Switch stat tap to use wmem_tree_t instead of (sorted) GSList.
    
    Change-Id: I172167eb20793113562b69d1e0e93a4882200404
    Reviewed-on: https://code.wireshark.org/review/20019
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  c5483f4   Switch follow (tables) to use wmem_tree_t instead of (sorted) GSList.
    adds  70381f7   Switch stat tap to use wmem_tree_t instead of (sorted) GSList.


Summary of changes:
 epan/epan.c                        |    1 -
 epan/stat_tap_ui.c                 |   93 +++++++++++++++---------------------
 epan/stat_tap_ui.h                 |    5 +-
 ui/cli/tap-simple_stattable.c      |    9 ++--
 ui/cli/tshark-tap.h                |    2 +-
 ui/gtk/simple_stattable.c          |    7 +--
 ui/gtk/simple_stattable.h          |    7 +--
 ui/qt/simple_statistics_dialog.cpp |    7 +--
 ui/qt/simple_statistics_dialog.h   |    5 +-
 9 files changed, 62 insertions(+), 74 deletions(-)