aboutsummaryrefslogtreecommitdiffstats
path: root/epan/value_string.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-26S7Comm: Fix invalid UTF-8 value string charsJoão Valverde1-0/+16
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-2/+2
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-2/+2
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-4/+5
2021-06-16Replace g_log() calls with ws_log()João Valverde1-4/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-10-27Add support for extended 64 bit value to string matchingTom Hughes1-2/+316
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-3/+2
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-03-13Fix buffer overrun in try_bytesprefix_to_strPeter Wu1-6/+7
2017-03-08Introduce "bytes_string" type, similar to "value_string"Peter Wu1-0/+77
2016-08-07Allow up to 64-bit values to use BASE_RANGE_STRING.Michael Mann1-0/+28
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-2/+3
2016-07-08Fix value_string_ext_free() constnessJoão Valverde1-2/+2
2016-05-11Revert "Simplify val_to_str[_ext] implementation."Guy Harris1-2/+18
2016-05-11Simplify val_to_str[_ext] implementation.Michael Mann1-18/+2
2015-02-04emem is dead! Long live wmem!Michael Mann1-1/+0
2015-02-04Convert val_to_str -> val_to_str_wmem.Michael Mann1-1/+1
2015-02-03Convert val_to_str_ext -> val_to_str_ext_wmem for calls that don't have valid...Michael Mann1-5/+5
2015-02-02Create wmem versions of val_to_str and val_to_str_extMichael Mann1-0/+28
2015-01-31Convert the value string APIs that only currently have packet-scope use to wmem.Michael Mann1-3/+3
2014-07-27Make value_string_ext const-correct.Kevin Cox1-19/+12
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