Wireshark-commits: [Wireshark-commits] master d7c3edd: Lua: replace deprecated functions

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 3 Jan 2015 13:18:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7c3edd39c8f90c5d5878db1fdf758867957d3cb
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d7c3edd by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Lua: replace deprecated functions
    
    Remove deprecated functions from Lua API code: tvb_length and
    tvb_length_remaining. The calls to proto_tree_add_text() are
    left in, as I have no idea what to replace them with. The calls
    to ep_* are being left in, as they're removed by change-id
    I3d19a770e0fd77d996bdb6b61a76a722cc2bcd55.
    
    Bug: 10822
    Change-Id: Ib0686f90be1edc892d3ecf401b91eb7484540b3e
    Reviewed-on: https://code.wireshark.org/review/6247
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  61c6fb8   Remove the probes from packet-kerberos.c.
    adds  d7c3edd   Lua: replace deprecated functions


Summary of changes:
 epan/wslua/init_wslua.c      |    2 +-
 epan/wslua/wslua_internals.c |    2 --
 epan/wslua/wslua_struct.c    |    1 -
 epan/wslua/wslua_tvb.c       |   22 +++++++++++-----------
 4 files changed, 12 insertions(+), 15 deletions(-)