aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-21Set the appropriate keywords.Guy Harris1-2/+2
2007-01-18fix the dfilter_macro_load.c ruleLuis Ontanon1-1/+1
2007-01-18I actually forgot that dfilter_macro_expand.l was not usedLuis Ontanon2-383/+0
2007-01-18The forgotten file strikes back... Luis Ontanon1-0/+379
2007-01-18Trying to fix the build on Ubuntu-5.10-x86 buildbot again.Jaap Keuter1-2/+3
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-1/+1
2007-01-18display filter macros.Luis Ontanon6-6/+665
2007-01-17productions of non-terminal "sentence" do not generate any value. Avoid a des...Luis Ontanon1-1/+1
2006-12-29use an ep allocated temporary string when creating the string for a FT_STRING...Ronnie Sahlberg1-2/+3
2006-12-22hmmRonnie Sahlberg1-0/+1
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.Ronnie Sahlberg1-1/+0
2006-12-05Add a few missing /$(MAKEFLAGS)Bill Meier1-2/+2
2006-11-03Add $(EXEXT) after references to the Lemon executable.Guy Harris1-2/+2
2006-10-19If we have to use Lex or Flex, check whether we found it, first, and ifGuy Harris1-0/+4
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-1/+1
2006-06-17ethereal to wireshark changesRonnie Sahlberg2-6/+6
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-2/+2
2006-05-21name changeRonnie Sahlberg25-36/+36