aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_util.h
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-10/+10
svn path=/trunk/; revision=15015
2005-05-16Transforms and Pdus are working already, Gops start to work.Luis Ontanon1-1/+1
svn path=/trunk/; revision=14376
2005-05-16MATE has a grammar.Luis Ontanon1-26/+25
Although not yet fully implemented I want this version as a reference. svn path=/trunk/; revision=14373
2005-01-16Some trivial warning fixes in mateJörg Mayer1-1/+1
svn path=/trunk/; revision=13073
2004-12-23Fixes for Mate from Luis Ontanon:Lars Roland1-5/+17
- fixes crash at reinit when DiscardPduData=TRUE: check if there's an avpl before deleting it. - mate.pdu_type.RelativeTime had a dual use, add mate.pdu_type.TimeInGop and leave the other alone. - other fixes related to times (they now seem to be right) - scs_subscribe doesn't use g_malloc anymore. it uses GMemChunks (I had to rename two GMemChunks to make MSVC happy) - fixes crash at reinit when DiscardPduData=TRUE: check if there's an avpl before deleting it. - mate.pdu_type.RelativeTime had a dual use, add mate.pdu_type.TimeInGop and leave the other alone. - other fixes related to times (they now seem to be right) - fixed few things at reinit: - reset last_id - remove the nodes in the items hash tables svn path=/trunk/; revision=12820
2004-12-12Update for Mate from Luis Ontanon:Lars Roland1-8/+0
- make rd static (no purpose for it to be global) - remove outdated comments - add "PduCriteria" feature (as already stated in the wiki) - add "DiscardUnassignedPdu" feature (as already stated in the wiki) - removed ".Id" from abbrev for "mate.item_name" - in radius.mate: Don't use the port to determine the Gop key. svn path=/trunk/; revision=12735
2004-12-11New Plugin from Luis Ontanon:Lars Roland1-0/+284
MATE -- Meta Analysis and Tracing Engine Won't be compiled by default. It is still not possible to link the plugin on Win32. svn path=/trunk/; revision=12716