MIH: fix exists multiple times with NOT compatible types
[metze/wireshark/wip.git] / epan / value_string.c
2015-02-04 Michael Mannemem is dead! Long live wmem!
2015-02-04 Michael MannConvert val_to_str -> val_to_str_wmem.
2015-02-03 Michael MannConvert val_to_str_ext -> val_to_str_ext_wmem for calls...
2015-02-02 Michael MannCreate wmem versions of val_to_str and val_to_str_ext
2015-01-31 Michael MannConvert the value string APIs that only currently have...
2014-07-27 Kevin CoxMake value_string_ext const-correct.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-13 Bill MeierValue_string.h: Minor changes to comment text
2013-11-21 Bill MeierDo some constification;
2013-09-29 Evan HuusReplace some val_to_str calls with the equivalent val_t...
2013-08-14 Guy HarrisInclude config.h first; it defines _FILE_OFFSET_BITS...
2013-07-26 Evan HuusAdd 64-bit value strings and the appropriate tooling...
2013-07-06 Evan HuusRevert part of r50415. As pointed out by Jakub, some...
2013-07-06 Evan HuusWmem-ify value-strings. Another ~10KB gone.
2013-03-30 Evan HuusNote to self: stop using 'index' as a variable name...
2013-03-29 Evan HuusImplement str_to_val, opposite of val_to_str for value_...
2013-03-29 Evan HuusRemove decode_enumerated_bitfield and decode_enumerated...
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-28 Evan HuusGreatly clean up value_string.c
2013-03-26 Guy HarrisGive better diagnostics for "Extended value string...
2013-03-20 Bill Meier From beroset:
2013-03-19 Evan HuusWarn if an extended value string falls back to linear...
2013-03-15 Evan HuusRevert warning that seems to have been accidentally...
2013-03-15 Anders Broman[-Wmissing-prototypes]
2013-02-21 Jakub ZawadzkiString passed to val_to_str() must have int format...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-12 Jeff MorrissFix some indentation.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-24 Bill MeierForce extended value string linear search (not binary...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-23 Bill MeierFix a typo.
2011-04-28 Jakub ZawadzkiTry to fix:
2011-04-28 Jakub ZawadzkiChange value_string_ext->_vs_match to return value_stri...
2011-01-12 Jeff MorrissFix the fuzz failure in https://bugs.wireshark.org...
2011-01-10 Anders BromanIntroduce match_strval_idx_ext()
2010-11-14 Bill Meier'tshark -G values' - Validate (somewhat) value_string_e...
2010-11-12 Bill MeierEnhance 'tshark -G values': Add info about extended...
2010-10-29 Bill MeierImprove g_warning text slightly.
2010-10-14 Bill MeierRework "extended value strings":
2010-09-17 Bill MeierUse val_to_str_ext() & friends to access sminmpec_values[];
2010-05-19 Gerasimos DimitriadisRemove debugging printf from match_strval_ext_init()
2010-04-27 Anders BromanFrom Jakub Zawadzki:
2010-04-27 Anders BromanFrom Jakub Zawadzki:
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-04-02 Bill MeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 Bill MeierFrom Yaniv Kaul: constify parameters
2009-09-06 Kovarththanan Raja... Don't pass ep_alloc()'ed strings to col_set_str().
2009-05-26 Gerald CombsFrom Didier Gautheron via bug 3052:
2009-04-08 Gerald CombsMore size_t fixes.
2007-10-11 Jaap KeuterAllow for dynamic value string array selection.
2006-12-07 Stephen FisherFrom Francesco Fondelli:
2006-05-21 Ronnie Sahlbergname change
2005-09-15 Guy HarrisGet rid of a no-longer-used variable.
2005-09-15 Guy HarrisUse ep_strdup_printf() to generate the "not found in...
2005-08-20 Ronnie Sahlbergremoval of even more sprintf
2005-08-17 Ronnie Sahlbergfix some more silly rotating buffers
2005-08-08 Ulf Lampingvarious code cleanup:
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2005-06-26 Ulf Lampingvalue_string.c(71) : warning C4090: 'return' : differen...
2005-04-18 Gerald CombsForce the "fmt" argument of val_to_str() to be non...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2003-12-01 Guy HarrisFrom Tomas Kukosa: add "decode_enumerated_bitfield_shif...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2001-09-14 Guy HarrisGet rid of no-longer-necessary includes of <sys/time.h>.
2001-04-02 Guy HarrisInclude <sys/time.h> as well as <time.h> in "column...
2001-04-01 Ed WarnickeMoved the value_string structures and function from...