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 a67d0d2: Eliminate proto_tree_add_text from packet-sn

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 28 Nov 2014 08:32:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a67d0d2a8bd5c82f3b4f7442bc887b0e6cbc12aa
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a67d0d2 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Eliminate proto_tree_add_text from packet-sna.c.
    
    Also convert many of the proto_tree_add_boolean calls into proto_tree_add_bitmask.
    
    Change-Id: I1fb2f943abed28434a2aadc48eb7e9ffb766f463
    Reviewed-on: https://code.wireshark.org/review/5523
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3f85761   RADIUS: Sync with FreeRADIUS Master
    adds  a67d0d2   Eliminate proto_tree_add_text from packet-sna.c.


Summary of changes:
 epan/dissectors/packet-sna.c |  736 +++++++++++++++++++-----------------------
 1 file changed, 334 insertions(+), 402 deletions(-)