aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-integer.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-20Remove dead code for address reverse-mappingJoão Valverde1-12/+5
2017-03-20ftypes: move get_value_ptr into the unionMartin Kaiser1-42/+0
2017-03-20ftypes: move get_value_uinteger into the unionMartin Kaiser1-28/+7
2017-03-19ftypes: move get_value_sinteger into the unionMartin Kaiser1-25/+4
2017-03-19ftypes: move get_value_uinteger64 into the unionMartin Kaiser1-27/+6
2017-03-19ftypes: move get_value_sinteger64 into the unionMartin Kaiser1-25/+4
2017-03-19ftypes: create a get_value union, move get_value_floating into the unionMartin Kaiser1-42/+21
2017-03-18ftypes: rename get_value to get_value_ptrMartin Kaiser1-21/+21
2017-03-15ftypes: move set_value_floating into the unionMartin Kaiser1-21/+0
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser1-25/+4
2017-03-14ftypes: move set_value_uinteger64 into the unionMartin Kaiser1-27/+6
2017-03-13ftypes: move set_value_sinteger into the unionMartin Kaiser1-25/+4
2017-03-13ftypes: move set_value_uinteger into the unionMartin Kaiser1-28/+7
2017-03-10ftypes: move set_value_protocol into the unionMartin Kaiser1-21/+0
2017-03-10ftypes: move set_value_string into the unionMartin Kaiser1-21/+0
2017-03-09ftypes: move set_value_time into the unionMartin Kaiser1-21/+0
2017-03-08ftypes: move set_value_guid into the unionMartin Kaiser1-21/+0
2017-03-08ftypes: move set_value_bytes into the unionMartin Kaiser1-21/+0
2017-03-07ftypes: create a set_value unionMartin Kaiser1-21/+42
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-60/+338
2016-05-10Give FvalueToStringRepr a length parameter.Michael Mann1-14/+14
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-20/+20
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-2/+2
2016-03-15FT_BOOLEAN is now stored as a 64-bit value; treat it as such.Guy Harris1-7/+7
2015-07-20Allow EUI-64s to be specified as numbers or byte strings.Guy Harris1-14/+31
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