Rename ipv6-utils.h to ipv6.h.
[metze/wireshark/wip.git] / epan / ftypes / ftypes.h
2016-01-03 Guy HarrisRename ipv6-utils.h to ipv6.h.
2015-12-29 Michal LabedzkiAdd support for IEEE-11073 FLOATs
2015-11-15 Stig BjørlykkeLua: Added support for ProtoField framenum type.
2015-03-12 Gerald CombsOne check mark for ACKs, two check marks for dup ACKs.
2015-03-05 Gerald CombsQt: Add extra related packet indicator types.
2015-02-21 JC WrenMake FT_{U}INT64 behave more like FT_{U}INT32, add...
2015-02-15 Bill Meierepan/ftypes/*.[hc]: As needed: Add editor modelines...
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2015-01-04 Michael MannCreate BASE_DOT, BASE_DASH, and BASE_SEMICOLON types...
2014-12-28 Michael MannCreate FT_FCWWN field type.
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
2014-04-07 Guy HarrisThe encoding of a string is *not* part of its type.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-21 Hadriel KaplanFix bug 9790: Lua: wslua allows duplicate field registr...
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-15 Guy HarrisEliminate fvalue_set() in favor of routines that take...
2013-12-23 Michael MannAdd FT_SYSTEM_ID type and convert the dissectors that...
2013-11-12 Guy HarrisReplace fvalue_ftype() with a fvalue_type_ftenum()...
2013-11-10 Jakub ZawadzkiMove struct _ftype_t + callback typedefs + free macro...
2013-10-06 Michael MannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
2013-09-13 Jörg MayerRemove epan.h from ftypes.h, address.h and tpg.h,
2013-07-28 Michael MannMake many items filterable for Vines dissectors.
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-03-09 Evan HuusRemove the emem slab feature (sl_* functions) completel...
2013-03-05 Anders Bromantype drange -> drange_t
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-01-18 Evan HuusMake the buffer argument to FvalueToStringRepr function...
2012-11-06 Jakub ZawadzkiWhen comparing fvalue_t we don't modify them, make...
2012-08-19 Gerald CombsHandle double-clicks in the tree.
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-09-07 Anders BromanFrom Jakub Zawadzki :
2011-08-23 Stig BjørlykkeRemove support for libpcre, we use GRegex in GLib.
2011-07-11 Gerald CombsMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-07-05 Guy HarrisAdd some additional routine variants that handle string...
2011-05-09 Jakub ZawadzkiConvert SLAB_-s, to sl_-API.
2011-05-08 Alexis La GoutteAdd FT_EUI64 Field Type
2010-05-08 Bill Meier(Trivial) Fix a typo & some indentation
2009-12-18 Gerald CombsIf we don't have PCRE and we do have GLib >= 2.14,...
2009-09-10 Kovarththanan Raja... Introduce a few FT_XXX lengths defines and use those...
2009-09-10 Kovarththanan Raja... Use the correct type, that is GByteArray instead of...
2009-09-10 Kovarththanan Raja... Remove unused field
2008-11-11 Balint ReczeySignal error on field values that cannot be safely...
2008-06-28 Anders BromanAdd FT_INT64 to IS_FT_INT and FT_UINT_64 to IS_FT_UINT.
2007-11-19 Stephen FisherIntroduce a new field type called FT_EBCDIC. This...
2007-01-18 Martin MathiesonAdd separate union entries to fvalue.value for signed...
2006-12-22 Ronnie Sahlberghmm
2006-12-22 Ronnie Sahlbergchange some slab allocated memory into ep/emem allocate...
2006-06-20 Gerald CombsChange ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix...
2006-05-31 Gerald Combslibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-21 Ronnie Sahlbergname change
2006-05-02 Gilbert RamirezAdd infrastructure for display filter functions.
2006-03-10 Tomas Kukosanew FT_GUID handling - big/little endian supported
2005-12-02 Tomas Kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-07-23 Jörg MayerFix lots of warnings of type:
2005-07-04 Tomas Kukosanew field type FT_GUID
2004-12-11 Lars RolandAdd functions to the old and the new plugin api for...
2004-10-01 Jörg MayerGet rid of warnings about shadowed variables (code...
2004-08-22 Guy HarrisAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-04 Guy HarrisInstead of using pointer casts in the slab allocator...
2004-07-04 Guy HarrisMake the "SLAB_ALLOC()" and "SLAB_FREE()" macros take...
2004-06-24 Ronnie Sahlbergfrom tomas k
2004-05-09 Guy HarrisFrom Lars Roland: add support for building a libetherea...
2004-02-27 Olivier BiotFirst attempt at "bitwise AND" display filter operator.
2004-02-01 Jörg Mayersigned/unsigend warning fixes
2004-01-25 Jörg MayerRemove the cast again and do the proper fix (add right...
2003-12-10 Gerald CombsMake the _pcre_tuple_t struct internal.
2003-12-09 Olivier BiotInternal PCRE field type for efficient RE parsing in...
2003-12-06 Gilbert RamirezFrom Olivier Biot
2003-12-03 Guy HarrisThe "ptr_u" unions no longer have a "next" pointer...
2003-12-03 Guy HarrisInstead of requiring slab-allocated structures to have...
2003-12-02 Guy HarrisFrom Didier Gautheron: put an "fvalue_t" structure...
2003-12-02 Ronnie SahlbergUse the LSAB_ALLOC and SLAB_FREE macros to allocate...
2003-11-25 Ronnie Sahlbergfvalue_free() is one of the most called functions.
2003-11-25 Ronnie SahlbergChange the handling of temporary allocation of fvalue_t...
2003-08-27 Gilbert RamirezAdd a "contains" operator for byte-strings, strings...
2003-07-25 Gilbert RamirezAdd to the fundamental types passed between the scanner...
2003-06-11 Gilbert RamirezExpand the ability of fvalue_to_string_repr, and modify...
2003-02-08 Gilbert RamirezProvide a way for ftype modules to provide a string...
2002-12-19 Guy HarrisAdd a new field type FT_FRAMENUM; an FT_FRAMENUM is...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-24 Guy HarrisFrom Ulf Lamping: add a new FT_FLOAT type, for single...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-06-23 Guy HarrisWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-05-09 Gilbert RamirezMerge the work in Novell_NCP_branch into the mainline...
2002-02-15 Gilbert RamirezComment-out FT_UCS2_LE, and remove the already commente...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-11-02 Guy HarrisAdd support for 64-bit signed integers in "int-64bit...
2001-10-29 Guy HarrisFrom Ronnie Sahlberg: FT_UINT64 support, code to handle...
2001-09-14 Guy HarrisGet rid of no-longer-necessary includes of <sys/time.h>.
2001-09-14 Guy HarrisMake the resolution for time values be nanoseconds...
2001-08-12 Richard SharpeAdd FT_UCS2_LE as a field type in prep for adding unico...
2001-02-27 Gilbert RamirezAdd Ed Warnicke's drange code to the new dfilter system.
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...