aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check_dissector_urls.py
AgeCommit message (Collapse)AuthorFilesLines
2020-07-15cppcheck.sh and check_dissector_urls.py: Show which files are being examined.Martin Mathieson1-6/+19
Change-Id: Ib5ecb215050dea6bf2f03014d544dac49e56fe12 Reviewed-on: https://code.wireshark.org/review/37865 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2020-07-12check_dissector_urls.py: Add options to control which files to scanMartin Mathieson1-66/+131
The intention is to try to run this on the Petri-dish buildbot, where it could run with '--commits 1' to warn about files touched in the most recent commit. Change-Id: Ie924d39e093d1fef8cfbdf02d15bbede386b2862 Reviewed-on: https://code.wireshark.org/review/37826 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-0/+199
Prefer: - html (rather than txt) - https Also includes the script check_dissector_urls.py, that can be used to find links in code and test them. Change-Id: Iafd8bb8948674a38ad5232bf5b5432ffb2b1251b Reviewed-on: https://code.wireshark.org/review/36821 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>