aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2007-08-11Use '~' as a synonim for "matches" replace rogue "s with \042 to avoid some t...lego1-6/+6
2007-08-04Add a script as a front-end for Flex, to work around various problems,guy3-4/+12
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleguy1-7/+1
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleguy1-7/+3
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onguy1-4/+5
2007-07-30As per Ulf's request add ${proto.field} macros that will use the value of the...lego2-3/+66
2007-07-30Add comments to various %option items to explain what they're doing. guy2-9/+24
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereguy1-2/+2
2007-05-22"make maintainer-clean" cleans up everything that "make distclean" does;guy1-3/+0
2007-05-16Terminate the strings of the various parts and advance the write pointer.lego1-0/+1
2007-05-03Handle cases where our macro doesn't have any arguments. We shouldgerald1-76/+77
2007-04-24Try to squelch an alignment warning (we put "int"s into the array, so weguy1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy5-8/+11
2007-04-20Since code generated by lex may trigger gcc warnings, we are now generating twostandel1-8/+24
2007-04-17Make sure ENDTRY gets evaluatedlego1-6/+6
2007-04-13don't treat warnings as errors until a solution is found for scanner.cstandel1-4/+0
2007-04-13Fix some Solaris buildbot warningssfisher1-2/+2
2007-04-10From Sake Blok:richardv1-1/+1
2007-04-03Fix warnings on Linux/gcc 4.1.1sfisher1-10/+10
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:lego1-0/+4
2007-04-03disable generation of unput to avoid a compiler warning.richardv1-0/+6
2007-03-30revert back (void*) -> (void**) which will stop free-warning compilation withstandel1-1/+1
2007-03-29strict aliasing warnings fix : replace (void**) by (void*)standel1-1/+1
2007-03-23From Sebastien Tandel:sfisher1-1/+1
2007-03-23fix warnings of (generated) grammar.culfl1-1/+1
2007-03-23disable "warning as error" for now so the buildbot runs again, grammar.c stil...ulfl1-1/+1
2007-03-22Add -Werror for gcc back to epan/dfilter directorysfisher1-0/+4
2007-03-22Remove -Werror under gcc temporarily until a warning can be fixed sfisher1-4/+0
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningssfisher1-0/+4
2007-03-22add "treat warnings as errors" flag(s)ulfl1-1/+1
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...wmeier1-1/+1
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...lego1-3/+3
2007-02-09* Add a Submenu (/Views/User Tables) where UATs can be accessed.lego1-2/+2
2007-02-07* Add a category param to the uat.lego1-0/+1
2007-02-05* Add a help facility for UATslego1-0/+1
2007-02-03second iteration:lego1-61/+20
2007-01-31dfilter-macro.c is in SVN, it should not be in MAINTAINERCLEANFILES (else we ...morriss1-1/+0
2007-01-29some cleanup and pset of svn:ignorelego1-5/+5
2007-01-29The UAT gui starts to worklego3-9/+10
2007-01-29Drop dfilter_macro_load.l as dfilter-macro now uses UATlego6-307/+241
2007-01-22Add dfilter_macro_load.c to the distclean target to rebuild it if building fr...etxrab1-1/+1
2007-01-21Set the appropriate keywords.guy2-3/+2
2007-01-21Set the appropriate keywords.guy1-2/+2
2007-01-18fix the dfilter_macro_load.c rulelego1-1/+1
2007-01-18I actually forgot that dfilter_macro_expand.l was not usedlego2-383/+0
2007-01-18The forgotten file strikes back... lego1-0/+379
2007-01-18Trying to fix the build on Ubuntu-5.10-x86 buildbot again.jake1-2/+3
2007-01-18Add separate union entries to fvalue.value for signed and unsignedmartinm1-1/+1
2007-01-18display filter macros.lego6-6/+665
2007-01-17productions of non-terminal "sentence" do not generate any value. Avoid a des...lego1-1/+1