aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check_tfs.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-07check_tfs.py: ignore utf-8 encoding errorsMartin Kaiser1-5/+5
2023-12-04check_tfs.py: iterate through subdirs of epan/dissectorsMartin Kaiser1-6/+7
2023-12-01check_tfs.py: show more clearly how to use tfs i.s.o. value_stringMartin Mathieson1-3/+5
2023-11-28check_tfs.py: use a set for the files to be checkedMartin Kaiser1-18/+17
2023-11-26check_tfs.py: remove unnecessary wrapperMartin Kaiser1-3/+3
2023-09-24check_tfs: ignore #if 0 ... #endif region as commentMartin Mathieson1-0/+2
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-1/+1
2023-09-05check_tfs.py: fix remaining cases where case matches exactlyMartin Mathieson1-6/+12
2023-09-02check_tfs.py: Fix an error message.dariusd01-1/+1
2023-08-15DCERPC: Update DRSUAPI supporthidd3ncod3s Sec1-0/+4
2023-06-11tools/check_*.py: Allow most of them run under WindowsMartin Mathieson1-4/+4
2023-06-10.tools/check_tfs.py: Tighten up check for vals->common tfsMartin Mathieson1-25/+195
2023-06-04check_tfs.py: Try more sanity checks on true/false stringsMartin Mathieson1-4/+26
2023-05-22check_tfs.py: allow more chars in RE, and fix issues seenMartin Mathieson1-2/+3
2023-04-18Use common tfs instead of value_stringMartin Mathieson1-7/+8
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