aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftypes-int.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-04-12No need to include <epan/packet.h> in <epan/ftypes/ftypes-int.h>.Guy Harris1-1/+1
2017-03-20ftypes: move get_value_ptr into the unionMartin Kaiser1-3/+1
2017-03-20ftypes: move get_value_uinteger into the unionMartin Kaiser1-1/+1
2017-03-19ftypes: move get_value_sinteger into the unionMartin Kaiser1-1/+1
2017-03-19ftypes: move get_value_uinteger64 into the unionMartin Kaiser1-1/+1
2017-03-19ftypes: move get_value_sinteger64 into the unionMartin Kaiser1-1/+1
2017-03-19ftypes: create a get_value union, move get_value_floating into the unionMartin Kaiser1-1/+4
2017-03-18ftypes: rename get_value to get_value_ptrMartin Kaiser1-1/+1
2017-03-15ftypes: move set_value_floating into the unionMartin Kaiser1-3/+1
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser1-1/+1
2017-03-14ftypes: move set_value_uinteger64 into the unionMartin Kaiser1-1/+1
2017-03-13ftypes: move set_value_sinteger into the unionMartin Kaiser1-1/+1
2017-03-13ftypes: move set_value_uinteger into the unionMartin Kaiser1-1/+1
2017-03-10ftypes: move set_value_protocol into the unionMartin Kaiser1-1/+1
2017-03-10ftypes: move set_value_string into the unionMartin Kaiser1-1/+1
2017-03-09ftypes: move set_value_time into the unionMartin Kaiser1-1/+1
2017-03-08ftypes: move set_value_guid into the unionMartin Kaiser1-1/+1
2017-03-08ftypes: move set_value_bytes into the unionMartin Kaiser1-1/+1
2017-03-07ftypes: create a set_value unionMartin Kaiser1-1/+4
2016-05-10Give FvalueToStringRepr a length parameter.Michael Mann1-1/+1
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-2/+2
2015-12-29Add support for IEEE-11073 FLOATsMichal Labedzki1-0/+1
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-4/+8
2015-02-15epan/ftypes/*.[hc]: As needed: Add editor modelines & Fix indentationBill Meier1-0/+13
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+2
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-2/+2
2014-12-28Create FT_FCWWN field type.Michael Mann1-0/+1
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-4/+14
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+84
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-09-07From Jakub Zawadzki :Anders Broman1-0/+1
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-13/+0
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-2/+0
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs1-0/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-0/+1
2005-07-23Move declaration of void ftype_register_* to ftypes-int.h.Jörg Mayer1-0/+14
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2003-12-10Make the _pcre_tuple_t struct internal.Gerald Combs1-1/+15
2003-11-25fvalue_free() is one of the most called functions.Ronnie Sahlberg1-56/+1
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-2/+3
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-1/+3
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez1-3/+3
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez1-1/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+3
2001-03-02Get rid of unused method from ftypes structure.Gilbert Ramirez1-3/+1
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez1-2/+2