http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50385
User: mmann
Date: 2013/07/05 07:22 AM
Log:
Make checkAPIs.pl a little more discerning when looking for too many proto_tree_add_text()s. I believe the intent was to ignore "small" dissectors that didn't have enough fields to qualify, but the previous logic ignored dissectors that were (almost) all proto_tree_add_text and no proto_tree_add_xxx.
I'm flexible on the definition of "small" (20 "fields"), but I think checkAPIs should flag the "all proto_tree_add_text" dissectors.
Directory: /trunk/tools/
Changes Path Action
+5 -2 checkAPIs.pl Modified