epan: use SPDX indentifiers.
[metze/wireshark/wip.git] / epan / ftypes / ftypes-int.h
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2017-04-12 Guy HarrisNo need to include <epan/packet.h> in <epan/ftypes...
2017-03-20 Martin Kaiserftypes: move get_value_ptr into the union
2017-03-20 Martin Kaiserftypes: move get_value_uinteger into the union
2017-03-19 Martin Kaiserftypes: move get_value_sinteger into the union
2017-03-19 Martin Kaiserftypes: move get_value_uinteger64 into the union
2017-03-19 Martin Kaiserftypes: move get_value_sinteger64 into the union
2017-03-19 Martin Kaiserftypes: create a get_value union, move get_value_floati...
2017-03-18 Martin Kaiserftypes: rename get_value to get_value_ptr
2017-03-15 Martin Kaiserftypes: move set_value_floating into the union
2017-03-14 Martin Kaiserftypes: move set_value_sinteger64 into the union
2017-03-14 Martin Kaiserftypes: move set_value_uinteger64 into the union
2017-03-13 Martin Kaiserftypes: move set_value_sinteger into the union
2017-03-13 Martin Kaiserftypes: move set_value_uinteger into the union
2017-03-10 Martin Kaiserftypes: move set_value_protocol into the union
2017-03-10 Martin Kaiserftypes: move set_value_string into the union
2017-03-09 Martin Kaiserftypes: move set_value_time into the union
2017-03-08 Martin Kaiserftypes: move set_value_guid into the union
2017-03-08 Martin Kaiserftypes: move set_value_bytes into the union
2017-03-07 Martin Kaiserftypes: create a set_value union
2016-05-10 Michael MannGive FvalueToStringRepr a length parameter.
2016-05-05 Michael MannConvert ftype-tvbuff.c to ftype-protocol.c
2015-12-29 Michal LabedzkiAdd support for IEEE-11073 FLOATs
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-03-04 Alexis La GoutteRemove all $Id$ from top of file
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-11-10 Jakub ZawadzkiMove struct _ftype_t + callback typedefs + free macro...
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...
2009-12-18 Gerald CombsIf we don't have PCRE and we do have GLib >= 2.14,...
2006-05-21 Ronnie Sahlbergname change
2006-03-10 Tomas Kukosanew FT_GUID handling - big/little endian supported
2005-07-23 Jörg MayerMove declaration of void ftype_register_* to ftypes...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2003-12-10 Gerald CombsMake the _pcre_tuple_t struct internal.
2003-11-25 Ronnie Sahlbergfvalue_free() is one of the most called functions.
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-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-03-02 Gilbert RamirezGet rid of unused method from ftypes structure.
2001-02-27 Gilbert RamirezAdd Ed Warnicke's drange code to the new dfilter system.
2001-02-01 Gilbert RamirezGrumble, grumble. I forgot to add the license comment...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...