aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2007-11-28From Didier Gautheron: Bug #2042: Move constants initialisation at compile time.Bill Meier5-11/+140
2007-11-28From Didier Gautheron: Bug #2040: Fix up goto at compilation time in gencode.cBill Meier1-0/+41
2007-11-28Fropm Anders: Broman: Fix for bug #2041Bill Meier1-8/+3
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-3/+7
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher1-0/+3
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-0/+1
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-08-11Use '~' as a synonim for "matches" replace rogue "s with \042 to avoid some t...Luis Ontanon1-6/+6
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris3-4/+12
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris1-7/+1
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleGuy Harris1-7/+3
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onGuy Harris1-4/+5
2007-07-30As per Ulf's request add ${proto.field} macros that will use the value of the...Luis Ontanon2-3/+66
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris2-9/+24
2007-07-14Fix yet more casts of ctype.h macro arguments - and fix some cases whereGuy Harris1-2/+2
2007-05-22"make maintainer-clean" cleans up everything that "make distclean" does;Guy Harris1-3/+0
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 Harris5-8/+11
2007-04-20Since code generated by lex may trigger gcc warnings, we are now generating twoSebastien Tandel1-8/+24
2007-04-17Make sure ENDTRY gets evaluatedLuis Ontanon1-6/+6
2007-04-13don't treat warnings as errors until a solution is found for scanner.cSebastien Tandel1-4/+0
2007-04-13Fix some Solaris buildbot warningsStephen Fisher1-2/+2
2007-04-10From Sake Blok:Richard van der Hoff1-1/+1
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher1-10/+10
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon1-0/+4
2007-04-03disable generation of unput to avoid a compiler warning.Richard van der Hoff1-0/+6
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-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
2007-03-23fix warnings of (generated) grammar.cUlf Lamping1-1/+1
2007-03-23disable "warning as error" for now so the buildbot runs again, grammar.c stil...Ulf Lamping1-1/+1
2007-03-22Add -Werror for gcc back to epan/dfilter directoryStephen Fisher1-0/+4
2007-03-22Remove -Werror under gcc temporarily until a warning can be fixed Stephen Fisher1-4/+0
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningsStephen Fisher1-0/+4
2007-03-22add "treat warnings as errors" flag(s)Ulf Lamping1-1/+1
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...Bill Meier1-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-31dfilter-macro.c is in SVN, it should not be in MAINTAINERCLEANFILES (else we ...Jeff Morriss1-1/+0
2007-01-29some cleanup and pset of svn:ignoreLuis Ontanon1-5/+5
2007-01-29The UAT gui starts to workLuis Ontanon3-9/+10
2007-01-29Drop dfilter_macro_load.l as dfilter-macro now uses UATLuis Ontanon6-307/+241
2007-01-22Add dfilter_macro_load.c to the distclean target to rebuild it if building fr...Anders Broman1-1/+1
2007-01-21Set the appropriate keywords.Guy Harris2-3/+2