Wireshark-commits: [Wireshark-commits] master 381966b: Replace proto_tree_add_text in non-generated
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Oct 2014 16:55:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=381966b6c490d3e6a1ef750c7616ddf95e1dcfd4
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

381966b by Hannes Mezger (hannes.mezger@xxxxxxxxxxx):

    Replace proto_tree_add_text in non-generated files
    
    As requested by Michael Mann, most of the occurences of proto_tree_add_text/proto_item_add_subtree are replaced with proto_tree_add_subtree(_format) or proto_tree_add_item/proto_item_append_text in the non-generated files.
    
    Change-Id: I27cccde88780adef43c78efd26333f47af098ad6
    Reviewed-on: https://code.wireshark.org/review/4726
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  14b75d8   ETSI CAT: fix a typo and remove deprecated API call
    adds  381966b   Replace proto_tree_add_text in non-generated files


Summary of changes:
 plugins/opcua/opcua_extensionobjecttable.c |    5 +-
 plugins/opcua/opcua_simpletypes.c          |   70 +++++++++++++++-------------
 2 files changed, 39 insertions(+), 36 deletions(-)