Wireshark-commits: [Wireshark-commits] master 17953ce: Lua: Check for no table in ProtoField unit s
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Mar 2017 20:40:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=17953ceea338598a7217edfab72f22a623d62f9f
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

17953ce by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Lua: Check for no table in ProtoField unit string
    
    When using base.UNIT_STRING in a ProtoField the table must be given.
    
    Change-Id: Ie4beb93b5597a97a99939ef2c60a1ee7ece328f2
    Reviewed-on: https://code.wireshark.org/review/20542
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  b72d866   [GSM-A-BSSMAP] Update MSG content according to 3GPP TS 48.008 V13.3.0 (2016-09) All IEs are not dissected.
    adds  17953ce   Lua: Check for no table in ProtoField unit string


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