http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22509
User: morriss
Date: 2007/08/15 08:35 PM
Log:
As discussed on the -dev list quite a while ago: a small tool to check Wireshark code (or at least parts of it) for "bad" things (C++ style comments and API/function calls that should not be used). I'm checking in because I almost missed some C++ style comments in a file I was contemplating checking in; this tool can help us (at least me) avoid such problems in the future.
Directory: /trunk/tools/
Changes Path Action
+164 -0 checkAPIs.pl Added