aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
AgeCommit message (Expand)AuthorFilesLines
2012-07-23r43756 said that _snwprintf is banned. Make it so.morriss1-1/+2
2012-07-19Add a local errorCount variable to functions that use it, have themguy1-2/+7
2012-07-19Yup, that did it. Make use of ENC_ values in non-item proto_tree_addguy1-1/+3
2012-07-03As suggested by Jakub in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...morriss1-0/+39
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-59/+91
2012-03-07Revise and enable test for hf[] FT_BOOLEAN fields with a non-zero bit mask an...wmeier1-8/+9
2012-03-06Add test for correct usage of hf[] FT_BOOLEAN 'display' field;wmeier1-0/+8
2012-03-06Prohibit using anything other than FT_BOOLEANs with true_false_strings.morriss1-0/+8
2012-02-24g_fprintf() & g_vfprintf() should not be used....wmeier1-0/+4
2012-02-08As suggested by Joerg on the -dev list yesterday: count up the number ofmorriss1-1/+39
2012-01-19Update list of deprecated GLib fcns;wmeier1-61/+85
2012-01-18Fix a typo; Remove a dup.wmeier1-3/+1
2012-01-18Update:wmeier1-1518/+1558
2012-01-16The last GMemChunk usage in Wireshark has been replaced; Error out for any su...wmeier1-16/+16
2011-08-17The MSDN page for ZeroMemory recommends using SecureZeroMemory instead,gerald1-0/+3
2011-08-05Using gtk_tree_view_column_get_cell_renderers is an error now.jmayer1-1/+1
2011-07-25Update comments.etxrab1-3/+7
2011-07-25Use gtk_widget_get_has_window() as a wrapper aroundguy1-1/+1
2011-07-25Fix a couple of typos and 'E'' mark functions mapped in old-gtk-compat.hetxrab1-35/+38
2011-07-24Replace deprecated functions.etxrab1-2/+2
2011-07-14Replace deprecated gdk_pixmap_unref() with g_object_unref().etxrab1-16/+18
2011-07-11Fix more tooltips, mark gtk_tooltips_new with 'E' in checkapi.etxrab1-5/+5
2011-06-28Replace all strerror() with g_strerror().stig1-1/+2
2011-06-23Add GDK deprecated functions.etxrab1-86/+336
2011-05-26Inspired by one of the changes from r37406 and bug 2794: detect hf abbreviationsmorriss1-0/+4
2011-04-21"Upgrade" gtk_combo to 'E'.etxrab1-163/+163
2011-03-29Prohibit (memory-unsafe) g_sprintf() and g_vsprintf().morriss1-0/+2
2011-03-08W -> E for g_clist funktions.etxrab1-143/+143
2011-03-02As suggested by Anders: when we detect non-ASCII characters, print the linemorriss1-7/+10
2011-02-12There is a better (and faster) way to see if all the members of one list aremorriss1-24/+28
2011-02-11Add a function to verify that ett_ variables are registered (or at leastmorriss1-3/+99
2011-02-11Check for places where tvb_bytes_to_str() or tvb_get_bytes_to_str_punct()morriss1-3/+7
2011-02-11Oops, put a comma backmorriss1-1/+1
2011-02-11Clean up indentationmorriss1-378/+378
2011-02-10Add (commented-out for now) code to check certain function calls for embeddedmorriss1-3/+44
2011-02-04White space changes.etxrab1-71/+71
2011-02-02Add GTK 2.22 deprecated functionsetxrab1-308/+320
2011-01-10Revert 35447 and 35364: remove comments and strings in one regex (so it doesn...morriss1-9/+3
2011-01-10Remove the comments and strings separately so that we can check the hf's when...morriss1-3/+9
2011-01-06Prohibit strtoull(): Windows doesn't have it. (Putting this in just saves wa...morriss1-1/+3
2011-01-06Let's discourage the use of g_warning in dissectors. Either use one ofguy1-0/+1
2011-01-04Check hf entries *after* removing comments (in case there are commented-out e...morriss1-3/+3
2011-01-04Detect (and error on) NULL or empty abbreviations. Wireshark aborts on the f...morriss1-1/+5
2010-12-20Deprecate dissector_add(), dissector_change(), dissector_delete(),morriss1-967/+977
2010-10-30Make the hf_ checks errors (they've been running clean for a while now anyway).morriss1-11/+24
2010-10-08Fix the blurb regexp (sigh)morriss1-2/+2
2010-10-07Escape the pipe (alternation) in the display regexp.morriss1-2/+2
2010-10-07Tighten the blurb regexp. Check for leading/trailing white space in blurbs. ...morriss1-3/+12
2010-10-06Enable hf checks by default. Add a check to see if the abbreviation is equal...morriss1-3/+6