aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Gryphon: do not use col_set_str with non constant stringsPascal Quantin1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-20CMake: Set an output directory for plugins.Gerald Combs1-40/+3
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice2-2/+26
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-12-22plugins: Cleanup #includesBill Meier1-2/+1
2014-10-09CMake: Bundle our plugins.Gerald Combs1-3/+12
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-16/+29
2014-08-31Don't show the echo/python command lines when making plugin.cРоман Донченко1-3/+4
2014-08-24Remove obsolete comments regarding the shell version of make-dissector-regРоман Донченко1-5/+0
2014-08-18Add missing parameter to proto_tree_add_bytes_format_value()AndersBroman1-3/+3
2014-08-18Remove proto_tree_add_text from gryphon dissector.Michael Mann1-78/+164
2014-08-12Remove make-dissector-reg and require python for autotool builds as wellJoerg Mayer1-12/+4
2014-08-09Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко1-12/+1
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-55/+26
2014-07-06make-dissectors-reg: optimize by factoring out the loopsРоман Донченко2-10/+10
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte5-10/+0
2014-03-12Thou shalt not put newlines in the strings in value_string tables.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte2-4/+0
2014-02-25Remove trailing whitespaceBill Meier1-8/+8
2013-12-27Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+8
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-07-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus1-0/+23
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris3-29/+36
2012-12-26Another 64-bit-to-32-bit warning on 32-bit platforms.Guy Harris1-1/+1
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