aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
AgeCommit message (Expand)AuthorFilesLines
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-12Now that fvalue_to_string_repr() returns NULL if the fvalue's ftype hasGuy Harris1-6/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+2
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+1
2013-07-21Update plugins/ with recent change.Jakub Zawadzki1-1/+1
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+2
2013-07-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus1-0/+23
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-1/+1
2013-03-21From beroset:Bill Meier1-28/+28
2013-03-21From beroset:Bill Meier6-88/+88
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-02-26it's ==> its & its == > it's as needed.Bill Meier1-2/+2
2013-02-15Get rid of an extra blank line.Guy Harris1-1/+0
2013-02-12Fix the grammar.h/grammar.c/grammar.lemon dependency so thatGilbert Ramirez1-2/+2
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris1-0/+5
2013-02-09Pull the definition of NODIST_HEADER_FILES up intoGuy Harris1-3/+0
2013-02-09Get rid of trailing tabs, make comments more similar.Guy Harris1-1/+1
2013-02-09Define GENERATED_HEADER_FILES in plugins/Makefile.common.inc.Guy Harris1-4/+0
2013-02-09plugins/Makefile.common.inc defines NODIST_SRC_FILES, andGuy Harris1-4/+0
2013-02-09Define FLEX_GENERATED_SRC_FILES and LEMON_GENERATED_SRC_FILES inGuy Harris1-1/+1
2013-02-09plugins/Makefile.common.inc should already be definingGuy Harris1-4/+0
2013-02-09Try to fix the makefiles to be able to build mate after distclean.Anders Broman2-3/+15
2013-02-08Stick NONGENERATED_ in the front of the macros listing non-generatedGuy Harris1-3/+3
2013-02-08We don't care what source files are "dissector" source files, we onlyGuy Harris3-21/+18
2013-02-06-Werror needs to be applied only to clean files, not to, for example,Guy Harris1-3/+6
2013-02-06Add -Werror if enabled.Guy Harris1-1/+5
2013-02-06Only remove Flex-generated files with "nmake distclean", not allGuy Harris1-9/+9
2013-02-06Don't bother setting XXX_FILES to empty strings.Guy Harris1-16/+0
2013-02-06strtod() is locale-dependent; use g_ascii_strtod() instead.Guy Harris1-2/+2
2013-02-06Don't run Lemon-generated header files through checkAPI, either (theyGuy Harris3-4/+7
2013-02-06Do a bit more splitting and combining of file names, so that we canGuy Harris3-68/+42
2013-02-05mate_parser.obj depends on mate_grammar.h, as it's built fromGuy Harris1-1/+6
2013-02-05Put NODIST_ at the beginning of macros containing NODIST, parallelingGuy Harris3-51/+87
2013-02-05Don't forget the .c files that we *don't* distribute.Guy Harris1-1/+8
2013-02-05mate_parser.c includes mate_grammar.h, so make mate_parser.obj depend onGuy Harris1-0/+1
2013-02-05Don't distribute the results of running Lemon, as we distribute LemonGuy Harris3-14/+51
2013-02-04More silent build support.Gerald Combs1-5/+0
2013-02-04Prettify more build output.Gerald Combs1-1/+6
2013-02-01Enable more build silence.Gerald Combs1-1/+1
2013-02-01Go far enough down a rabbit hole and you will encounter libtool. SeeGerald Combs1-1/+1
2013-02-01Change some "<x>.c : <y>.h" rules to "<x>.o : <y>.h" in order to fixGerald Combs1-1/+3
2013-01-30Fix more dependencies.Gerald Combs1-3/+4
2012-12-26Fix a bunch of warnings.Guy Harris3-15/+15
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-09From Evan Huus:Anders Broman1-6/+0
2012-06-28Update FSF address - part II.Jakub Zawadzki8-9/+9