Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master c71e88e: convert to proto_tree_add_subtree[_format]

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 6 Jul 2014 18:26:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c71e88e4a9ad00600627b27ec6bd68cd3a929c58
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c71e88e by Michael Mann (mmann78@xxxxxxxxxxxx):

    convert to proto_tree_add_subtree[_format]
    
    Change-Id: I3efa2a81ab2685cde6eae0a00b24520478a545ce
    Reviewed-on: https://code.wireshark.org/review/2900
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  be4d42c   Widen openflow variables and check for underflows
    adds  c71e88e   convert to proto_tree_add_subtree[_format]


Summary of changes:
 epan/dissectors/packet-v52.c            |  548 ++++++++++++-------------------
 epan/dissectors/packet-v5ua.c           |   10 +-
 epan/dissectors/packet-vcdu.c           |   13 +-
 epan/dissectors/packet-vnc.c            |   54 +--
 epan/dissectors/packet-vp8.c            |   14 +-
 epan/dissectors/packet-vtp.c            |   15 +-
 epan/dissectors/packet-wassp.c          |    7 +-
 epan/dissectors/packet-wbxml.c          |    5 +-
 epan/dissectors/packet-wccp.c           |   92 ++----
 epan/dissectors/packet-wifi-display.c   |   10 +-
 epan/dissectors/packet-wifi-p2p.c       |   13 +-
 epan/dissectors/packet-windows-common.c |   49 ++-
 epan/dissectors/packet-winsrepl.c       |   82 ++---
 epan/dissectors/packet-wol.c            |    5 +-
 epan/dissectors/packet-wow.c            |    5 +-
 epan/dissectors/packet-wps.c            |   12 +-
 epan/dissectors/packet-wsmp.c           |    7 +-
 epan/dissectors/packet-wsp.c            |   15 +-
 18 files changed, 360 insertions(+), 596 deletions(-)