aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-22avoid crashing when Debug_Cfg is set and no Payload is given for a PduLuis Ontanon1-1/+1
2005-02-20fix a typo: lenght -> lengthUlf Lamping1-2/+2
2005-02-20Changed the GopTree in GogDef and GogExtra from a boolean to a stringLuis Ontanon8-17/+67
2005-02-19add mms.mate to the examples collectionLuis Ontanon1-0/+41
2005-02-19In order to avoid a crash at reanalize_gop(), do not accept a GogKey where th...Luis Ontanon1-0/+5
2005-02-18Step the version number of the pluginLuis Ontanon1-1/+1
2005-02-18Adds Payload AVP to PduDef AVPLs simmetric to the Transport AVPLuis Ontanon3-33/+115
2005-02-18Get rid of some useless lines from the last patchLuis Ontanon1-6/+1
2005-02-18Add a pointer to the start frame of each gop in the gog's treeLuis Ontanon3-7/+37
2005-02-18two fixes in config loading:Luis Ontanon1-1/+6
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2005-02-11avoid freeing the gop_key more than once and do not reregister the tap at eve...Luis Ontanon2-5/+8
2005-02-10mate runtime did not get initialized when configured after loading a capture ...Luis Ontanon1-1/+5