Wireshark-commits: [Wireshark-commits] master-1.12 8cb0d78: Lua: all protocol tree entries expand/c
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Jul 2015 04:28:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8cb0d78a678ccc67ac2c25a75415c5933e6b6226
Submitter: Hadriel Kaplan (hadrielk@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

8cb0d78 by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Lua: all protocol tree entries expand/contract together
    
    Make each Lua Proto object have an alloacted ett value, so
    that they expand/contract only for the same protocol.
    
    Bug: 11356
    Change-Id: I68fb3ff00e080b47d540344aba2554e392b7f1c4
    Reviewed-on: https://code.wireshark.org/review/9611
    Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    (cherry picked from commit 00b34f45ca7308a87fc765b26936fcdf9b980d0e)
    Reviewed-on: https://code.wireshark.org/review/9618
    

Actions performed:

    from  693ae12   [Automatic update for 2015-07-12]
    adds  8cb0d78   Lua: all protocol tree entries expand/contract together


Summary of changes:
 epan/wslua/wslua_proto.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)