Wireshark-commits: [Wireshark-commits] master fac8356: Make all Lua code use wmem not emem

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 4 Jan 2015 21:02:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fac8356610fadf488ff92c5a22e5177bb33a2511
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fac8356 by Hadriel Kaplan (hadriel@xxxxxxxxxxxxxxxxx):

    Make all Lua code use wmem not emem
    
    Changed all remaining code in wslua that was using emem, to use wmem or
    simpler methods.
    
    Bug: 9927
    Change-Id: I3d19a770e0fd77d996bdb6b61a76a722cc2bcd55
    Reviewed-on: https://code.wireshark.org/review/6109
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5653fce   No *pcap should have pcap_open() without the other remote extensions.
    adds  fac8356   Make all Lua code use wmem not emem


Summary of changes:
 debian/libwireshark0.symbols |    3 +++
 epan/addr_resolv.c           |   22 ++++++++++++++++++++++
 epan/addr_resolv.h           |    7 +++++++
 epan/to_str.c                |   27 +++++++++++++++++++++++++++
 epan/to_str.h                |    5 +++++
 epan/tvbuff.c                |    9 +++++++++
 epan/tvbuff.h                |    6 ++++++
 epan/wslua/wslua_field.c     |    1 -
 epan/wslua/wslua_gui.c       |    7 ++-----
 epan/wslua/wslua_listener.c  |   14 ++++++--------
 epan/wslua/wslua_pinfo.c     |    9 ++++++---
 epan/wslua/wslua_proto.c     |    9 +++------
 epan/wslua/wslua_tree.c      |   14 ++++++--------
 epan/wslua/wslua_tvb.c       |   25 +++++++++++++++----------
 14 files changed, 117 insertions(+), 41 deletions(-)