aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
AgeCommit message (Expand)AuthorFilesLines
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-1/+1
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris4-1/+12
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris1-6/+3
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleGuy Harris1-7/+2
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onGuy Harris1-2/+6
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris2-3/+23
2007-06-03(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark Bill Meier1-1/+1
2007-05-27Clean up white space.Guy Harris1-2/+3
2007-05-27Get rid of trailing blank lines.Guy Harris1-1/+0
2007-05-22"make maintainer-clean" cleans up everything that "make distclean" does;Guy Harris1-3/+0
2007-04-14remove "treat warnings as errors" barrier for every repo containing codeSebastien Tandel1-4/+0
2007-04-05Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs1-1/+1
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher2-3/+3
2007-03-30revert back (void*) -> (void**) which will stop free-warning compilation withSebastien Tandel2-3/+3
2007-03-29strict aliasing warnings fix : replace (void**) by (void*)Sebastien Tandel2-3/+3
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher3-334/+4
2007-03-25all warnings removed in the meantime, "treat warnings as errors" :-)Ulf Lamping1-1/+1
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-0/+5
2007-03-22leave out the mate plugin for now, so buildbot might compile again ...Ulf Lamping1-1/+1
2007-03-21set CFLAGS to block new warnings for all plugins (except for giop and h223, w...Ulf Lamping1-1/+1
2007-02-26-Add the compiler version to the plugin resourceJaap Keuter2-3/+5
2007-02-13From Sebastien Tandel:Stephen Fisher3-0/+3
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-1/+1
2007-01-06add experimental support for some more of the MSVC_VARIANTs:Ulf Lamping1-1/+1
2007-01-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+3
2006-12-27Adding moduleinfo.nmake to the distributionJaap Keuter1-0/+1
2006-12-19Set the right properties on the files.Jaap Keuter2-2/+2
2006-12-18Repair distribution target.Jaap Keuter2-11/+6
2006-12-18Update plugin to the current plugin design.Jaap Keuter6-91/+257
2006-12-05Add a few missing /$(MAKEFLAGS)Bill Meier1-1/+1
2006-11-03Add $(EXEXT) after references to the Lemon executable.Guy Harris1-2/+2
2006-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2006-05-28Ethereal->WiresharkAnders Broman2-2/+2
2006-05-21name changeRonnie Sahlberg10-20/+20
2006-03-11 Mark coverity CID 117 as a false positive.Luis Ontanon1-0/+2
2006-01-24Add register_postdissector() to the API.Luis Ontanon1-1/+6
2006-01-05Bill Meier:Jörg Mayer1-4/+4
2005-12-13we are opening the file for writing....Luis Ontanon1-2/+2
2005-12-12- add Debug and Default declarations.Luis Ontanon5-9/+85
2005-12-12Avoid to crash if we are given an unexistent field.Luis Ontanon1-1/+1
2005-12-12Done is not needed anymore; Luis Ontanon1-3/+4
2005-12-11Cleanup the grammar.Luis Ontanon1-693/+152
2005-12-09Fix ...$ to : $Jörg Mayer4-4/+4
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-1/+2
2005-10-31When printing the code for a display filter:Guy Harris1-27/+1
2005-09-22Make the private variables for various lexical analyzers static, soGuy Harris1-5/+5
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-1/+1
2005-08-20- Include the .h files in their .c files.Jörg Mayer2-0/+2