Move declaration of void ftype_register_* to ftypes-int.h.
[obnox/wireshark/wip.git] / epan / ftypes / ftype-bytes.c
2005-07-23 jmayerMove declaration of void ftype_register_* to ftypes...
2005-07-04 kukosanew field type FT_GUID
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-06 geraldAdd a "force_separators" parameter to hex_str_to_bytes...
2004-02-27 obiotFirst attempt at "bitwise AND" display filter operator.
2004-01-25 jmayerRemove the cast again and do the proper fix (add right...
2004-01-25 jmayerAdd a cast to avoid a signedness warning
2004-01-01 obiotAdd support of contains operator in slices.
2003-12-29 geraldPull most of bytes_from_unparsed() into a new routine,
2003-12-18 obiotAdd support of the "matches" operator to FT_BYTES and...
2003-12-06 gramFrom Olivier Biot
2003-10-29 guyMake the "fvalue_set" methods for types whose value...
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-11 gramExpand the ability of fvalue_to_string_repr, and modify...
2003-02-08 gramProvide a way for ftype modules to provide a string...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-05-10 gramRegister FT_UINT_BYTES with correct structure.
2002-05-09 gramMerge the work in Novell_NCP_branch into the mainline...
2002-02-05 guy"log" is a name that belongs to the ANSI C89 standard...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-11-22 hagbardMoved int-64bit.{c,h} into epan/
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-03 guyFix some places where value-to-string routines were...
2001-03-02 gramGet rid of unused method from ftypes structure.
2001-02-01 guyMake some pointers "guchar" pointers, so that character...
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...