aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-02MSVC is picky about assignments in declarations.Anders Broman1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez14-56/+777
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-1/+4
2005-10-31Dump the range when printing an MK_RANGE operator.Guy Harris1-2/+36
2005-10-31When printing the code for a display filter:Guy Harris1-15/+19
2005-08-20- Include the .h files in their .c files.Jörg Mayer2-0/+3
2005-08-18several times replacing:Ulf Lamping1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-08-04Albert Chin:Jörg Mayer1-1/+0
2005-08-02Clean up after ourselves so that we pass "distcheck" again.Gerald Combs1-0/+5
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-0/+0
2005-08-01Make sure "lemon" exists before we try to use it. This can happen if weGerald Combs1-2/+2
2005-07-23Some more 'char*' -> 'const char*' changesJörg Mayer2-2/+2
2005-07-23Add includes to fix warnings of typeJörg Mayer2-0/+2
2005-07-23Move declaration of sttype_register_* functions fromJörg Mayer2-7/+7
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+7
2005-07-04new field type FT_GUIDTomas Kukosa1-1/+4
2005-03-24The "new" routine for STTYPE_STRING and STTYPE_UNPARSED does aGuy Harris1-5/+6
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+11
2004-07-18 .cvsignore is deadJörg Mayer1-16/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris26-132/+132
2004-07-17G_MAXINT32, G_MININT32, and G_MAXUINT32 aren't defined by GLib 1.2[.x],Guy Harris1-0/+12
2004-07-16I'm not sure "strtol()" and "strtoul()" are guaranteed to clear "errno"Guy Harris1-2/+23
2004-06-26From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just aGuy Harris1-2/+2