aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-09From Evan Huus:Anders Broman1-6/+0
2012-06-28Update FSF address - part II.Jakub Zawadzki8-9/+9
2012-06-28Update Free Software Foundation address.Jakub Zawadzki3-3/+3
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-4/+4
2012-06-05Fix Coverity 702421: Handle the possibility that fvalue_to_string_repr()Jeff Morriss1-1/+6
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-2/+2
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2012-01-16Use GSlice API instead of GMemChunk API for some memory allocation.Bill Meier4-97/+47
2012-01-16Fix a typo in an error message.Bill Meier1-1/+1
2011-08-08Add a comment about the uncommented glib deprecated warnings.Jörg Mayer1-0/+3
2011-08-07mate_grammar.lemon:Jörg Mayer3-3/+5
2011-08-07Replace deprecated glib functions.Jörg Mayer1-1/+1
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-2/+2
2011-05-19Don't assign a value to a variable which is then never used: Coverity 1160 [U...Bill Meier1-4/+4
2011-05-19Fix another old style function declaration warningJörg Mayer1-1/+1
2011-04-25More fun with GArrays: cast away some warnings that don't report realGuy Harris1-2/+2
2011-04-22Fix (latest) Dead Store (Dead nested assignment) Warning found by ClangAlexis La Goutte1-3/+2
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-1/+1
2011-03-29Added FALLTHRU comment to avoid a "missing break" warning.Anders Broman1-0/+1
2011-03-28Don't use prohibited strncpy(). Use g_strlcpy() instead. Ensures that "orig"Chris Maynard1-2/+2
2011-03-27Removed uneeded 'continue'.Bill Meier1-1/+0
2011-03-22Allocate correct size of range.Stig Bjørlykke1-2/+2
2011-03-22Coverity 420Ronnie Sahlberg1-7/+4
2011-03-21Added some casts to fix coverity 325.Stig Bjørlykke1-2/+2
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-3/+6
2011-01-30Whitespace cleanup (remove trailing blanks from lines).Bill Meier3-182/+182
2011-01-30Add a comment about some "unreachable code" indicating possible incorrect cod...Bill Meier1-230/+230
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-7/+8
2010-04-14Be sure we initialize the p_id in hf's. This fixesJeff Morriss3-20/+28
2010-04-14Fix up MATE's hf display values so MATE will actually run.Jeff Morriss1-6/+8
2010-03-18cmake changes:Jörg Mayer1-2/+3
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer1-4/+2
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier2-21/+21
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-7/+21
2009-10-19Removed redundant redeclaration of delete_avpl().Stig Bjørlykke1-6/+0
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-25/+3
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+2
2009-09-25Fix build of make and asn1 plugins.Jörg Mayer1-6/+6
2009-09-21CMake:Jörg Mayer1-0/+6
2009-09-16Build a few more pluginsJörg Mayer1-0/+88
2009-09-13Run checkapi on the dissector header filesJeff Morriss2-2/+2
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1