aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
AgeCommit message (Expand)AuthorFilesLines
2017-07-03mate_grammar(lemon): fix this statement may fall through [-Werror=implicit-fa...Alexis La Goutte1-1/+2
2017-05-10Define YYMALLOCARGTYPE appropriately.Guy Harris1-2/+3
2017-05-10Clean up MateParser routine declarations.Guy Harris2-9/+6
2017-05-09mate (grammar): fix no previous prototype for function 'MateParser/Alloc/Free...Alexis La Goutte1-0/+6
2017-04-18mate: avoid redefining NDEBUGPascal Quantin1-0/+2
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-1/+1
2017-04-17Remove unnecessary tap.Guy Harris4-57/+7
2017-04-17Rename some routines and structure members.Guy Harris1-1/+1
2017-04-17Include protocols in the list of wanted hfids.Guy Harris4-6/+11
2017-04-17Consistently call mate_config pointers "mc".Guy Harris3-128/+128
2017-04-17Make the current MATE config pointer static only to packet-mate.c.Guy Harris5-63/+73
2017-04-16No need for this to be a global variable.Guy Harris1-7/+6
2017-04-16Work around a Lemon bug.Guy Harris1-0/+6
2017-04-16Revert "Temporary hack to debug the MATE grammar."Guy Harris1-3/+0
2017-04-16Temporary hack to debug the MATE grammar.Guy Harris1-0/+3
2017-04-16Get rid of some generated files with "make distclean".Guy Harris1-3/+3
2017-04-14mate: move 3 big structures from stack to heapPascal Quantin1-14/+36
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris3-1/+22
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2016-12-26Don't claim packet as MATE if there is no MATE configurationMichael Mann1-1/+6
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris1-0/+5
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-09-23mate: fix Match edge cases, improve documentationPeter Wu3-280/+184
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann2-3/+5
2016-06-30Remove Makefile.common filesJoão Valverde2-69/+41
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-06-15Remove Nmake build systemPascal Quantin3-170/+0
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-2/+2
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-3/+18
2016-04-28Add a rule to build lemon so any target that depends on it can (re)build it i...Jeff Morriss1-1/+1
2016-04-15Remove empty filesJoão Valverde2-0/+0
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris2-111/+167
2016-03-03Revert "autotools: Use -Werror with clean plugin code"João Valverde1-20/+13
2016-03-03autotools: Use -Werror with clean plugin codeJoão Valverde1-13/+20
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