Wireshark-commits: [Wireshark-commits] master e172ebb: Add proto_tree_add_bitmask_with_flags.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 8 Dec 2014 01:13:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e172ebb3b4a15fb55f698eff5df33a29b1a8f249
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e172ebb by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add proto_tree_add_bitmask_with_flags.
    
    It's proto_tree_add_bitmask with the ability to control the data appended to header.
    
    Change-Id: Icce97437ba7cfc9158ec204a837da8db8138424a
    Reviewed-on: https://code.wireshark.org/review/5533
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  75cdf92   802.11: fix indent (use 2 spaces) and modelines for 802.11 h file
    adds  e172ebb   Add proto_tree_add_bitmask_with_flags.


Summary of changes:
 debian/libwireshark0.symbols |    1 +
 epan/proto.c                 |   24 ++++++++++++++++++++++++
 epan/proto.h                 |   26 ++++++++++++++++++++++++++
 tools/fix-encoding-args.pl   |    2 ++
 4 files changed, 53 insertions(+)