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 05516b0: Use proto_tree_add_bitmask for groups of pro

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

Commits:

05516b0 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.
    
    Part 1 of many
    
    Change-Id: I77a5789ac23388e6a5f8098dc398592f39638124
    Reviewed-on: https://code.wireshark.org/review/5532
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  e399382   Rename some hf[] display filter names to fix dups.
    adds  05516b0   Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.


Summary of changes:
 epan/dissectors/packet-3g-a11.c        |   40 ++--
 epan/dissectors/packet-6lowpan.c       |   45 ++--
 epan/dissectors/packet-9p.c            |   29 +--
 epan/dissectors/packet-afs.c           |   73 +++----
 epan/dissectors/packet-agentx.c        |   24 +-
 epan/dissectors/packet-aim-generic.c   |   16 +-
 epan/dissectors/packet-aim-messaging.c |   19 +-
 epan/dissectors/packet-aim.c           |   25 +--
 epan/dissectors/packet-aodv.c          |  246 +++++++++------------
 epan/dissectors/packet-assa_r3.c       |  373 +++++++++++++++++++-------------
 epan/dissectors/packet-bacnet.c        |   34 ++-
 epan/dissectors/packet-bat.c           |   17 +-
 epan/dissectors/packet-batadv.c        |  160 +++++++-------
 epan/dissectors/packet-bootp.c         |   17 +-
 epan/dissectors/packet-ccsds.c         |   22 +-
 epan/dissectors/packet-csm-encaps.c    |   20 +-
 16 files changed, 586 insertions(+), 574 deletions(-)