aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-06From Olivier BiotGilbert Ramirez8-27/+50
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris1-2/+2
2003-11-25fvalue_free() is one of the most called functions.Ronnie Sahlberg1-2/+2
2003-10-27Allow + and , in unparsed strings, so that you can use + as a sign in aGuy Harris1-2/+2
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-5/+5
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez8-30/+62
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez5-45/+198
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2003-06-13Handle the case of a comparison between two ranges (or, at least, don'tGuy Harris1-1/+4
2003-06-13Oops, a range of N-N is valid and means "the byte at offset N".Guy Harris1-4/+4
2003-06-13Add some sanity checking for ranges, so that you can't say "foo[M-N]"Guy Harris1-1/+66
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris1-1/+5