libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ of
[obnox/wireshark/wip.git] / epan / ftypes / ftypes.h
2006-05-31 geraldlibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-21 sahlbergname change
2006-05-02 gramAdd infrastructure for display filter functions.
2006-03-10 kukosanew FT_GUID handling - big/little endian supported
2005-12-02 kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-07-23 jmayerFix lots of warnings of type:
2005-07-04 kukosanew field type FT_GUID
2004-12-11 lrolandAdd functions to the old and the new plugin api for...
2004-10-01 jmayerGet rid of warnings about shadowed variables (code...
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-04 guyInstead of using pointer casts in the slab allocator...
2004-07-04 guyMake the "SLAB_ALLOC()" and "SLAB_FREE()" macros take...
2004-06-24 sahlbergfrom tomas k
2004-05-09 guyFrom Lars Roland: add support for building a libetherea...
2004-02-27 obiotFirst attempt at "bitwise AND" display filter operator.
2004-02-01 jmayersigned/unsigend warning fixes
2004-01-25 jmayerRemove the cast again and do the proper fix (add right...
2003-12-10 geraldMake the _pcre_tuple_t struct internal.
2003-12-09 obiotInternal PCRE field type for efficient RE parsing in...
2003-12-06 gramFrom Olivier Biot
2003-12-03 guyThe "ptr_u" unions no longer have a "next" pointer...
2003-12-03 guyInstead of requiring slab-allocated structures to have...
2003-12-02 guyFrom Didier Gautheron: put an "fvalue_t" structure...
2003-12-02 sahlbergUse the LSAB_ALLOC and SLAB_FREE macros to allocate...
2003-11-25 sahlbergfvalue_free() is one of the most called functions.
2003-11-25 sahlbergChange the handling of temporary allocation of fvalue_t...
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-12-19 guyAdd a new field type FT_FRAMENUM; an FT_FRAMENUM is...
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-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-23 guyWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-05-09 gramMerge the work in Novell_NCP_branch into the mainline...
2002-02-15 gramComment-out FT_UCS2_LE, and remove the already commente...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
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-09-14 guyGet rid of no-longer-necessary includes of <sys/time.h>.
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-08-12 sharpeAdd FT_UCS2_LE as a field type in prep for adding unico...
2001-02-27 gramAdd Ed Warnicke's drange code to the new dfilter system.
2001-02-01 gramCreate a more modular type system for the FT_* types...