Wireshark-commits: [Wireshark-commits] master 1628bff: Get rid of proto_tree_add_debug_text() calls

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 04 Nov 2019 14:22:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1628bff78d99e7bdd434d00cb77d9f50c85d312c
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1628bff by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    Get rid of proto_tree_add_debug_text() calls
    
    This function should not be used for anything else than debug, as stated
    in its name.
    
    Bug: 15989
    Change-Id: Ie2a99f3487169fcf2d00c06e7fc5d61086f32969
    Reviewed-on: https://code.wireshark.org/review/34954
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  3c3e889   json: add application/merge-patch+json to the media types handled.
     add  1628bff   Get rid of proto_tree_add_debug_text() calls


Summary of changes:
 epan/dissectors/packet-cemi.c   | 42 ++++++++++++++---------------------------
 epan/dissectors/packet-dcerpc.c | 16 +++++++++-------
 epan/dissectors/packet-knxip.c  | 40 ++++++++++++++-------------------------
 3 files changed, 37 insertions(+), 61 deletions(-)