Wireshark-commits: [Wireshark-commits] master 525fd71: proto_tree_add_boolean -> proto_tree_add_bit
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 15 Jun 2016 15:18:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=525fd71b367cc733535e25611728dbf18c7e98ff
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

525fd71 by Michael Mann (mmann78@xxxxxxxxxxxx):

    proto_tree_add_boolean -> proto_tree_add_bitmask_list_value
    
    Change-Id: Ic644042d238b5f2abcd874bca92c6dea55804ba9
    Reviewed-on: https://code.wireshark.org/review/15913
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  d25a60c   More Sysdig / system event support.
    adds  525fd71   proto_tree_add_boolean -> proto_tree_add_bitmask_list_value


Summary of changes:
 epan/dissectors/asn1/ldap/packet-ldap-template.c |   29 ++--
 epan/dissectors/packet-aim.c                     |   46 ++++---
 epan/dissectors/packet-bootp.c                   |  156 ++++++++++++++--------
 epan/dissectors/packet-bpdu.c                    |   30 ++---
 epan/dissectors/packet-dec-dnart.c               |   40 +++---
 epan/dissectors/packet-dtn.c                     |   45 ++++---
 epan/dissectors/packet-frame.c                   |   28 ++--
 epan/dissectors/packet-ldap.c                    |   35 +++--
 epan/dissectors/packet-sita.c                    |   49 ++++---
 epan/dissectors/packet-smb.c                     |   45 ++++---
 epan/dissectors/packet-windows-common.c          |  151 ++++++---------------
 11 files changed, 322 insertions(+), 332 deletions(-)