aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
AgeCommit message (Expand)AuthorFilesLines
2012-07-09From Evan Huus:etxrab1-6/+0
2012-06-28Update FSF address - part II.darkjames8-9/+9
2012-06-28Update Free Software Foundation address.darkjames3-3/+3
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss5-12/+17
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....wmeier1-1/+1
2012-01-29Add *.sbr files to the clean target.etxrab1-1/+1
2012-01-16Use GSlice API instead of GMemChunk API for some memory allocation.wmeier4-97/+47
2012-01-16Fix a typo in an error message.wmeier1-1/+1
2011-08-08Add a comment about the uncommented glib deprecated warnings.jmayer1-0/+3
2011-08-07mate_grammar.lemon:jmayer3-3/+5
2011-08-07Replace deprecated glib functions.jmayer1-1/+1
2011-06-28Replace all strerror() with g_strerror().stig1-2/+2
2011-05-19Don't assign a value to a variable which is then never used: Coverity 1160 [U...wmeier1-4/+4
2011-05-19Fix another old style function declaration warningjmayer1-1/+1
2011-04-25More fun with GArrays: cast away some warnings that don't report realguy1-2/+2
2011-04-22Fix (latest) Dead Store (Dead nested assignment) Warning found by Clangalagoutte1-3/+2
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-1/+1
2011-03-29Added FALLTHRU comment to avoid a "missing break" warning.etxrab1-0/+1
2011-03-28Don't use prohibited strncpy(). Use g_strlcpy() instead. Ensures that "orig"cmaynard1-2/+2
2011-03-27Removed uneeded 'continue'.wmeier1-1/+0
2011-03-22Allocate correct size of range.stig1-2/+2
2011-03-22Coverity 420sahlberg1-7/+4
2011-03-21Added some casts to fix coverity 325.stig1-2/+2
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-3/+6
2011-01-30Whitespace cleanup (remove trailing blanks from lines).wmeier3-182/+182
2011-01-30Add a comment about some "unreachable code" indicating possible incorrect cod...wmeier1-230/+230
2010-09-24Plugins are not shared libraries, so:guy1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>jmayer1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.morriss1-7/+8
2010-04-14Be sure we initialize the p_id in hf's. This fixesmorriss3-20/+28
2010-04-14Fix up MATE's hf display values so MATE will actually run.morriss1-6/+8
2010-03-18cmake changes:jmayer1-2/+3
2010-02-25Generate asn1/hnbap/Makefile.guy1-4/+2
2010-01-28Fix some gcc -Wshadow warnings.wmeier2-21/+21
2009-11-17Beginnings of enabling static builds. Still to do:jmayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)jmayer1-7/+21
2009-10-19Removed redundant redeclaration of delete_avpl().stig1-6/+0
2009-10-09Use register_dissector_files in the plugins dissectorskrj1-25/+3
2009-10-06Build plugins with cmake on OSX.stig1-0/+2
2009-09-25Fix build of make and asn1 plugins.jmayer1-6/+6
2009-09-21CMake:jmayer1-0/+6
2009-09-16Build a few more pluginsjmayer1-0/+88
2009-09-13Run checkapi on the dissector header filesmorriss2-2/+2
2009-09-09We no longer support the old plugin API so remove it completely from the buil...krj1-1/+1
2009-08-03Use find_dissector() instead of create_dissector_handle();wmeier1-7/+6
2009-07-18From Kovarththanan Rajaratnam via bug 3719:stig1-9/+9
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-4/+5
2009-04-16Fix Win64 compilation problems in the plugins directory.gerald2-3/+6
2009-03-27Replace some unnecessary use of g_snprintf and g_strdup_printfwmeier1-4/+4
2009-03-18From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];wmeier1-1/+1