aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfilter-macro.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-16A few more s/fopen/eth_fopen/Jeff Morriss1-4/+5
2007-09-02macro_name_chk: return valid error string for fail return when empty macro na...Bill Meier1-1/+6
2007-07-30As per Ulf's request add ${proto.field} macros that will use the value of the...Luis Ontanon1-3/+64
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris1-2/+2
2007-05-16Terminate the strings of the various parts and advance the write pointer.Luis Ontanon1-0/+1
2007-05-03Handle cases where our macro doesn't have any arguments. We shouldGerald Combs1-76/+77
2007-04-24Try to squelch an alignment warning (we put "int"s into the array, so weGuy Harris1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-4/+4
2007-04-13Fix some Solaris buildbot warningsStephen Fisher1-2/+2
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher1-10/+10
2007-03-30revert back (void*) -> (void**) which will stop free-warning compilation withSebastien Tandel1-1/+1
2007-03-29strict aliasing warnings fix : replace (void**) by (void*)Sebastien Tandel1-1/+1
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon1-3/+3
2007-02-09* Add a Submenu (/Views/User Tables) where UATs can be accessed.Luis Ontanon1-2/+2
2007-02-07* Add a category param to the uat.Luis Ontanon1-0/+1
2007-02-05* Add a help facility for UATsLuis Ontanon1-0/+1
2007-02-03second iteration:Luis Ontanon1-61/+20
2007-01-29some cleanup and pset of svn:ignoreLuis Ontanon1-5/+5
2007-01-29The UAT gui starts to workLuis Ontanon1-6/+7
2007-01-29Drop dfilter_macro_load.l as dfilter-macro now uses UATLuis Ontanon1-138/+236
2007-01-21Set the appropriate keywords.Guy Harris1-2/+1
2007-01-18display filter macros.Luis Ontanon1-0/+428