aboutsummaryrefslogtreecommitdiffstats
path: root/epan/value_string.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13Value_string.h: Minor changes to comment textBill Meier1-6/+8
2013-11-21Do some constification;Bill Meier1-22/+30
2013-09-29Replace some val_to_str calls with the equivalent val_to_str_const calls (andEvan Huus1-0/+16
2013-08-14Include config.h first; it defines _FILE_OFFSET_BITS, and if some systemGuy Harris1-2/+2
2013-07-26Add 64-bit value strings and the appropriate tooling (including yet anotherEvan Huus1-0/+59
2013-07-06Revert part of r50415. As pointed out by Jakub, some of the value_stringEvan Huus1-4/+5
2013-07-06Wmem-ify value-strings. Another ~10KB gone.Evan Huus1-8/+9
2013-03-30Note to self: stop using 'index' as a variable name, it triggers -Wshadow onEvan Huus1-4/+4
2013-03-29Implement str_to_val, opposite of val_to_str for value_strings.Evan Huus1-0/+42
2013-03-29Remove decode_enumerated_bitfield and decode_enumerated_bitfield_shifted.Evan Huus1-36/+0
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-41/+41
2013-03-28Greatly clean up value_string.cEvan Huus1-342/+380
2013-03-26Give better diagnostics for "Extended value string XXX forced to fallGuy Harris1-6/+13
2013-03-20 From beroset:Bill Meier1-1/+1
2013-03-19Warn if an extended value string falls back to linear search.Evan Huus1-0/+2
2013-03-15Revert warning that seems to have been accidentally included in r48319.Evan Huus1-2/+0
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+2
2013-02-21String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki1-2/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-12Fix some indentation.Jeff Morriss1-3/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-24Force extended value string linear search (not binary search) in one case:Bill Meier1-1/+16
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-23Fix a typo.Bill Meier1-1/+1
2011-04-28Try to fix:Jakub Zawadzki1-1/+1
2011-04-28Change value_string_ext->_vs_match to return value_string struct (instead of ...Jakub Zawadzki1-42/+42
2011-01-12Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-8/+16
2011-01-10Introduce match_strval_idx_ext()Anders Broman1-17/+40
2010-11-14'tshark -G values' - Validate (somewhat) value_string_ext before use to preve...Bill Meier1-2/+14
2010-11-12Enhance 'tshark -G values': Add info about extended value strings (including ...Bill Meier1-0/+13
2010-10-29Improve g_warning text slightly.Bill Meier1-1/+3
2010-10-14Rework "extended value strings":Bill Meier1-58/+151
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-4/+3
2010-05-19Remove debugging printf from match_strval_ext_init()Gerasimos Dimitriadis1-1/+0
2010-04-27From Jakub Zawadzki:Anders Broman1-26/+78
2010-04-27From Jakub Zawadzki:Anders Broman1-0/+60
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-9/+9
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-9/+9
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-9/+9
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-0/+16
2009-05-26From Didier Gautheron via bug 3052:Gerald Combs1-0/+46
2009-04-08More size_t fixes.Gerald Combs1-2/+2
2007-10-11Allow for dynamic value string array selection.Jaap Keuter1-12/+16
2006-12-07From Francesco Fondelli:Stephen Fisher1-0/+47
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-09-15Get rid of a no-longer-used variable.Guy Harris1-1/+0
2005-09-15Use ep_strdup_printf() to generate the "not found in value_string table"Guy Harris1-3/+1
2005-08-20removal of even more sprintfRonnie Sahlberg1-2/+2
2005-08-17fix some more silly rotating buffersRonnie Sahlberg1-9/+3