Wireshark-commits: [Wireshark-commits] master 2b27d91: Eliminate proto_tree_add_text from some of t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 7 Sep 2014 17:08:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2b27d91f2671d9fb9d9f8791e75d83c0cb3b73b2
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2b27d91 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Eliminate proto_tree_add_text from some of the dissectors.
    
    Other minor cleanups while in the area.
    
    Change-Id: Id8dab02df6f111c3462238c3de1bf201e037ca48
    Reviewed-on: https://code.wireshark.org/review/4022
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  f76b4d9   [Automatic manuf, services and enterprise-numbers update for 2014-09-07]
    adds  2b27d91   Eliminate proto_tree_add_text from some of the dissectors.


Summary of changes:
 epan/dissectors/packet-wifi-display.c    |   15 +++--
 epan/dissectors/packet-winsrepl.c        |   17 +++--
 epan/dissectors/packet-wtls.c            |    5 +-
 epan/dissectors/packet-wtp.c             |   11 +++-
 epan/dissectors/packet-x11.c             |   28 ++++-----
 epan/dissectors/packet-xmpp-conference.c |    4 +-
 epan/dissectors/packet-xtp.c             |   26 +++++---
 epan/dissectors/packet-xyplex.c          |    9 ++-
 epan/dissectors/packet-zbee-aps.c        |   71 +++++++++++++++++----
 epan/dissectors/packet-zbee-security.c   |   38 ++++++-----
 epan/dissectors/packet-zbee-zcl-ha.c     |    8 +--
 epan/dissectors/packet-zbee-zcl-se.c     |   42 +++++++------
 epan/dissectors/packet-ziop.c            |  101 ++++++++++++++++--------------
 13 files changed, 230 insertions(+), 145 deletions(-)