aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/semcheck.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-3/+7
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher1-0/+3
2007-04-17Make sure ENDTRY gets evaluatedLuis Ontanon1-6/+6
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-1/+168
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-1/+4
2005-07-23Add includes to fix warnings of typeJörg Mayer1-0/+1
2005-07-04new field type FT_GUIDTomas Kukosa1-1/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-15From Graeme Hewson: fix a debug message.Guy Harris1-2/+2
2004-06-03From Graeme Hewson:Guy Harris1-66/+96
2004-05-09From Graeme Hewson:Guy Harris1-2/+17
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot1-1/+4
2004-02-22If the LHS is a STRING or UNPARSED string, and the RHS is a FIELD,Gilbert Ramirez1-5/+21
2004-02-11Make an existence test of an arbitrary entity syntactically valid, butGuy Harris1-2/+42
2004-01-01Add support of contains and matches operators on slices.Olivier Biot1-6/+33
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot1-14/+58
2003-12-06From Olivier BiotGilbert Ramirez1-1/+9
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-21/+37
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-22/+114
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
2002-11-28Make the "strings" pointer in a "header_field_info" structure a constGuy Harris1-4/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
2002-08-24From Ulf Lamping: add a new FT_FLOAT type, for single-precisionGuy Harris1-1/+4
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez1-2/+5
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-4/+4
2002-02-27Remove unused variables, structure definitions, and functions.Gilbert Ramirez1-22/+22
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-1/+2
2001-11-02Add support for 64-bit signed integers in "int-64bit.[ch]", add anGuy Harris1-3/+7
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris1-1/+2
2001-03-02Enable slices of [i-j], where i is start offset and j is end offset,Gilbert Ramirez1-5/+5
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez1-126/+180
2001-02-01Grumble, grumble. I forgot to add the license comment at the topGilbert Ramirez1-0/+23
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+472