Wireshark-commits: [Wireshark-commits] master f8b69fb: Add wmem_map_get_keys.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 9 Feb 2017 22:05:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f8b69fb349986dce4ae77da9455cd12ba804797d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f8b69fb by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add wmem_map_get_keys.
    
    Mimic functionality of g_hash_table_get_keys
    
    Change-Id: I7702854ed771a5b3bf7ea5295a67c42f0f477cdf
    Reviewed-on: https://code.wireshark.org/review/20039
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  e3128d9   Add wmem_map_steal
    adds  f8b69fb   Add wmem_map_get_keys.


Summary of changes:
 debian/libwireshark0.symbols |    1 +
 epan/wmem/wmem_map.c         |   24 ++++++++++++++++++++++++
 epan/wmem/wmem_map.h         |   10 ++++++++++
 3 files changed, 35 insertions(+)