Wireshark-commits: [Wireshark-commits] master 984f87a: Eliminate proto_tree_add_text from some diss

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 24 Aug 2015 06:24:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=984f87aba78ffd1359c4b24a2c64c886f9d791c6
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

984f87a by Michael Mann (mmann78@xxxxxxxxxxxx):

    Eliminate proto_tree_add_text from some dissectors
    
    Change-Id: Id710ab10093227b27ef5f18b0d2960e31d0b95a9
    Reviewed-on: https://code.wireshark.org/review/10200
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  296b9cf   Add some symbols to wtap.h so that we can correctly support 802.11ad. Currently there are a lot of local hacks in the 802.11ad support and better support can be provided.
    adds  984f87a   Eliminate proto_tree_add_text from some dissectors


Summary of changes:
 epan/dissectors/packet-selfm.c |   17 +++-
 epan/dissectors/packet-smb.c   |  151 +++++++++++++++++--------------
 epan/dissectors/packet-ua3g.c  |  194 +++++++++++++++++++++-------------------
 3 files changed, 201 insertions(+), 161 deletions(-)