ftypes: move get_value_sinteger64 into the union
[metze/wireshark/wip.git] / epan / ftypes / ftype-string.c
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-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 HarrisRemove some apparently-unnecessary includes of emem.h.
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-10-17 Guy HarrisDon't use <ctype.h> macros.
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
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-08 Jakub ZawadzkiUse escape_string*() functions in ftype-string.
2013-10-27 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-09-13 Jörg MayerTwo more places with now explicit emem.h include
2013-03-19 Anders BromanFrom beroset:
2012-11-06 Jakub ZawadzkiWhen comparing fvalue_t we don't modify them, make...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-02 Anders BromanTry to squelch warnings
2011-12-27 Gerald CombsAdd a "-G ftypes" option, which dumps our supprted...
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-04-12 Chris MaynardUse g_snprintf instead of sprintf: (Part of) Covertiy...
2009-12-18 Gerald CombsIf we don't have PCRE and we do have GLib >= 2.14,...
2009-08-26 Bill Meier(FWIW) One step towards including stdio.h & stdlib...
2009-03-15 Guy HarrisSome more P64 fixes - they all assume we don't have...
2009-03-13 Stig BjørlykkeFrom Jakub Zawadzki (bug 3331):
2009-02-07 Bill Meier#include <epan/emem.h> not req'd ...
2008-06-23 Stig BjørlykkeRename some variables to avoid shadowing warnings.
2008-02-07 Stig BjørlykkeRemoved some "statement not reached" warnings.
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-30 Ronnie Sahlbergsince all callers to fvalue_set for FT_STRING[Z] use...
2006-12-22 Ronnie Sahlberghmm
2006-12-22 Ronnie Sahlbergchange some slab allocated memory into ep/emem allocate...
2006-05-21 Ronnie Sahlbergname change
2006-05-02 Gilbert RamirezAdd infrastructure for display filter functions.
2005-10-31 Guy HarrisWhen printing the code for a display filter:
2005-09-28 Guy HarrisHave show_exception() take a "const char *" as its...
2005-03-22 Ulf Lampingreplace another g_assert by DISSECTOR_ASSERT, so Ethere...
2005-02-03 Gilbert RamirezFrom Pekka Pietikainen <pp@ee.oulu.fi>, add a byte...
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-05-09 Guy HarrisFrom Graeme Hewson:
2004-05-02 Guy HarrisMake sure the character values we pass to "isprint...
2004-04-26 Gilbert RamirezWhen producing a display-filter representation of an...
2004-02-27 Olivier BiotFirst attempt at "bitwise AND" display filter operator.
2004-02-01 Jörg Mayersigned/unsigend warning fixes
2003-12-18 Olivier BiotAdd support of the "matches" operator to FT_BYTES and...
2003-12-09 Olivier BiotInternal PCRE field type for efficient RE parsing in...
2003-12-06 Gilbert RamirezFrom Olivier Biot
2003-11-25 Ronnie Sahlbergfvalue_free() is one of the most called functions.
2003-10-29 Guy HarrisMake the "fvalue_set" methods for types whose value...
2003-08-27 Gilbert RamirezAdd a "contains" operator for byte-strings, strings...
2003-07-30 Guy HarrisEscape double-quotes, while you're at it.
2003-07-30 Guy HarrisEscape backslashes in strings when generating the dfilt...
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-03-02 Guy HarrisFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-02-05 Guy Harris"log" is a name that belongs to the ANSI C89 standard...
2001-07-15 Guy HarrisBefore setting the value of an string field, make sure...
2001-03-02 Gilbert RamirezGet rid of unused method from ftypes structure.
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...