aboutsummaryrefslogtreecommitdiffstats
path: root/epan/value_string.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Try to fix:darkjames1-1/+1
2011-04-28Change value_string_ext->_vs_match to return value_string struct (instead of ...darkjames1-42/+42
2011-01-12Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...morriss1-8/+16
2011-01-10Introduce match_strval_idx_ext()etxrab1-17/+40
2010-11-14'tshark -G values' - Validate (somewhat) value_string_ext before use to preve...wmeier1-2/+14
2010-11-12Enhance 'tshark -G values': Add info about extended value strings (including ...wmeier1-0/+13
2010-10-29Improve g_warning text slightly.wmeier1-1/+3
2010-10-14Rework "extended value strings":wmeier1-58/+151
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-4/+3
2010-05-19Remove debugging printf from match_strval_ext_init()dimeg1-1/+0
2010-04-27From Jakub Zawadzki:etxrab1-26/+78
2010-04-27From Jakub Zawadzki:etxrab1-0/+60
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-9/+9
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-9/+9
2010-04-02From Yaniv Kaul: constify parameterswmeier1-9/+9
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj1-0/+16
2009-05-26From Didier Gautheron via bug 3052:gerald1-0/+46
2009-04-08More size_t fixes.gerald1-2/+2
2007-10-11Allow for dynamic value string array selection.jake1-12/+16
2006-12-07From Francesco Fondelli:sfisher1-0/+47
2006-05-21name changesahlberg1-2/+2
2005-09-15Get rid of a no-longer-used variable.guy1-1/+0
2005-09-15Use ep_strdup_printf() to generate the "not found in value_string table"guy1-3/+1
2005-08-20removal of even more sprintfsahlberg1-2/+2
2005-08-17fix some more silly rotating bufferssahlberg1-9/+3
2005-08-08various code cleanup:ulfl1-4/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-12/+20
2005-06-26value_string.c(71) : warning C4090: 'return' : different 'const' qualifiersulfl1-1/+5
2005-04-18Force the "fmt" argument of val_to_str() to be non-null. Change the 9Pgerald1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2003-12-01From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isguy1-1/+20
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-7/+7
2001-09-14Get rid of no-longer-necessary includes of <sys/time.h>.guy1-5/+1
2001-04-02Include <sys/time.h> as well as <time.h> in "column-utils.c" andguy1-1/+5
2001-04-01Moved the value_string structures and function from packet.{c,h} intohagbard1-0/+90