aboutsummaryrefslogtreecommitdiffstats
path: root/epan/value_string.c
Commit message (Expand)AuthorAgeFilesLines
* Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam2009-09-061-0/+16
* From Didier Gautheron via bug 3052:Gerald Combs2009-05-261-0/+46
* More size_t fixes.Gerald Combs2009-04-081-2/+2
* Allow for dynamic value string array selection.Jaap Keuter2007-10-111-12/+16
* From Francesco Fondelli:Stephen Fisher2006-12-071-0/+47
* name changeRonnie Sahlberg2006-05-211-2/+2
* Get rid of a no-longer-used variable.Guy Harris2005-09-151-1/+0
* Use ep_strdup_printf() to generate the "not found in value_string table"Guy Harris2005-09-151-3/+1
* removal of even more sprintfRonnie Sahlberg2005-08-201-2/+2
* fix some more silly rotating buffersRonnie Sahlberg2005-08-171-9/+3
* various code cleanup:Ulf Lamping2005-08-081-4/+1
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-12/+20
* value_string.c(71) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping2005-06-261-1/+5
* Force the "fmt" argument of val_to_str() to be non-null. Change the 9PGerald Combs2005-04-181-0/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isGuy Harris2003-12-011-1/+20
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-7/+7
* Get rid of no-longer-necessary includes of <sys/time.h>.Guy Harris2001-09-141-5/+1
* Include <sys/time.h> as well as <time.h> in "column-utils.c" andGuy Harris2001-04-021-1/+5
* Moved the value_string structures and function from packet.{c,h} intoEd Warnicke2001-04-011-0/+90