aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-guid.c
AgeCommit message (Expand)AuthorFilesLines
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/+0
2017-03-19ftypes: move get_value_sinteger into the unionMartin Kaiser1-1/+0
2017-03-19ftypes: move get_value_uinteger64 into the unionMartin Kaiser1-1/+0
2017-03-19ftypes: move get_value_sinteger64 into the unionMartin Kaiser1-1/+0
2017-03-19ftypes: create a get_value union, move get_value_floating into the unionMartin Kaiser1-2/+1
2017-03-18ftypes: rename get_value to get_value_ptrMartin Kaiser1-1/+1
2017-03-15ftypes: move set_value_floating into the unionMartin Kaiser1-1/+0
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser1-1/+0
2017-03-14ftypes: move set_value_uinteger64 into the unionMartin Kaiser1-1/+0
2017-03-13ftypes: move set_value_sinteger into the unionMartin Kaiser1-1/+0
2017-03-13ftypes: move set_value_uinteger into the unionMartin Kaiser1-1/+0
2017-03-10ftypes: move set_value_protocol into the unionMartin Kaiser1-1/+0
2017-03-10ftypes: move set_value_string into the unionMartin Kaiser1-1/+0
2017-03-09ftypes: move set_value_time into the unionMartin Kaiser1-1/+0
2017-03-08ftypes: move set_value_guid into the unionMartin Kaiser1-2/+1
2017-03-08ftypes: move set_value_bytes into the unionMartin Kaiser1-1/+0
2017-03-07ftypes: create a set_value unionMartin Kaiser1-1/+2
2016-11-11ftype-guid.c: fix FT_GUID filteringPascal Quantin1-6/+3
2016-05-10Give FvalueToStringRepr a length parameter.Michael Mann1-5/+5
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-1/+1
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier1-2/+2
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-2/+4
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/+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-2/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-4/+4
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris1-7/+12
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-2/+2
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
2010-05-11Straighten out field type names.Jaap Keuter1-1/+1
2009-04-22Clean up some 64-bit issues.Guy Harris1-1/+1
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-2/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+1
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris1-83/+82
2006-03-11propset...Jörg Mayer1-168/+168
2006-03-10few warnings from GUID handling avoidedTomas Kukosa1-5/+6
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-0/+167