Wireshark-commits: [Wireshark-commits] master 8ccf65b: Eliminate proto_tree_add_text from a few dis

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 4 Jun 2015 06:23:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8ccf65bfb2444ce1cb3c4d0819d9657fface9fe9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8ccf65b by Michael Mann (mmann78@xxxxxxxxxxxx):

    Eliminate proto_tree_add_text from a few dissectors.
    
    Change-Id: Ia6b62fae76ae76a2859ec47229e1c299bddb5a31
    Reviewed-on: https://code.wireshark.org/review/8749
    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  524ed1d   WCCP: Fix up storing and decoding of IP addresses.
    adds  8ccf65b   Eliminate proto_tree_add_text from a few dissectors.


Summary of changes:
 epan/dissectors/packet-ber.c     |   21 +--
 epan/dissectors/packet-cfdp.c    |   96 ++++++++----
 epan/dissectors/packet-cops.c    |   73 +++++----
 epan/dissectors/packet-dccp.c    |  317 ++++++++++++++++++--------------------
 epan/dissectors/packet-fcfcs.c   |  162 +++++++++----------
 epan/dissectors/packet-iso7816.c |   73 +++++----
 epan/dissectors/packet-rtmpt.c   |   38 +++--
 7 files changed, 409 insertions(+), 371 deletions(-)