URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=42cac8dcfd9d98791e0aecfc69fc609478e5f79b Submitter: "Anders Broman <a.broma...@gmail.com>" Changed: branch: master Repository: wireshark
Commits: 42cac8d by Martin Mathieson (martin.mathie...@keysight.com): check_typed_item_calls.py: add optional checks for labels and bitmask. Most of the detected non-contiguous mask bitmasks seem to be valid - they often represent multiple unassigned/reserved bits that have been conflated into one hf item. A set of exceptions has been added to the script - a couple of genuine buts will be addressed presently in a separate commit. Change-Id: I87fcf6ee532819097c2daf20b4b1338abb4402d8 Reviewed-on: https://code.wireshark.org/review/38103 Reviewed-by: Martin Mathieson <martin.r.mathie...@googlemail.com> Petri-Dish: Martin Mathieson <martin.r.mathie...@googlemail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broma...@gmail.com> Actions performed: from d97aedb Fix a couple of item bitmasks where bit positions were ommitted in error. add 42cac8d check_typed_item_calls.py: add optional checks for labels and bitmask. Summary of changes: tools/check_typed_item_calls.py | 135 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 125 insertions(+), 10 deletions(-) ___________________________________________________________________________ Sent via: Wireshark-commits mailing list <wireshark-commits@wireshark.org> Archives: https://www.wireshark.org/lists/wireshark-commits Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe