aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-string.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-18dfilter: Add a thin encapsulation layer for REsJoão Valverde1-10/+2
2021-10-15dfilter: Don't try to parse byte arrays as stringsJoão Valverde1-23/+5
2021-10-10ftypes: Use an order function to compare ftypesJoão Valverde1-64/+8
2021-06-19Replace g_assert() with ws_assert()João Valverde1-2/+3
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-03-21dfilter, ftypes: get rid of FT_PCRE.Guy Harris1-11/+3
2020-09-12Add FT_STRINGZTRUNC.Guy Harris1-0/+29
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-12ftype: rework val_from_unparsed to avoid double free.Dario Lombardo1-6/+6
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-03-20ftypes: move get_value_ptr into the unionMartin Kaiser1-12/+4
2017-03-20ftypes: move get_value_uinteger into the unionMartin Kaiser1-4/+0
2017-03-19ftypes: move get_value_sinteger into the unionMartin Kaiser1-4/+0
2017-03-19ftypes: move get_value_uinteger64 into the unionMartin Kaiser1-4/+0
2017-03-19ftypes: move get_value_sinteger64 into the unionMartin Kaiser1-4/+0
2017-03-19ftypes: create a get_value union, move get_value_floating into the unionMartin Kaiser1-8/+4
2017-03-18ftypes: rename get_value to get_value_ptrMartin Kaiser1-4/+4
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