Wireshark-commits: [Wireshark-commits] master 56aaa5b: Switch conversations to use wmem_tree_t inst
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=56aaa5b705fc87830a0f74f0ad34997ed76f7c92
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
56aaa5b by Michael Mann (mmann78@xxxxxxxxxxxx):
    Switch conversations to use wmem_tree_t instead of (sorted) GSList.
    
    Change-Id: Ifaf25ca5a7974f1d398ceebbb4c6733d4d3e001a
    Reviewed-on: https://code.wireshark.org/review/20006
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  cfa5001   gsm_rr_csn_flag -> proto_tree_add_bits_item when not using return value (CID-281350).
    adds  56aaa5b   Switch conversations to use wmem_tree_t instead of (sorted) GSList.
Summary of changes:
 debian/libwireshark0.symbols   |    2 +-
 epan/conversation_table.c      |   80 ++++++++++++----------------------------
 epan/conversation_table.h      |   18 ++-------
 epan/epan.c                    |    1 -
 sharkd_session.c               |   26 ++++---------
 ui/gtk/conversations_table.c   |    9 +++--
 ui/gtk/hostlist_table.c        |   10 +++--
 ui/gtk/main_menubar.c          |   22 ++++++-----
 ui/qt/conversation_dialog.cpp  |    2 +-
 ui/qt/endpoint_dialog.cpp      |    2 +-
 ui/qt/traffic_table_dialog.cpp |   47 ++++++++++++++++-------
 ui/qt/traffic_table_dialog.h   |    1 +
 12 files changed, 94 insertions(+), 126 deletions(-)