Add an additional "title" attribute for UAT fields; that's what's
[obnox/wireshark/wip.git] / epan / dfilter / semcheck.c
2008-04-09 etxrabRemove:
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-19 sfisherIntroduce a new field type called FT_EBCDIC. This...
2007-04-17 legoMake sure ENDTRY gets evaluated
2007-01-18 martinmAdd separate union entries to fvalue.value for signed...
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-05-02 gramAdd infrastructure for display filter functions.
2005-12-02 kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-07-23 jmayerAdd includes to fix warnings of type
2005-07-04 kukosanew field type FT_GUID
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-15 guyFrom Graeme Hewson: fix a debug message.
2004-06-03 guyFrom Graeme Hewson:
2004-05-09 guyFrom Graeme Hewson:
2004-02-27 obiotFirst attempt at "bitwise AND" display filter operator.
2004-02-22 gramIf the LHS is a STRING or UNPARSED string, and the...
2004-02-11 guyMake an existence test of an arbitrary entity syntactic...
2004-01-01 obiotAdd support of contains and matches operators on slices.
2003-12-09 obiotInternal PCRE field type for efficient RE parsing in...
2003-12-06 gramFrom Olivier Biot
2003-08-27 gramAdd a "contains" operator for byte-strings, strings...
2003-07-25 gramAdd to the fundamental types passed between the scanner...
2003-06-13 guyOops, a range of N-N is valid and means "the byte at...
2003-06-13 guyAdd some sanity checking for ranges, so that you can...
2002-12-19 guyAdd a new field type FT_FRAMENUM; an FT_FRAMENUM is...
2002-11-28 guyMake the "strings" pointer in a "header_field_info...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-24 guyFrom Ulf Lamping: add a new FT_FLOAT type, for single...
2002-05-09 gramMerge the work in Novell_NCP_branch into the mainline...
2002-03-02 guyFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-02-27 gramRemove unused variables, structure definitions, and...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-11-02 guyAdd support for 64-bit signed integers in "int-64bit...
2001-10-29 guyFrom Ronnie Sahlberg: FT_UINT64 support, code to handle...
2001-03-02 gramEnable slices of [i-j], where i is start offset and...
2001-02-27 gramAdd Ed Warnicke's drange code to the new dfilter system.
2001-02-01 gramGrumble, grumble. I forgot to add the license comment...
2001-02-01 gramCreate a more modular type system for the FT_* types...