Fix a typo in an error message.
[obnox/wireshark/wip.git] / plugins / mate /
2012-01-16 wmeierFix a typo in an error message.
2011-08-08 jmayerAdd a comment about the uncommented glib deprecated...
2011-08-07 jmayermate_grammar.lemon:
2011-08-07 jmayerReplace deprecated glib functions.
2011-06-28 stigReplace all strerror() with g_strerror().
2011-05-19 wmeierDon't assign a value to a variable which is then never...
2011-05-19 jmayerFix another old style function declaration warning
2011-04-25 guyMore fun with GArrays: cast away some warnings that...
2011-04-22 alagoutteFix (latest) Dead Store (Dead nested assignment) Warnin...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-03-29 etxrabAdded FALLTHRU comment to avoid a "missing break"...
2011-03-28 cmaynardDon't use prohibited strncpy(). Use g_strlcpy() instea...
2011-03-27 wmeierRemoved uneeded 'continue'.
2011-03-22 stigAllocate correct size of range.
2011-03-22 sahlbergCoverity 420
2011-03-21 stigAdded some casts to fix coverity 325.
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2011-01-30 wmeierWhitespace cleanup (remove trailing blanks from lines).
2011-01-30 wmeierAdd a comment about some "unreachable code" indicating...
2010-09-24 guyPlugins are not shared libraries, so:
2010-09-23 jmayerH. Sivank <hsivank@gmail.com>
2010-05-14 morrissAdd Cmake stuff to the source distribution so more...
2010-04-14 morrissBe sure we initialize the p_id in hf's. This fixes
2010-04-14 morrissFix up MATE's hf display values so MATE will actually...
2010-03-18 jmayercmake changes:
2010-02-25 guyGenerate asn1/hnbap/Makefile.
2010-01-28 wmeierFix some gcc -Wshadow warnings.
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-10-19 stigRemoved redundant redeclaration of delete_avpl().
2009-10-09 krjUse register_dissector_files in the plugins dissectors
2009-10-06 stigBuild plugins with cmake on OSX.
2009-09-25 jmayerFix build of make and asn1 plugins.
2009-09-21 jmayerCMake:
2009-09-16 jmayerBuild a few more plugins
2009-09-13 morrissRun checkapi on the dissector header files
2009-09-09 krjWe no longer support the old plugin API so remove it...
2009-08-03 wmeierUse find_dissector() instead of create_dissector_handle();
2009-07-18 stigFrom Kovarththanan Rajaratnam via bug 3719:
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-04-16 geraldFix Win64 compilation problems in the plugins directory.
2009-03-27 wmeierReplace some unnecessary use of g_snprintf and g_strdup...
2009-03-18 wmeierFrom Jakub Zawadzki: g_gnprintf & etc: Use size of...
2009-03-15 geraldGo a little deeper into the Win64 rabbit-hole. Add...
2009-03-02 geraldDisable manifest building for our DLLs. This attempts...
2009-02-02 ulfladd missing mt.exe calls, to include manifest files...
2008-12-22 wmeierFix some typos and spelling (mostly in text strings)
2008-10-31 stigFix some "format not a string literal and no format...
2008-09-07 guyGet one more pointer difference.
2008-09-06 guyTo compute the difference between two addresses, cast...
2008-09-06 guyUse GINT_TO_POINTER() to cast integral values to gpoint...
2008-08-05 legoluis.ontanon@gmail.com => luis@ontanon.org
2008-07-29 morrissAllow checkapis target to work in out-of-tree builds...
2008-07-02 guyAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 guyPut printf into a separate "termoutput" API group....
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-11 wmeierg_string_sprintf --> g_string_printf and g_string_sprin...
2008-05-05 etxrabMake it possible to run checkapi on all plugins trough...
2008-04-25 wmeier Bug 2493: Fix (Part 3 of 3):
2008-04-25 wmeier Bug 2493: Fix (Part 2):
2008-04-07 sfisher- Remove GLIB1 code
2008-03-29 jakeRemove the pre-release flag from FILEFLAGS in the resou...
2008-03-21 etxrabIn glib 2.16 g_malloc Changed from:
2008-03-01 jakeCreate proper dependancies for plugin.c
2008-02-27 stigQuote argument to test in plugins Makefiles, as propose...
2008-02-18 geraldIf we have an SVN revision number, use it as the build...
2007-10-17 morrisss/fopen()/eth_fopen()/ in plugins/ (for bug 1827).
2007-08-27 wmeierAdd .c.obj:: inference rule (to cause "batch compile")
2007-08-04 guyAdd a script as a front-end for Flex, to work around...
2007-08-01 guyAdd a Makefile.nmake.inc file, to hold rules etc. ...
2007-08-01 guyAdd a Makefile.am.inc file, to hold rules etc. used...
2007-08-01 guyUse a common .l.c rule for running Flex on .l files...
2007-07-30 guyAdd comments to various %option items to explain what...
2007-06-03 wmeier(Minor) Use _WIN32 (instead of WIN32) like the rest...
2007-05-27 guyClean up white space.
2007-05-27 guyGet rid of trailing blank lines.
2007-05-22 guy"make maintainer-clean" cleans up everything that ...
2007-04-14 standelremove "treat warnings as errors" barrier for every...
2007-04-05 geraldAdd the make-dissector-reg scripts to the dependency...
2007-04-03 sfisherFix warnings on Linux/gcc 4.1.1
2007-03-30 standelrevert back (void*) -> (void**) which will stop free...
2007-03-29 standelstrict aliasing warnings fix : replace (void**) by...
2007-03-26 sfisherFix a bunch more warnings. Add -Werror when using...
2007-03-25 ulflall warnings removed in the meantime, "treat warnings...
2007-03-23 sfisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-22 ulflleave out the mate plugin for now, so buildbot might...
2007-03-21 ulflset CFLAGS to block new warnings for all plugins (excep...
2007-02-26 jake-Add the compiler version to the plugin resource
2007-02-13 sfisherFrom Sebastien Tandel:
2007-01-12 ulflWin32: MSVC > 6 doesn't work well with Unicode filenames!
2007-01-06 ulfladd experimental support for some more of the MSVC_VARI...
2007-01-03 ulflclean should also remove generated plugin.c and manifes...
2006-12-27 jakeAdding moduleinfo.nmake to the distribution
2006-12-19 jakeSet the right properties on the files.
2006-12-18 jakeRepair distribution target.
2006-12-18 jakeUpdate plugin to the current plugin design.
2006-12-05 wmeierAdd a few missing /$(MAKEFLAGS)
2006-11-03 guyAdd $(EXEXT) after references to the Lemon executable.
2006-06-02 jmayerremove plugin.c in distlclean
next