aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-string.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-15ftypes: move set_value_floating into the unionMartin Kaiser1-4/+0
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser1-4/+0
2017-03-14ftypes: move set_value_uinteger64 into the unionMartin Kaiser1-4/+0
2017-03-13ftypes: move set_value_sinteger into the unionMartin Kaiser1-4/+0
2017-03-13ftypes: move set_value_uinteger into the unionMartin Kaiser1-4/+0
2017-03-10ftypes: move set_value_protocol into the unionMartin Kaiser1-4/+0
2017-03-10ftypes: move set_value_string into the unionMartin Kaiser1-8/+4
2017-03-09ftypes: move set_value_time into the unionMartin Kaiser1-4/+0
2017-03-08ftypes: move set_value_guid into the unionMartin Kaiser1-4/+0
2017-03-08ftypes: move set_value_bytes into the unionMartin Kaiser1-4/+0
2017-03-07ftypes: create a set_value unionMartin Kaiser1-4/+8
2016-05-10Give FvalueToStringRepr a length parameter.Michael Mann1-2/+2
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-4/+4
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-8/+16
2015-02-15epan/ftypes/*.[hc]: As needed: Add editor modelines & Fix indentationBill Meier1-0/+13
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-3/+3
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-2/+2
2014-10-17Don't use <ctype.h> macros.Guy Harris1-1/+0
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-0/+43
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris1-10/+22
2013-11-08Use escape_string*() functions in ftype-string.Jakub Zawadzki1-56/+12
2013-10-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9323 :Jeff Morriss1-3/+5
2013-09-13Two more places with now explicit emem.h includeJörg Mayer1-0/+1
2013-03-19From beroset:Anders Broman1-2/+2
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-8/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-02Try to squelch warningsAnders Broman1-2/+2
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs1-3/+3
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-39/+0
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-7/+3
2011-07-05Add some additional routine variants that handle string encodings, andGuy Harris1-38/+0
2011-04-12Use g_snprintf instead of sprintf: (Part of) Covertiy 665.Chris Maynard1-1/+1
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs1-3/+32
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-03-15Some more P64 fixes - they all assume we don't have truly giganticGuy Harris1-2/+2
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-3/+1
2009-02-07#include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-06-23Rename some variables to avoid shadowing warnings.Stig Bjørlykke1-4/+4
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-5/+3
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher1-0/+38
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-6/+12
2006-12-30since all callers to fvalue_set for FT_STRING[Z] use already_copied==FALSE we...Ronnie Sahlberg1-6/+2
2006-12-22hmmRonnie Sahlberg1-0/+1
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.Ronnie Sahlberg1-1/+0
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+3
2005-10-31When printing the code for a display filter:Guy Harris1-4/+4