aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
AgeCommit message (Expand)AuthorFilesLines
2015-03-19Implement proto_tree_add_item_ret_int() and proto_tree_add_item_ret_uint() whichAndersBroman1-1/+1
2015-03-05Qt: Add extra related packet indicator types.Gerald Combs1-2/+2
2015-02-21checkAPIs: match packet-*.[ch], independent of localePeter Wu1-1/+1
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-2/+2
2015-02-04emem is dead! Long live wmem!Michael Mann1-4/+0
2015-01-19Eliminate ep_strdup(), as it's no longer used.Guy Harris1-17/+0
2015-01-18Nobody uses se_ allocations, so remove the code for them.Guy Harris1-18/+1
2015-01-18Remove ep_strndupMichael Mann1-1/+0
2015-01-17Replace all remaining instances of ep_new with wmem_new and wmem_packet_scope.Michael Mann1-2/+0
2015-01-16Kill more unused emem functionsEvan Huus1-3/+0
2015-01-12Remove ep_strbuf codeEvan Huus1-10/+0
2015-01-10Remove/replace ep_strsplit()Evan Huus1-1/+0
2015-01-06checkAPIs: C++ comments are allowed in Windows resource files.Gerald Combs1-1/+7
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-1/+0
2014-12-31checkAPIs.pl: Error/warnings output goes to STDERRBill Meier1-4/+4
2014-12-28Create FT_FCWWN field type.Michael Mann1-1/+0
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-1/+0
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-1/+0
2014-12-24Replace fc_to_str with address_to_str or tvb_fc_to_str.Michael Mann1-1/+0
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-1/+0
2014-12-09Fix filename matching.Gerald Combs1-1/+1
2014-12-08It's a reasonable expectation that we will have C++ style comments inGerald Combs1-1/+1
2014-10-30Prohibit ctype APIs (except toupper() which is still used by file.c - makeJeff Morriss1-7/+26
2014-10-30Tell the user which file __func__ was found in.Jeff Morriss1-2/+3
2014-08-19"Highly discourage" use of proto_tree_add_text.Michael Mann1-1/+3
2014-07-25Replace lseek/fstat by ws_lseek64/ws_fstat64Peter Wu1-0/+2
2014-07-16Check for __func__ in checkAPIs.plEvan Huus1-0/+5
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