aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
AgeCommit message (Expand)AuthorFilesLines
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-1/+3
2016-02-20autotools: Move common automake code for plugins to an include fileJoão Valverde1-64/+2
2016-02-14Fix format string warnings [-Wformat=]João Valverde1-1/+1
2016-01-29Try to fix 'make distcheck'João Valverde1-2/+3
2016-01-28MATE: Disable Werror as before g265a41eJoão Valverde1-2/+1
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-10/+5
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris2-5/+5
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-11/+5
2015-12-01Removed some remaining svn Id tagsStig Bjørlykke1-2/+0
2015-11-24Developers Guide updates for plugins with CMakeGraham Bloice1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-5/+6
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris1-1/+1
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-10-05Fix capitalization in MATE's "you need to restart to reconfigure" message.Jeff Morriss1-22/+37
2015-10-05MATE: Add ~ operator supportMichael Mann1-2/+1
2015-09-15mate.released_time is added as a float so register it as such.Jeff Morriss1-1/+1
2015-08-27Lemon grammar: fix indent (use tabs)Alexis La Goutte1-65/+65
2015-07-02Lemon: Update lemon toolsAlexis La Goutte2-2/+2
2015-06-29plugins/mate: fix some memleaksPeter Wu3-8/+13
2015-06-25Stop using atof/strtod (fixes column sorting of float types)Peter Wu1-2/+2
2015-04-17Fix CMake warningsGraham Bloice1-3/+3
2015-03-03plugins: fix dissector registration with CMakePeter Wu1-0/+1
2015-01-20CMake: Set an output directory for plugins.Gerald Combs1-40/+3
2015-01-15mate_util: fix parameter ... not found in the function declaration [-Wdocumen...Alexis La Goutte1-3/+3
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-4/+2
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice2-2/+26
2015-01-11Revert "Lemon: Update lemon tools"Pascal Quantin2-2/+2
2015-01-11Lemon: Update lemon toolsAlexis La Goutte2-2/+2
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-1/+1
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-3/+3
2014-11-24Mate: Fix indent (use tabs)Alexis La Goutte1-6/+6
2014-11-19Eliminate proto_tree_add_text from packet-mate.cMichael Mann1-28/+50
2014-10-09CMake: Bundle our plugins.Gerald Combs1-3/+12
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier4-4/+51
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-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-31Add more files to the release tarball.Guy Harris1-1/+14
2014-07-20Use forward slashes in paths to runlex.shРоман Донченко1-1/+1
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-15/+5
2014-07-10Revert "More needed to get rid of "lib" in "libwsutil" on Windows."Guy Harris1-1/+1
2014-07-09More needed to get rid of "lib" in "libwsutil" on Windows.Guy Harris1-1/+1
2014-07-06Add printf-format annotations, fix garbagePeter Wu2-3/+5
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-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2