aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-guid.c
AgeCommit message (Expand)AuthorFilesLines
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