Wireshark-commits: [Wireshark-commits] master 3fa5625: Eliminate proto_tree_add_text from some diss
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 3 Aug 2014 16:29:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3fa5625ea074908d5617111a7edfcf6d95e6108a
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3fa5625 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Eliminate proto_tree_add_text from some dissectors.
    
    Change-Id: Ib6024307e85d6c23decf40e9759f549c19ffe136
    Reviewed-on: https://code.wireshark.org/review/3318
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  7a7a72e   Fix TCP/UDP/SCTP conversations broken by g59ef97d and g31ecdf5
    adds  3fa5625   Eliminate proto_tree_add_text from some dissectors.


Summary of changes:
 epan/dissectors/packet-9p.c         |   79 ++++++++++++++++++-------------
 epan/dissectors/packet-a21.c        |   33 ++++++-------
 epan/dissectors/packet-acap.c       |   43 ++++++++++++-----
 epan/dissectors/packet-actrace.c    |   19 ++++----
 epan/dissectors/packet-alcap.c      |   38 +++------------
 epan/dissectors/packet-amqp.c       |   30 ++++++++----
 epan/dissectors/packet-aodv.c       |   57 ++++++++++++-----------
 epan/dissectors/packet-ar_drone.c   |    2 +-
 epan/dissectors/packet-arcnet.c     |    8 +++-
 epan/dissectors/packet-artnet.c     |   16 +++++--
 epan/dissectors/packet-aruba-papi.c |   87 +++++++++++++++++++----------------
 epan/dissectors/packet-atm.c        |   17 +++++--
 epan/dissectors/packet-auto_rp.c    |   28 +++++++++--
 13 files changed, 260 insertions(+), 197 deletions(-)