Wireshark-commits: [Wireshark-commits] master c5483f4: Switch follow (tables) to use wmem_tree_t in
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Feb 2017 14:27:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c5483f4213ea5fa7709e529d99348734bbfe5daf
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c5483f4 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Switch follow (tables) to use wmem_tree_t instead of (sorted) GSList.
    
    Change-Id: Iabf354d2533ae429c002b115c5de33b592019997
    Reviewed-on: https://code.wireshark.org/review/20018
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  89dfa6b   Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList.
    adds  c5483f4   Switch follow (tables) to use wmem_tree_t instead of (sorted) GSList.


Summary of changes:
 epan/epan.c         |    1 -
 epan/follow.c       |   54 +++++++++------------------------------------------
 epan/follow.h       |    7 ++-----
 ui/cli/tap-follow.c |    7 ++++---
 4 files changed, 15 insertions(+), 54 deletions(-)