Wireshark-commits: [Wireshark-commits] master 42b72e1: README.dissector: fix proto_tree_add_bitmask

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 20 Sep 2019 23:57:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=42b72e149a079eec281d9ca9d5800e4c5f307711
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

42b72e1 by Devan Lai (devanl@xxxxxxxxxxxxxxxxxxxx):

    README.dissector: fix proto_tree_add_bitmask_len signature
    
    proto_tree_add_bitmask_len also expects an expert information field
    to display in the event that the decodeable length is less than the
    specified length.
    
    Bug: 16061
    Change-Id: If8061b0754cd6862799ab76bf9c10e16ed5d8f38
    Reviewed-on: https://code.wireshark.org/review/34567
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  cf12ef2   gitignore: Remove leftover cruft.
     add  42b72e1   README.dissector: fix proto_tree_add_bitmask_len signature


Summary of changes:
 doc/README.dissector | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)