aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
AgeCommit message (Expand)AuthorFilesLines
2005-07-23Some more 'char*' -> 'const char*' changesjmayer2-2/+2
2005-07-23Add includes to fix warnings of typejmayer2-0/+2
2005-07-23Move declaration of sttype_register_* functions fromjmayer2-7/+7
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"jmayer1-0/+7
2005-07-04new field type FT_GUIDkukosa1-1/+4
2005-03-24The "new" routine for STTYPE_STRING and STTYPE_UNPARSED does aguy1-5/+6
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedguy1-0/+11
2004-07-18 .cvsignore is deadjmayer1-16/+0
2004-07-18Add epan/dissectors/.cvsignorejmayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy26-132/+132
2004-07-17G_MAXINT32, G_MININT32, and G_MAXUINT32 aren't defined by GLib 1.2[.x],guy1-0/+12
2004-07-16I'm not sure "strtol()" and "strtoul()" are guaranteed to clear "errno"guy1-2/+23
2004-06-26From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just aguy1-2/+2
2004-06-16Note that the reason why there's parser state that stays around afterguy1-2/+4
2004-06-15From Graeme Hewson:guy2-27/+40
2004-06-15From Graeme Hewson: fix a debug message.guy1-2/+2
2004-06-03From Graeme Hewson:guy4-15/+13
2004-06-03From Graeme Hewson:guy1-66/+96
2004-06-03From Graeme Hewson:guy1-7/+26
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-3/+7
2004-05-09From Graeme Hewson:guy1-2/+17
2004-05-08From Graeme Hewson: get rid of unnecessary check (it's necessary forguy1-7/+1
2004-05-08Add the valuable input from Gilbert Ramirez in reply to questions I had whenobiot1-1/+68
2004-05-06Get rid of epan/config.h.win32.obiot1-6/+6
2004-04-30removed unused thingsulfl1-5/+1
2004-04-25Add support for flex 2.5.31.gram1-1/+2
2004-03-24Fix the CLEANFILES target so both static and shared libraries are cleaned.obiot1-1/+2
2004-03-13Make libethereal and libwiretap shared libs.jmayer1-7/+3
2004-02-27First attempt at "bitwise AND" display filter operator.obiot9-19/+73
2004-02-22If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,gram1-5/+21
2004-02-11Use -1 rather than 0 as the SCAN_FAILED return value from the lexicalguy3-9/+31
2004-02-11Make an existence test of an arbitrary entity syntactically valid, butguy2-5/+45
2004-02-09Forgot *.lajmayer1-4/+5
2004-02-09Ignore shared dll stuffjmayer1-0/+2
2004-01-22epan don't need GTK_CFLAGS as GTK isn't used,ulfl1-2/+2
2004-01-18Warning fix when compiling with -strict-prototypesjmayer1-3/+3
2004-01-07Don't assert that quoted_string be NULL; it can be non-NULL ifgram1-2/+11
2004-01-01Add support of contains and matches operators on slices.obiot1-6/+33
2003-12-21Add, for \xXX, the same sanity check (that 0xXX fits in a single byte)guy1-1/+7
2003-12-20removed some MSVC warnings (added type casts)ulfl1-3/+3
2003-12-19Print values for ANY_MATCHES and ANY_CONTAINS so that the dftestgram1-1/+11
2003-12-10PCRE support requires $(PCRE_CFLAGS) in CFLAGS.obiot1-2/+2
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.obiot1-14/+58
2003-12-06From Olivier Biotgram8-27/+50
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"guy1-2/+2
2003-11-25fvalue_free() is one of the most called functions.sahlberg1-2/+2
2003-10-27Allow + and , in unparsed strings, so that you can use + as a sign in aguy1-2/+2
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"guy1-5/+5
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).gram8-30/+62
2003-07-25Add to the fundamental types passed between the scanner and the parser.gram5-45/+198