aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
AgeCommit message (Expand)AuthorFilesLines
2014-06-25Update my email address in a couple more spots.Jeff Morriss1-1/+1
2014-06-03Add a few more ad-hoc validations of the hf[] FIELDCONVERT field.Bill Meier1-2/+16
2014-05-07Error out if someone passes the address of a pointer to a *_string to VALS() ...Jeff Morriss1-0/+8
2014-04-25Support out-of-source checkapiStig Bjørlykke1-0/+6
2014-04-19Don't se_ allocate strings when mapping addresses to column strings.Guy Harris1-1/+0
2014-04-14Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan1-1/+1
2014-04-14Fix Bug 9951: 'git commit hook isn't calling checkAPIs.pl with arguments for ...Hadriel Kaplan1-0/+14
2014-04-02Revert Remove check and inverse code to display a error if there is a $Id$Alexis La Goutte1-1/+4
2014-04-01Fix checkApis perl script false positive proto_tree_add with ENC_*Hadriel Kaplan1-1/+2
2014-03-13Fix value_string checks in checkAPIs.pl.Gerald Combs1-2/+2
2014-03-13Add a check for newlines in value_strings.Gerald Combs1-81/+118
2014-02-26More tvbuff API deprecation, comment expansion, and documentation updates.Guy Harris1-0/+1
2014-02-22TVB API deprecations and cleanupEvan Huus1-6/+15
2014-02-13Don't complain if files don't have $Id$ in them.Jeff Morriss1-7/+0
2013-12-18Some proto_tree_add_xxx functions have a '_' in the function name so make sur...Michael Mann1-1/+1
2013-11-23Implement address_to_str which is like ep_address_to_str and se_address_to_strEvan Huus1-1/+3
2013-10-06Allow a "more complex" algorithm to finding proto_tree_add_text overuse. Dis...Michael Mann1-2/+17
2013-09-16Don't print a warning about missing svn id when the argument is notJörg Mayer1-1/+4
2013-09-15Tweak mq macro and checkAPI to avoid false positives - "garbage"Evan Huus1-1/+1
2013-09-15Add help optionJörg Mayer1-16/+29
2013-09-15http://url is NOT a c++ style commentJörg Mayer1-1/+1
2013-09-13OK, all the Makefiles use -build since r41943, so add that option back for now.Chris Maynard1-1/+3
2013-09-13Update the comments to match the current usage.Chris Maynard1-1/+4
2013-09-13Rename --build to --check-addtext/--nocheck-addtext for clarity.Chris Maynard1-9/+15
2013-09-05Make checkAPI notify (warnings only, for now) about deprecated emem functions.Evan Huus1-1/+61
2013-07-05Make checkAPIs.pl a little more discerning when looking for too many proto_tr...Michael Mann1-2/+5
2013-03-16flag up a warning if someone includes gcrypt.h instead of wsutil/wsgcrypt.hMartin Kaiser1-0/+24
2013-02-02Tweaks:Bill Meier1-6/+97
2012-12-18Don't do proto_tree_add_ether(..., tvb_get_ptr(...)), just use proto_tree_add...Jeff Morriss1-0/+1
2012-12-02Add SET_ADDRESS and SET_ADDRESS_HF to the list of APIs we (may--if we uncomme...Jeff Morriss1-1/+3
2012-11-29As requested by Anders on -dev: check enum_val_t's for NULL termination.Jeff Morriss1-0/+34
2012-09-19Remove #defines that provided backward source compatibilityJörg Mayer1-7/+0
2012-09-10Use non-capturing grouping when grouping just for alternatives;Bill Meier1-6/+6
2012-09-10string_strings and range_strings must also be {0, NULL} terminated.Jeff Morriss1-40/+42
2012-07-23r43756 said that _snwprintf is banned. Make it so.Jeff Morriss1-1/+2
2012-07-19Add a local errorCount variable to functions that use it, have themGuy Harris1-2/+7
2012-07-19Yup, that did it. Make use of ENC_ values in non-item proto_tree_addGuy Harris1-1/+3
2012-07-03As suggested by Jakub in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+39
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-11Prohibit strtod() (as per r 43212).Jeff Morriss1-69/+70
2012-06-03Add more depricated functionsAnders Broman1-0/+3
2012-05-31Look only for calls to strlen() within an snprintf() call (not for any fileJeff Morriss1-5/+21
2012-05-31If we're feeding the output of strlen to an snprintf-style functionGerald Combs1-1/+5
2012-05-24Followup to r42823: check for RVALS used without BASE_RANGE_STRING.Jeff Morriss1-12/+16
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-2/+6
2012-03-07Revise and enable test for hf[] FT_BOOLEAN fields with a non-zero bit mask an...Bill Meier1-8/+9
2012-03-06Add test for correct usage of hf[] FT_BOOLEAN 'display' field;Bill Meier1-0/+8
2012-03-06Prohibit using anything other than FT_BOOLEANs with true_false_strings.Jeff Morriss1-0/+8
2012-02-24g_fprintf() & g_vfprintf() should not be used....Bill Meier1-0/+4
2012-02-08As suggested by Joerg on the -dev list yesterday: count up the number ofJeff Morriss1-1/+39