More warining fixes: char -> const char
[obnox/wireshark/wip.git] / epan / dfilter /
2005-07-10 jmayerAfter doing "make maintainer-clean", "svn status -...
2005-07-04 kukosanew field type FT_GUID
2005-03-24 guyThe "new" routine for STTYPE_STRING and STTYPE_UNPARSED...
2005-02-14 guyMake the "maintainer-clean" rules get rid of some addit...
2004-07-18 jmayer .cvsignore is dead
2004-07-18 jmayerAdd epan/dissectors/.cvsignore
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-17 guyG_MAXINT32, G_MININT32, and G_MAXUINT32 aren't defined...
2004-07-16 guyI'm not sure "strtol()" and "strtoul()" are guaranteed...
2004-06-26 guyFrom Laurent Rabret: replace "lib" with "link /lib...
2004-06-16 guyNote that the reason why there's parser state that...
2004-06-15 guyFrom Graeme Hewson:
2004-06-15 guyFrom Graeme Hewson: fix a debug message.
2004-06-03 guyFrom Graeme Hewson:
2004-06-03 guyFrom Graeme Hewson:
2004-06-03 guyFrom Graeme Hewson:
2004-05-09 guyFrom Lars Roland: add support for building a libetherea...
2004-05-09 guyFrom Graeme Hewson:
2004-05-08 guyFrom Graeme Hewson: get rid of unnecessary check (it...
2004-05-08 obiotAdd the valuable input from Gilbert Ramirez in reply...
2004-05-06 obiotGet rid of epan/config.h.win32.
2004-04-30 ulflremoved unused things
2004-04-25 gramAdd support for flex 2.5.31.
2004-03-24 obiotFix the CLEANFILES target so both static and shared...
2004-03-13 jmayerMake libethereal and libwiretap shared libs.
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 guyUse -1 rather than 0 as the SCAN_FAILED return value...
2004-02-11 guyMake an existence test of an arbitrary entity syntactic...
2004-02-09 jmayerForgot *.la
2004-02-09 jmayerIgnore shared dll stuff
2004-01-22 ulflepan don't need GTK_CFLAGS as GTK isn't used,
2004-01-18 jmayerWarning fix when compiling with -strict-prototypes
2004-01-07 gramDon't assert that quoted_string be NULL; it can be...
2004-01-01 obiotAdd support of contains and matches operators on slices.
2003-12-21 guyAdd, for \xXX, the same sanity check (that 0xXX fits...
2003-12-20 ulflremoved some MSVC warnings (added type casts)
2003-12-19 gramPrint values for ANY_MATCHES and ANY_CONTAINS so that...
2003-12-10 obiotPCRE support requires $(PCRE_CFLAGS) in CFLAGS.
2003-12-09 obiotInternal PCRE field type for efficient RE parsing in...
2003-12-06 gramFrom Olivier Biot
2003-12-02 guyFrom Didier Gautheron: put an "fvalue_t" structure...
2003-11-25 sahlbergfvalue_free() is one of the most called functions.
2003-10-27 guyAllow + and , in unparsed strings, so that you can...
2003-10-10 guyGive every Makefile.nmake file a "distclean" rule,...
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-14 guyDefine GLIB_CFLAGS and GTK_CFLAGS variables in config...
2003-06-13 guyHandle the case of a comparison between two ranges...
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-12-02 guy"dfilter_compile()" doesn't modify the string pointed...
2002-11-28 guyMake the "strings" pointer in a "header_field_info...
2002-11-01 gramFix a problem when using the same field more than once...
2002-10-16 gramMake the dfilter code support multiple header_field_inf...
2002-09-09 guy"dfilter_prime_proto_tree()" doesn't modify the "dfilte...
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-04-29 guyMove the code to build the balanced tree of fields...
2002-04-11 gramAdd "-" (hyphen) to the pattern for field-name/non...
2002-04-08 gramMake some variables and functions static.
2002-03-02 guyFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-02-27 gramRemove unused variables, structure definitions, and...
2002-02-27 guyFrom Joerg Mayer:
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-04 guyFrom Hamish Moffatt:
2001-12-18 gramProvide for per-protocol-tree data in the proto_tree...
2001-12-13 gramPlug a really bad memory leak. The GPtrArrays of field_...
2001-12-12 guyFrom Motonori Shindo: add "*.pdb" to the ".cvsignore...
2001-12-12 guyFrom Motonori Shindo:
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-10-26 gramFix some signed/unsigned comparison warnings. In the...
2001-07-13 guyFrom Joerg Mayer:
2001-06-22 gramSupport CIDR notation in IPv4 address filtering.
2001-03-23 gramThe Win32 build builds wiretap as a DLL and requires...
2001-03-06 gramAdd some win32-specific targets in .cvsignore's.
2001-03-05 gramMove version to 0.8.16.
2001-03-02 gramEnable slices of [i-j], where i is start offset and...
2001-02-27 gramMove the location of cppmagic.h, since the lemon-flex...
2001-02-27 gramAdd Ed Warnicke's drange code to the new dfilter system.
2001-02-26 guyRemove the Lemon stuff from EXTRA_DIST; the Lemon sourc...
2001-02-16 gramActually, this works better.
2001-02-16 gramUse the proper way to denote that a single operation
2001-02-15 guyMore prototype fun - make the Lemon parser allocate...
2001-02-13 guyIn a display filter expression, make a field name refer...
2001-02-12 guyIf there are multiple fields with the same name, list...
2001-02-11 gramRemove unused variable and add copyright and RCS ID.
2001-02-02 gramAdd Makefile.nmake files for new subdirs.
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...