aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check_tfs.py
AgeCommit message (Expand)AuthorFilesLines
2022-12-30check_tfs: find entries that define value_string identical to common tfsMartin Mathieson1-5/+142
2022-02-20tools/check_*.py: allow multiple --file entriesMartin Mathieson1-6/+10
2021-08-25check_tfs: we want os.path.commonprefix, not os.path.commonpath.Guy Harris1-2/+2
2021-08-25check_tfs: don't require plugins to use tfs.c true_false_strings.Guy Harris1-15/+28
2021-07-31Check scripts: split issues into errors and warningsMartin Mathieson1-4/+12
2021-01-25check_tfs.py: Avoid duplicating list entriesMoshe Kaplan1-2/+0
2020-12-31Scripts: Check that files exist.Martin Mathieson1-0/+5
2020-10-11check_tfs.py: Also match case insensitivelyMartin Mathieson1-2/+9
2020-09-28check_typed_item_calls.py: add --consecutive flagMartin Mathieson1-3/+3
2020-09-26Fix issues discovered by common python lintersJeff Widman1-5/+5
2020-08-17TFS: Add some commonly-defined string pairs to tfs.cMartin Mathieson1-6/+37
2020-08-15check_tfs.py: Import subprocess module (needed for querying git)Martin Mathieson1-0/+1
2020-08-09Fix tfs strings that have leading or trailing space characters.Martin Mathieson1-3/+9
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-0/+179