Wireshark-commits: [Wireshark-commits] master 7c9d6ff: Lua: replace proto_tree_add_text calls

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 4 Jan 2015 09:07:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c9d6ff73a40e3ebdf00650283ea87a66d1312ee
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7c9d6ff by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Lua: replace proto_tree_add_text calls
    
    Replace proto_tree_add_text() calls in Lua API code, to use Lua-specific hfinfo items.
    
    Bug: 10828
    Change-Id: I9b5899106502a9bdbc748b5ec0f27b787d374562
    Reviewed-on: https://code.wireshark.org/review/6296
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  2ef85f5   WiFi Display: fix no previous prototype for ... [-Wmissing-prototypes]
    adds  7c9d6ff   Lua: replace proto_tree_add_text calls


Summary of changes:
 epan/wslua/init_wslua.c |   24 ++++++++++++++++++++++--
 epan/wslua/wslua.h      |    1 +
 epan/wslua/wslua_tree.c |    9 ++++++++-
 3 files changed, 31 insertions(+), 3 deletions(-)