rerun pidl
[metze/wireshark/wip.git] / epan / value_string.c
2013-12-13 wmeierValue_string.h: Minor changes to comment text
2013-11-21 wmeierDo some constification;
2013-09-29 eapacheReplace some val_to_str calls with the equivalent val_t...
2013-08-14 guyInclude config.h first; it defines _FILE_OFFSET_BITS...
2013-07-26 eapacheAdd 64-bit value strings and the appropriate tooling...
2013-07-06 eapacheRevert part of r50415. As pointed out by Jakub, some...
2013-07-06 eapacheWmem-ify value-strings. Another ~10KB gone.
2013-03-30 eapacheNote to self: stop using 'index' as a variable name...
2013-03-29 eapacheImplement str_to_val, opposite of val_to_str for value_...
2013-03-29 eapacheRemove decode_enumerated_bitfield and decode_enumerated...
2013-03-29 eapacheRename value string (and similar) functions to use...
2013-03-28 eapacheGreatly clean up value_string.c
2013-03-26 guyGive better diagnostics for "Extended value string...
2013-03-20 wmeier From beroset:
2013-03-19 eapacheWarn if an extended value string falls back to linear...
2013-03-15 eapacheRevert warning that seems to have been accidentally...
2013-03-15 etxrab[-Wmissing-prototypes]
2013-02-21 darkjamesString passed to val_to_str() must have int format...
2012-12-26 guyFix a bunch of warnings.
2012-12-12 morrissFix some indentation.
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-24 wmeierForce extended value string linear search (not binary...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-04-23 wmeierFix a typo.
2011-04-28 darkjamesTry to fix:
2011-04-28 darkjamesChange value_string_ext->_vs_match to return value_stri...
2011-01-12 morrissFix the fuzz failure in https://bugs.wireshark.org...
2011-01-10 etxrabIntroduce match_strval_idx_ext()
2010-11-14 wmeier'tshark -G values' - Validate (somewhat) value_string_e...
2010-11-12 wmeierEnhance 'tshark -G values': Add info about extended...
2010-10-29 wmeierImprove g_warning text slightly.
2010-10-14 wmeierRework "extended value strings":
2010-09-17 wmeierUse val_to_str_ext() & friends to access sminmpec_values[];
2010-05-19 dimegRemove debugging printf from match_strval_ext_init()
2010-04-27 etxrabFrom Jakub Zawadzki:
2010-04-27 etxrabFrom Jakub Zawadzki:
2010-04-03 wmeier From Yaniv Kaul: constify parameters
2010-04-02 wmeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 wmeierFrom Yaniv Kaul: constify parameters
2009-09-06 krjDon't pass ep_alloc()'ed strings to col_set_str().
2009-05-26 geraldFrom Didier Gautheron via bug 3052:
2009-04-08 geraldMore size_t fixes.
2007-10-11 jakeAllow for dynamic value string array selection.
2006-12-07 sfisherFrom Francesco Fondelli:
2006-05-21 sahlbergname change
2005-09-15 guyGet rid of a no-longer-used variable.
2005-09-15 guyUse ep_strdup_printf() to generate the "not found in...
2005-08-20 sahlbergremoval of even more sprintf
2005-08-17 sahlbergfix some more silly rotating buffers
2005-08-08 ulflvarious code cleanup:
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-06-26 ulflvalue_string.c(71) : warning C4090: 'return' : differen...
2005-04-18 geraldForce the "fmt" argument of val_to_str() to be non...
2004-07-18 guySet the svn:eol-style property on all text files to...
2003-12-01 guyFrom Tomas Kukosa: add "decode_enumerated_bitfield_shif...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2001-09-14 guyGet rid of no-longer-necessary includes of <sys/time.h>.
2001-04-02 guyInclude <sys/time.h> as well as <time.h> in "column...
2001-04-01 hagbardMoved the value_string structures and function from...