ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master e6c87fe: convert to proto_tree_add_subtree[_format] f

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 10 Jul 2014 01:51:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e6c87fe6b13f43d0c74ea8516d83a38ea4317688
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e6c87fe by Michael Mann (mmann78@xxxxxxxxxxxx):

    convert to proto_tree_add_subtree[_format] for plugin dissectors
    
    Change-Id: I13924c5a2f056688a42cdee25654d82c056b5f97
    Reviewed-on: https://code.wireshark.org/review/2974
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  9b182b7   Revert "See if we can get rid of the "lib" in front of "wsutil" on Windows."
    adds  e6c87fe   convert to proto_tree_add_subtree[_format] for plugin dissectors


Summary of changes:
 epan/proto.h                                |    4 +-
 plugins/docsis/packet-bpkmattr.c            |   32 +---
 plugins/docsis/packet-dccack.c              |    3 +-
 plugins/docsis/packet-dccreq.c              |   12 +-
 plugins/docsis/packet-dccrsp.c              |    8 +-
 plugins/docsis/packet-dcd.c                 |   21 +--
 plugins/docsis/packet-docsis.c              |   15 +-
 plugins/docsis/packet-mdd.c                 |   19 +--
 plugins/docsis/packet-tlv-cmctrl.c          |   12 +-
 plugins/docsis/packet-tlv.c                 |  238 +++++++++------------------
 plugins/docsis/packet-type29ucd.c           |   15 +-
 plugins/docsis/packet-ucd.c                 |    5 +-
 plugins/docsis/packet-vendor.c              |    5 +-
 plugins/ethercat/packet-ecatmb.c            |    3 +-
 plugins/ethercat/packet-ethercat-datagram.c |   11 +-
 plugins/gryphon/packet-gryphon.c            |   81 +++------
 plugins/mate/packet-mate.c                  |   20 +--
 plugins/opcua/opcua_simpletypes.c           |   50 +++---
 plugins/opcua/opcua_transport_layer.c       |   18 +-
 plugins/profinet/packet-dcerpc-pn-io.c      |    3 +-
 plugins/profinet/packet-dcom-cba-acco.c     |   10 +-
 plugins/unistim/packet-unistim.c            |   45 ++---
 plugins/wimax/msg_dlmap.c                   |  230 +++++++++-----------------
 plugins/wimax/msg_ulmap.c                   |  217 ++++++++----------------
 plugins/wimax/packet-wmx.c                  |   10 +-
 plugins/wimaxasncp/packet-wimaxasncp.c      |   42 ++---
 plugins/wimaxmacphy/packet-wimaxmacphy.c    |  212 ++++++++++--------------
 27 files changed, 471 insertions(+), 870 deletions(-)