aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-16Note that the reason why there's parser state that stays around afterGuy Harris1-2/+4
2004-06-15From Graeme Hewson:Guy Harris2-27/+40
2004-06-15From Graeme Hewson: fix a debug message.Guy Harris1-2/+2
2004-06-03From Graeme Hewson:Guy Harris4-15/+13
2004-06-03From Graeme Hewson:Guy Harris1-66/+96
2004-06-03From Graeme Hewson:Guy Harris1-7/+26
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-3/+7
2004-05-09From Graeme Hewson:Guy Harris1-2/+17
2004-05-08From Graeme Hewson: get rid of unnecessary check (it's necessary forGuy Harris1-7/+1
2004-05-08Add the valuable input from Gilbert Ramirez in reply to questions I had whenOlivier Biot1-1/+68
2004-05-06Get rid of epan/config.h.win32.Olivier Biot1-6/+6
2004-04-30removed unused thingsUlf Lamping1-5/+1
2004-04-25Add support for flex 2.5.31.Gilbert Ramirez1-1/+2
2004-03-24Fix the CLEANFILES target so both static and shared libraries are cleaned.Olivier Biot1-1/+2
2004-03-13Make libethereal and libwiretap shared libs.Jörg Mayer1-7/+3
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot9-19/+73
2004-02-22If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,Gilbert Ramirez1-5/+21
2004-02-11Use -1 rather than 0 as the SCAN_FAILED return value from the lexicalGuy Harris3-9/+31
2004-02-11Make an existence test of an arbitrary entity syntactically valid, butGuy Harris2-5/+45
2004-02-09Forgot *.laJörg Mayer1-4/+5
2004-02-09Ignore shared dll stuffJörg Mayer1-0/+2
2004-01-22epan don't need GTK_CFLAGS as GTK isn't used,Ulf Lamping1-2/+2
2004-01-18Warning fix when compiling with -strict-prototypesJörg Mayer1-3/+3
2004-01-07Don't assert that quoted_string be NULL; it can be non-NULL ifGilbert Ramirez1-2/+11
2004-01-01Add support of contains and matches operators on slices.Olivier Biot1-6/+33
2003-12-21Add, for \xXX, the same sanity check (that 0xXX fits in a single byte)Guy Harris1-1/+7
2003-12-20removed some MSVC warnings (added type casts)Ulf Lamping1-3/+3
2003-12-19Print values for ANY_MATCHES and ANY_CONTAINS so that the dftestGilbert Ramirez1-1/+11
2003-12-10PCRE support requires $(PCRE_CFLAGS) in CFLAGS.Olivier Biot1-2/+2
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot1-14/+58