aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-integer.c
AgeCommit message (Expand)AuthorFilesLines
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-51/+121
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+2
2013-09-13Two more places with now explicit emem.h includeJörg Mayer1-0/+1
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-24/+24
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-1/+1
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs1-13/+13
2011-10-29Fixed max and min in sint24_from_unparsed() again.Stig Bjørlykke1-1/+1
2011-10-28Fixed max and min in sint24_from_unparsed().Stig Bjørlykke1-1/+1
2011-10-28Fixed a typo: strtoull() -> strtoul()Stig Bjørlykke1-1/+1
2011-10-28Simplified code for checking integer ranges.Stig Bjørlykke1-102/+32
2011-10-28Added range checking for integers and give an appropriate errorStig Bjørlykke1-26/+207
2011-10-26Fixed compare functions for 64 bits integers:Stig Bjørlykke1-8/+8
2011-06-14Please don't use prohibited APIs in new code:Stig Bjørlykke1-1/+1
2011-05-16Cast away some warnings about alignment; ep_alloc() guaranteesGuy Harris1-1/+1
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-0/+74
2010-04-30Pick up other check from the almost-identical routine inGuy Harris1-0/+9
2010-04-30Fix comment.Guy Harris1-1/+1
2010-04-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1696 :Jeff Morriss1-12/+57
2010-02-23From Jakub Zawadzki:Anders Broman1-3/+12
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-1/+1
2009-04-22Clean up some 64-bit issues.Guy Harris1-1/+1
2008-06-04g_ascii_strtoull() is in GLib 2.2 and later, and we require GLib 2.4 orGuy Harris1-4/+0
2008-06-03We require GLib 2.4 or later, and they define G_MININT32, G_MAXIN32,Guy Harris1-12/+0
2008-02-08Fix typo in commentStephen Fisher1-1/+1
2007-12-05At least on some LP64 platforms (such as OpenBSD 4.2 on x86-64),Guy Harris1-2/+2
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-56/+96
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+13
2005-11-03Fix usage of PRI[du]64 - they just replace the "letter" part of theGuy Harris1-2/+2
2005-10-31When printing the code for a display filter:Guy Harris1-24/+84
2004-09-03Some UN*Xes don't have any "strtou*" routine to convert a string to aGuy Harris1-3/+7
2004-08-25guint64 & guint64 is another guint64, but a gboolean is just 32 bits onGuy Harris1-2/+2
2004-08-22GLib 1.2[.x] doesn't define G_MAXUINT64, just as it doesn't defineGuy Harris1-2/+6
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-0/+221
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-17G_MAXINT32, G_MININT32, and G_MAXUINT32 aren't defined by GLib 1.2[.x],Guy Harris1-0/+7
2004-07-16I'm not sure "strtol()" and "strtoul()" are guaranteed to clear "errno"Guy Harris1-3/+19
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot1-1/+18
2003-12-06From Olivier BiotGilbert Ramirez1-1/+12
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-4/+15
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-15/+26
2003-06-11Expand the ability of fvalue_to_string_repr, and modify more FT_* typesGilbert Ramirez1-167/+179
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez1-1/+23
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris1-1/+28
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4