aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
AgeCommit message (Expand)AuthorFilesLines
2016-01-09checkAPIs: remove false positive in shadow checkPeter Wu1-1/+1
2016-01-06checkAPIs: Add "system" to possible shadow variable (on OS X)Alexis La Goutte1-0/+1
2015-11-27Officially remove tvb_get_string and tvb_get_stringz.Michael Mann1-2/+0
2015-10-29tools/checkAPIs.pl: improve the hf_ error messagesStefan Metzmacher1-6/+6
2015-09-21Remove proto_tree_add_text API.Michael Mann1-64/+0
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-1/+0
2015-08-22Correct logic for finding shadow variables.Michael Mann1-1/+1
2015-07-23CheckAPI: Add a shadow variable checkAlexis La Goutte1-0/+30
2015-06-27checkAPIs.pl: check how ui class files are includedMartin Kaiser1-10/+31
2015-06-25Stop using atof/strtod (fixes column sorting of float types)Peter Wu1-0/+1
2015-06-24Remove the last deprecated tvb_length callsEvan Huus1-1/+0
2015-06-22checkAPIs.pl: proto_tree_add_bytes_item takes an encoding parameterPascal Quantin1-1/+1
2015-04-23Move some checks so they're executed after the comments are removed.Jeff Morriss1-17/+18
2015-04-22Add VALS_EXT_PTR to decorate pointers to value_string_ext's in hfinfo.Jeff Morriss1-1/+1
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