aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon
AgeCommit message (Expand)AuthorFilesLines
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+4
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-30Fix Coverity CID's 712344-712345: Unused pointer value.Chris Maynard1-2/+2
2012-07-27Fix two "set but unused variable" warnings turning errors:Jörg Mayer1-1/+2
2012-07-27Remove unused variable, use the created subtree. Found by buildbot.Anders Broman1-4/+3
2012-07-26You can't (well, shouldn't) reference and modify a given variable multipleJeff Morriss1-27/+22
2012-07-26Converted many proto_tree_add_text -> proto_tree_add_item (or at least someth...Michael Mann1-833/+1355
2012-06-28Update FSF address - part II.Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
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-30The message length isn't needed in cmd_sched_rep() - it's just theGuy Harris1-8/+0
2012-04-30Fix a couple of clang warnings and adjust capitalization.Gerald Combs1-3/+3
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-07-21Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-6/+4
2011-04-12Rework whitespace.Bill Meier1-971/+973
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 1158 & 1159.Bill Meier1-5/+4
2011-04-12localtime() can return a NULL ptr.Bill Meier1-9/+15
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2011-01-21There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-17/+17
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-05Simply use %c for printing char.Stig Bjørlykke1-1/+1
2010-11-05Fixed a printf modifier to remove a warning from clang.Stig Bjørlykke1-1/+1
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-14Synchronize Makefiles even more.Jaap Keuter1-0/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-4/+5
2010-04-05Get rid of a bunch of check_col().Anders Broman1-9/+7
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 Meier1-2/+2
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-3/+15
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-21CMake:Jörg Mayer1-0/+6
2009-09-20Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()Kovarththanan Rajaratnam1-8/+7
2009-09-16Build a few more pluginsJörg Mayer1-0/+69
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
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-4/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
2009-02-21Update the documentation to reflect the current state of plugin development.Jaap Keuter1-0/+5
2009-02-18Correct copyright statements.Jaap Keuter2-4/+6