Wireshark-commits: [Wireshark-commits] master d1d5bf1: Replace proto_tree_add_text in dissector hea

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 2 Jan 2015 22:11:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d1d5bf121e3fa4571b25c1bfd5a00f859d997e34
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d1d5bf1 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Replace proto_tree_add_text in dissector header files where it was used in a macro that should be expert info.
    
    Change-Id: I045368a0a91586231fc4b1e2700c2275088b76af
    Reviewed-on: https://code.wireshark.org/review/6244
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5eecf81   Don't define a stub read_keytab_file() on Windows if we don't have Kerberos.
    adds  d1d5bf1   Replace proto_tree_add_text in dissector header files where it was used in a macro that should be expert info.


Summary of changes:
 asn1/h235/packet-h235-template.c       |    2 +-
 debian/libwireshark0.symbols           |    1 +
 epan/dissectors/packet-ber.h           |    6 -
 epan/dissectors/packet-bssgp.c         |  477 ++++++++++++++++----------------
 epan/dissectors/packet-gsm_a_bssmap.c  |  406 +++++++++++++--------------
 epan/dissectors/packet-gsm_a_common.c  |   38 +--
 epan/dissectors/packet-gsm_a_common.h  |   49 +---
 epan/dissectors/packet-gsm_a_dtap.c    |  168 +++++------
 epan/dissectors/packet-gsm_a_gm.c      |  128 ++++-----
 epan/dissectors/packet-gsm_a_rp.c      |   33 ++-
 epan/dissectors/packet-gsm_a_rr.c      |   64 ++---
 epan/dissectors/packet-gsm_bsslap.c    |   41 ++-
 epan/dissectors/packet-gsm_bssmap_le.c |   26 +-
 epan/dissectors/packet-gsm_sms.c       |   10 -
 epan/dissectors/packet-h235.c          |    2 +-
 epan/dissectors/packet-nas_eps.c       |  113 ++++----
 epan/dissectors/packet-per.c           |   38 ++-
 epan/dissectors/packet-per.h           |    7 +-
 epan/dissectors/packet-sgsap.c         |  141 +++++-----
 19 files changed, 887 insertions(+), 863 deletions(-)