Wireshark-commits: [Wireshark-commits] master d8db564: lua: Added support for FT_IPv6 fields

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 25 Oct 2016 19:18:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d8db5646efc17dec73426e3745a9c9ef704a91c7
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d8db564 by Snaipe (franklinmathieu@xxxxxxxxx):

    lua: Added support for FT_IPv6 fields
    
    * Implement Tvb:ipv6()
    * Handle FT_IPv6 protofields during insertion in the lua tree
    * Implement Address.ipv6(hostname)
    
    Change-Id: I585c392681b3aef02ed8ee956f74051d77fb28d4
    Signed-off-by: Franklin "Snaipe" Mathieu <snaipe@xxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/18442
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  60a926d   pop: use ws_strtoi function.
    adds  d8db564   lua: Added support for FT_IPv6 fields


Summary of changes:
 epan/wslua/wslua_address.c |   25 +++++++++++++++++--------
 epan/wslua/wslua_tree.c    |   22 ++++++++++++++++++++--
 epan/wslua/wslua_tvb.c     |   24 ++++++++++++++++++++++++
 test/lua/tvb.lua           |   44 +++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 104 insertions(+), 11 deletions(-)