smb2-dissector: learn the "REPLAY_OPERATION" flag
[obnox/wireshark/wip.git] / tools / checkAPIs.pl
2012-02-24 wmeierg_fprintf() & g_vfprintf() should not be used....
2012-02-08 morrissAs suggested by Joerg on the -dev list yesterday: count...
2012-01-19 wmeierUpdate list of deprecated GLib fcns;
2012-01-18 wmeierFix a typo; Remove a dup.
2012-01-18 wmeierUpdate:
2012-01-16 wmeierThe last GMemChunk usage in Wireshark has been replaced...
2011-08-17 geraldThe MSDN page for ZeroMemory recommends using SecureZer...
2011-08-05 jmayerUsing gtk_tree_view_column_get_cell_renderers is an...
2011-07-25 etxrabUpdate comments.
2011-07-25 guyUse gtk_widget_get_has_window() as a wrapper around
2011-07-25 etxrabFix a couple of typos and 'E'' mark functions mapped...
2011-07-24 etxrabReplace deprecated functions.
2011-07-14 etxrabReplace deprecated gdk_pixmap_unref() with g_object_unr...
2011-07-11 etxrabFix more tooltips, mark gtk_tooltips_new with 'E' in...
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-23 etxrabAdd GDK deprecated functions.
2011-05-26 morrissInspired by one of the changes from r37406 and bug...
2011-04-21 etxrab"Upgrade" gtk_combo to 'E'.
2011-03-29 morrissProhibit (memory-unsafe) g_sprintf() and g_vsprintf().
2011-03-08 etxrabW -> E for g_clist funktions.
2011-03-02 morrissAs suggested by Anders: when we detect non-ASCII charac...
2011-02-12 morrissThere is a better (and faster) way to see if all the...
2011-02-11 morrissAdd a function to verify that ett_ variables are regist...
2011-02-11 morrissCheck for places where tvb_bytes_to_str() or tvb_get_by...
2011-02-11 morrissOops, put a comma back
2011-02-11 morrissClean up indentation
2011-02-10 morrissAdd (commented-out for now) code to check certain funct...
2011-02-04 etxrabWhite space changes.
2011-02-02 etxrabAdd GTK 2.22 deprecated functions
2011-01-10 morrissRevert 35447 and 35364: remove comments and strings...
2011-01-10 morrissRemove the comments and strings separately so that...
2011-01-06 morrissProhibit strtoull(): Windows doesn't have it. (Putting...
2011-01-06 guyLet's discourage the use of g_warning in dissectors...
2011-01-04 morrissCheck hf entries *after* removing comments (in case...
2011-01-04 morrissDetect (and error on) NULL or empty abbreviations....
2010-12-20 morrissDeprecate dissector_add(), dissector_change(), dissecto...
2010-10-30 morrissMake the hf_ checks errors (they've been running clean...
2010-10-08 morrissFix the blurb regexp (sigh)
2010-10-07 morrissEscape the pipe (alternation) in the display regexp.
2010-10-07 morrissTighten the blurb regexp. Check for leading/trailing...
2010-10-06 morrissEnable hf checks by default. Add a check to see if...
2010-10-02 morrissDon't use a regexp to compare the name to the blurb...
2010-10-02 morrissWhen checking hf, do a case-insensitive comparison...
2010-09-24 morrissInspired by https://bugs.wireshark.org/bugzilla/show_bu...
2010-09-15 morrissFollow up to bug 5209 and rev 34115:
2010-07-20 wmeierAll use of deprecated GtkOptionMenu functions fixed...
2010-06-18 wmeierAdd a few deprecated GObject fcns;
2010-06-17 wmeierAdd deprecated from GLib 2.24
2010-06-17 wmeierAdd GTK deprecated from GTK 2.20.
2010-05-24 morrissFix the value_string regexp so it doesn't match value_s...
2010-05-02 etxrabRun deprecated-gtk-todoon all files in the gtk dir.
2010-03-25 wmeier(Minor): Improve an output message.
2009-12-29 wmeiergtk_entry_append_text no longer used by Wireshark:...
2009-12-29 wmeiergtk_progress_bar_update no longer used by Wireshark...
2009-12-29 wmeierMark certain GTK functions now unused by Wireshark...
2009-12-28 wmeierUpdate GLib/GTK deprecated lists to match current stabl...
2009-12-08 jakeFollowing bug 4302 added ctime() to the deprecated...
2009-10-12 wmeierAdd some comments about GMemChunk usage;
2009-10-07 wmeierFix indentation.
2009-10-04 etxrabUse gtk_image_new_from_pixmap().
2009-10-04 etxrabRemove #if 0'ed code.
2009-10-04 etxrabFrom GTK docs:
2009-10-04 etxrabGet rid of deprecated symblol gtk_widget_draw().
2009-06-30 geraldAdd assert and assert_perror to the 'abort' list.
2009-06-15 morrissIt appears Wireshark now has only ASCII in its source...
2009-05-22 wmeiergtk_exit(): deprecated and no longer used in Wireshark...
2009-05-07 wmeiergtk_check_menu_item_set_show_toggle() is deprecated...
2009-05-05 etxrabChange W->E for now removed functions.
2009-04-21 wmeiercheckAPIs: check for 'const' in value_string definition.
2009-04-14 wmeiercheckAPIs: Add additional GLib deprecated functions;
2009-04-11 wmeiergtk_label_get() --> gtk_label_get_text() with related...
2009-04-11 etxrabGet rid of gtk_file_selection_new and gtk_file_selectio...
2009-04-10 wmeierRemove unnecessary use of (deprecated) gtk_button_box_s...
2009-04-10 wmeiergtk_widget_ref: 'W' --> 'E';
2009-04-09 wmeiergtk_set_usize: W --> E;
2009-04-09 etxrabgtk_widget_ref() -> g_object_ref()
2009-03-15 wmeierTreat any usage of functions in the 'deprecated' group...
2009-03-15 wmeierAdd complete list of deprecated GTK API's (as of GTK...
2009-02-27 etxrabAdd GTK deprecated functions.
2009-02-22 etxrabUpdate CheckApi with:
2008-08-14 wmeierSearch for "(static const|static|const) value_string...
2008-07-24 morrissRemove the (long deprecated) proto_tree_add_*_hidden...
2008-07-23 wmeier(Minor) Disable un-needed 'capture' in regexp
2008-07-23 wmeierFix double-quoted string regexp to match strings with...
2008-07-23 wmeierDisable value_string check for now.
2008-07-22 wmeierAdd test to check if value_string arrays are NULL termi...
2008-07-01 guyPut printf into a separate "termoutput" API group....
2008-06-27 geraldHave checkAPIs.pl print to stderr, so that its output...
2008-06-26 geraldAdd support for "API groups" in checkAPIs.pl. Make...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-21 wmeierCheck for a few addt'l functions...
2008-05-13 morrissUpdate comments.
2008-05-08 etxrabRun checkAPI in plugins dir.
2008-05-05 etxrabFix some of the Errors/warnings detected by checkapi,
2008-05-05 etxrabAdd depreceated glib API:s
2008-04-15 morrissBan strdup() and strndup().
2008-03-08 morrissWarn if a file does not have an SVN Id tag in it.
2008-03-01 stigAdd strncpy and strncat to the list of prohibited APIs.
2008-01-24 morrissWarn if we find %ll in the source
2008-01-24 morrissAdd check for non-ASCII characters (defined, for now...
next