ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 62fd2ac: Eliminate proto_tree_add_text from some plug

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 15 Nov 2014 00:41:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=62fd2acc968a63c75fe1e950dbde03f80bd96658
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

62fd2ac by Michael Mann (mmann78@xxxxxxxxxxxx):

    Eliminate proto_tree_add_text from some plugin dissector files.
    
    Change-Id: Ib2d900833a8763307be6b1cfc8df20d7019d2706
    Reviewed-on: https://code.wireshark.org/review/5313
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  ba3bc1e   VoIP calls tap ID cleanup.
    adds  62fd2ac   Eliminate proto_tree_add_text from some plugin dissector files.


Summary of changes:
 plugins/docsis/packet-docsis.c         |   11 +---
 plugins/docsis/packet-tlv.c            |  107 +++++++++++++++++++++-----------
 plugins/unistim/packet-unistim.c       |   61 +++++++++---------
 plugins/wimaxasncp/packet-wimaxasncp.c |   13 ++--
 4 files changed, 109 insertions(+), 83 deletions(-)