aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-19Update list of deprecated GLib fcns;Bill Meier1-61/+85
2012-01-18Fix a typo; Remove a dup.Bill Meier1-3/+1
2012-01-18Update:Bill Meier1-1518/+1558
2012-01-16The last GMemChunk usage in Wireshark has been replaced; Error out for any su...Bill Meier1-16/+16
2011-08-17The MSDN page for ZeroMemory recommends using SecureZeroMemory instead,Gerald Combs1-0/+3
2011-08-05Using gtk_tree_view_column_get_cell_renderers is an error now.Jörg Mayer1-1/+1
2011-07-25Update comments.Anders Broman1-3/+7
2011-07-25Use gtk_widget_get_has_window() as a wrapper aroundGuy Harris1-1/+1
2011-07-25Fix a couple of typos and 'E'' mark functions mapped in old-gtk-compat.hAnders Broman1-35/+38
2011-07-24Replace deprecated functions.Anders Broman1-2/+2
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().Anders Broman1-16/+18
2011-07-11Fix more tooltips, mark gtk_tooltips_new with 'E' in checkapi.Anders Broman1-5/+5
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+2
2011-06-23Add GDK deprecated functions.Anders Broman1-86/+336
2011-05-26Inspired by one of the changes from r37406 and bug 2794: detect hf abbreviationsJeff Morriss1-0/+4
2011-04-21"Upgrade" gtk_combo to 'E'.Anders Broman1-163/+163
2011-03-29Prohibit (memory-unsafe) g_sprintf() and g_vsprintf().Jeff Morriss1-0/+2
2011-03-08W -> E for g_clist funktions.Anders Broman1-143/+143
2011-03-02As suggested by Anders: when we detect non-ASCII characters, print the lineJeff Morriss1-7/+10
2011-02-12There is a better (and faster) way to see if all the members of one list areJeff Morriss1-24/+28
2011-02-11Add a function to verify that ett_ variables are registered (or at leastJeff Morriss1-3/+99
2011-02-11Check for places where tvb_bytes_to_str() or tvb_get_bytes_to_str_punct()Jeff Morriss1-3/+7
2011-02-11Oops, put a comma backJeff Morriss1-1/+1