aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-10add "mate" as a protocol to its treeLuis Ontanon3-6/+8
2005-02-10cleanup matelib and mate examplesLuis Ontanon15-753/+85
2005-02-07From LEGO:Anders Broman2-9/+13
2005-02-06From: LEGOAnders Broman4-146/+207
2005-02-04HFILL can't be used to initialize at run time.Guy Harris1-1/+1
2005-02-04albert chin:Jörg Mayer1-11/+14
2005-01-28use MATE (not mate) for protocol name and protocol treeUlf Lamping1-2/+2
2005-01-28A new patch for mate from Luis Ontanon:Lars Roland3-13/+19
2005-01-28From Yoshihiro Oyama: get rid of _U_s in prototype declarations thatGuy Harris1-1/+1
2005-01-21From Luis Ontanon for Mate:Lars Roland4-10/+48
2005-01-16Some trivial warning fixes in mateJörg Mayer3-4/+4
2005-01-15Set fp to NULL before "load_loal_error()" is called, so we don't pass anGuy Harris1-1/+1
2005-01-10One more patch for mate:Lars Roland6-192/+111
2005-01-07From Luis Ontanon:Lars Roland6-150/+144