summaryrefslogtreecommitdiff
path: root/epan/ftypes/ftype-none.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-20ftypes: move get_value_ptr into the unionMartin Kaiser1-2/+0
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-1/+0
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-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-1/+1
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
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-1/+6
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
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs1-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
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-15/+16
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-27First attempt at "bitwise AND" display filter operator.Olivier Biot1-1/+2
2003-12-06From Olivier BiotGilbert Ramirez1-7/+8
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-1/+2
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-1/+2
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez1-1/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2001-07-13From Joerg Mayer:Guy Harris1-2/+22
2001-02-01Grumble, grumble. I forgot to add the license comment at the topGilbert Ramirez1-0/+22
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-0/+20