aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-integer.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-20ftypes: display BASE_HEX_DEC integers as hexadecimalPascal Quantin1-2/+2
2015-05-07ftypes: display 64 bits BASE_HEX fields as hexadecimalPascal Quantin1-2/+14
2015-05-07fix FT_INT64 fields output in tsharkMoeller, Thies1-4/+4
2015-05-07fix FT_UINT64 fields output in tsharkMoeller, Thies1-1/+1
2015-03-11Remove use of sprintf for ftype string formattingMichael Mann1-12/+9
2015-03-10Add support to display unsigned integer "field type" in hex.Michael Mann1-5/+20
2015-02-2164-bit constants need to be wrapped in G_G{U}INT64_CONSTANT().Guy Harris1-6/+6
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-54/+438
2015-02-15epan/ftypes/*.[hc]: As needed: Add editor modelines & Fix indentationBill Meier1-1/+14
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-18ftype (integer): fix Uninitialized argument value found by Clang AnalyzerMichael Mann1-0/+3
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-67/+68
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-1/+2
2015-01-09Some more random removal of ep_ memory.Michael Mann1-3/+3
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-14/+14
2014-10-12Add back get_uinteger for boolean_type.Stig Bjørlykke1-1/+1
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack1-4/+4
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