URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=28e8ce59cc5d83fdf426d56924fe01edd31d480d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
28e8ce5 by Michael Mann (mmann78@xxxxxxxxxxxx):
    Add proto_tree_add_subtree and proto_tree_add_subtree_format
    
    This is intended as a replacement for all of the proto_tree_add_text followed by proto_item_add_subtree calls.
    
    Change-Id: I892136d7b9d8b4e100996097eff62ce7af9512d2
    Reviewed-on: https://code.wireshark.org/review/2472
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  ee2885f   add cast to fix buildbot
    adds  28e8ce5   Add proto_tree_add_subtree and proto_tree_add_subtree_format
Summary of changes:
 epan/proto.c |   37 +++++++++++++++++++++++++++++++++++++
 epan/proto.h |   29 +++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)