Wireshark-commits: [Wireshark-commits] master f15d5dd: xml: use wmem allocators and replace GHashTa

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 2 Feb 2017 21:01:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f15d5dde0b5cc0532b70279e7a7492fafe94ed3c
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f15d5dd by Dario Lombardo (lomato@xxxxxxxxx):

    xml: use wmem allocators and replace GHashTable with wmem_map_t.
    
    Change-Id: I9dbddc6fd4a5eaa458843343b3e9b8e1832bde8f
    Reviewed-on: https://code.wireshark.org/review/19630
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  f6e8894   sharkd: make it compile without libGeoIP.
    adds  f15d5dd   xml: use wmem allocators and replace GHashTable with wmem_map_t.


Summary of changes:
 epan/dissectors/packet-xml.c |  190 +++++++++++++++++++-----------------------
 epan/dissectors/packet-xml.h |    6 +-
 2 files changed, 87 insertions(+), 109 deletions(-)