aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon
AgeCommit message (Expand)AuthorFilesLines
2017-04-16Get rid of some generated files with "make distclean".Guy Harris1-2/+4
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-1/+1
2016-10-27gryphon (plugins): fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-10-19Drop redundant SIZEOF() macroBalint Reczey2-12/+10
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+3
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-06-30Remove Makefile.common filesJoão Valverde2-48/+18
2016-06-15Remove Nmake build systemPascal Quantin3-118/+0
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-0/+11
2016-04-15Remove empty filesJoão Valverde2-0/+0
2016-02-28gryphon: fix 'gryphon.reserved' exists multiple times with NOT compatible typ...Alexis La Goutte1-44/+28
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-0/+4
2016-02-20autotools: Move common automake code for plugins to an include fileJoão Valverde1-65/+2
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-8/+1
2015-12-11new_create_dissector_handle -> create_dissector_handle for plugins.Michael Mann1-1/+1
2015-11-24Developers Guide updates for plugins with CMakeGraham Bloice1-1/+1
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-04-17Fix CMake warningsGraham Bloice1-3/+3
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