http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44648
User: mmann
Date: 2012/08/23 02:31 PM
Log:
Allow proto filter names to have a period in them and allow display filter 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.
Directory: /trunk/tools/
Changes Path Action
+26 -0 checkfiltername.pl Modified