Wireshark-commits: [Wireshark-commits] master 3a9933c: wslua: Add ProtoField.char()

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Oct 2019 07:40:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3a9933c52fdbc6c941ded112eeadc71c786f8f64
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3a9933c by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    wslua: Add ProtoField.char()
    
    ProtoField.new() already support ftypes.CHAR, so add ProtoField.char()
    to complete the support for FT_CHAR in Lua.
    
    Change-Id: I0568f874fd667f834584a07af14bdda9bb03856b
    Reviewed-on: https://code.wireshark.org/review/34784
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  efe1b0b   Lua: Use space for indent
     add  3a9933c   wslua: Add ProtoField.char()


Summary of changes:
 epan/wslua/wslua_proto_field.c | 33 +++++++++++++++++++++++++++++----
 1 file changed, 29 insertions(+), 4 deletions(-)