Wireshark-commits: [Wireshark-commits] master 00b34f4: Lua: all protocol tree entries expand/contra

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Jul 2015 04:23:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=00b34f45ca7308a87fc765b26936fcdf9b980d0e
Submitter: Hadriel Kaplan (hadrielk@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

00b34f4 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>
    

Actions performed:

    from  a8f3b3d   Don't copy the entire framework.
    adds  00b34f4   Lua: all protocol tree entries expand/contract together


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