aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-06Make a variable whose value might be trashed by setjmp/longjmpGuy Harris1-1/+1
2005-08-05Squelch a warning about "state" being used uninitialized.Guy Harris1-2/+1
2005-08-04Put in comments explaining why we're removing some generated files withGuy Harris1-0/+9
2005-08-02Clean up after ourselves so that we pass "distcheck" again.Gerald Combs1-0/+5
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer2-14/+14
2005-08-01Make sure "lemon" exists before we try to use it. This can happen if weGerald Combs1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer7-34/+34
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-2/+21
2005-06-24More constification.Guy Harris1-1/+1
2005-05-22at this point mate should be working as it did before the grammarLuis Ontanon3-26/+60
2005-05-21PDU, GOP and GOG should be at the same level not nestedLuis Ontanon1-2/+2
2005-05-20Fix the Id tagLuis Ontanon1-1/+1
2005-05-17- change the state label OUT to OUTSIDE to avoid a name collision with a macr...Luis Ontanon1-67/+67
2005-05-16Transforms and Pdus are working already, Gops start to work.Luis Ontanon6-150/+33
2005-05-16let's get things right, we are in plugins/mate not epan/dfilter (from which I...Luis Ontanon1-1/+1
2005-05-16Forgot this one in the last checkin!Luis Ontanon1-2/+23
2005-05-16MATE has a grammar.Luis Ontanon11-1697/+2552
2005-03-07remove remnants of the old plugin api from dissectors and pluginsLars Roland2-6/+4
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-1/+1
2005-03-06Change to new_plugin_init()Luis Ontanon1-3/+1
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-4/+3
2005-02-24- fix a crash in new_avpl_strict_match when the operator avpl was emptyLuis Ontanon2-1/+4