Wireshark-commits: [Wireshark-commits] master-2.0 76a8009: Lua: Added support for ProtoField framen

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 15 Nov 2015 18:33:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=76a8009e5537c8d76fb1fb7eb5458d880c363c6e
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

76a8009 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Lua: Added support for ProtoField framenum type.
    
    Change-Id: I1d4cddd4026f08416005f2b3212536b3984d1a8d
    Reviewed-on: https://code.wireshark.org/review/11834
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit e6b5f015e219f3968897adba0d6440945ff45b8e)
    Reviewed-on: https://code.wireshark.org/review/11844
    

Actions performed:

    from  5d41bb3   udp: Don't mark zero checksum illegal when in_error_pkt.
    adds  76a8009   Lua: Added support for ProtoField framenum type.


Summary of changes:
 epan/ftypes/ftypes.h           |    3 ++-
 epan/proto.c                   |    7 ++++++-
 epan/wslua/make-init-lua.pl    |   10 +++++++++-
 epan/wslua/template-init.lua   |    3 +++
 epan/wslua/wslua_proto_field.c |   30 ++++++++++++++++++++++++++----
 5 files changed, 46 insertions(+), 7 deletions(-)