Wireshark-commits: [Wireshark-commits] master e0fafa5: Convert conversation data_list from GSList t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 10 Feb 2017 03:42:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e0fafa54758c8d0e19df39728df0792d512c068c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e0fafa5 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Convert conversation data_list from GSList to wmem_tree.
    
    Change-Id: I7eac4b4da86d1ac1ce8753f424b698a9949df00b
    Reviewed-on: https://code.wireshark.org/review/20041
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  f8b69fb   Add wmem_map_get_keys.
    adds  e0fafa5   Convert conversation data_list from GSList to wmem_tree.


Summary of changes:
 epan/conversation.c |   99 +++++++++------------------------------------------
 epan/conversation.h |    2 +-
 2 files changed, 18 insertions(+), 83 deletions(-)