aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkfiltername.pl
AgeCommit message (Collapse)AuthorFilesLines
2012-08-24Check for PFNAME #define as it is a common substitute for a literal string ↵Michael Mann1-3/+20
for the proto filter name and consider it the proto filter name. Ignore "duplicates" that are generated because a display filter is prefixed by a #define (which checkfiltername.pl is not smart enough to handle), causing an empty string svn path=/trunk/; revision=44654
2012-08-23Allow proto filter names to have a period in them and allow display filter ↵Michael Mann1-0/+26
names to use any period separated value as a prefix. For example "gmr1.foo.bar" would allow "gmr1", "gmr1.foo" and "gmr1.foo.bar" as valid prefixes. Otherwise it will be flagged as a possible error. Also added a "FILE TYPE" for proto filter names with a period so that they can be verified. Presumably only "large", possibly "meta" protocols (probably spanning multiple dissector files) will be allowed to use a period in the proto filter name. svn path=/trunk/; revision=44648
2012-08-01Add support for (ignoring) idl2wrs generated dissectors.Michael Mann1-33/+80
Add commandline options to show file line numbers of dissectors. The default is to have no line numbers shown as its easier to compare results without a minor file change causing the line number of the filter to change resulting in an unnecessary difference. Add commandline option to check filter names of automated files (default disabled). Check for underscores prefacing or following a period in filter names as this is probably a typo. Cleaned up output when checking a single file. svn path=/trunk/; revision=44182
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-08-08Fix SVN Id.Chris Maynard1-1/+1
svn path=/trunk/; revision=38412
2011-08-08From Michael Mann via bug 2794: A Perl script to expose "questionable" ↵Chris Maynard1-0/+468
display filter field names. svn path=/trunk/; revision=38411