Wireshark-commits: [Wireshark-commits] master db5c8e1: wmem_list: add wmem_list_insert_sorted.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Feb 2017 12:44:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=db5c8e1ae185730cb83d2175841e4a5314b04c32
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

db5c8e1 by Dario Lombardo (lomato@xxxxxxxxx):

    wmem_list: add wmem_list_insert_sorted.
    
    This mimics the function g_list_insert_sorted.
    
    Change-Id: I6f7ac01155588006662c8c0c138d88cea753868c
    Reviewed-on: https://code.wireshark.org/review/19978
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  40fe50f   RSVDv2 support - 1st stage
    adds  db5c8e1   wmem_list: add wmem_list_insert_sorted.


Summary of changes:
 epan/wmem/wmem_list.c |   47 ++++++++++++++++++++++++++++++++++++
 epan/wmem/wmem_list.h |    5 ++++
 epan/wmem/wmem_test.c |   63 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 115 insertions(+)