aboutsummaryrefslogtreecommitdiffstats
path: root/epan/value_string.c
Commit message (Expand)AuthorAgeFilesLines
* Allow up to 64-bit values to use BASE_RANGE_STRING.Michael Mann2016-08-071-0/+28
* Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann2016-07-261-2/+3
* Fix value_string_ext_free() constnessJoão Valverde2016-07-081-2/+2
* Revert "Simplify val_to_str[_ext] implementation."Guy Harris2016-05-111-2/+18
* Simplify val_to_str[_ext] implementation.Michael Mann2016-05-111-18/+2
* emem is dead! Long live wmem!Michael Mann2015-02-041-1/+0
* Convert val_to_str -> val_to_str_wmem.Michael Mann2015-02-041-1/+1
* Convert val_to_str_ext -> val_to_str_ext_wmem for calls that don't have valid...Michael Mann2015-02-031-5/+5
* Create wmem versions of val_to_str and val_to_str_extMichael Mann2015-02-021-0/+28
* Convert the value string APIs that only currently have packet-scope use to wmem.Michael Mann2015-01-311-3/+3
* Make value_string_ext const-correct.Kevin Cox2014-07-271-19/+12
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Value_string.h: Minor changes to comment textBill Meier2013-12-131-6/+8
* Do some constification;Bill Meier2013-11-211-22/+30
* Replace some val_to_str calls with the equivalent val_to_str_const calls (andEvan Huus2013-09-291-0/+16
* Include config.h first; it defines _FILE_OFFSET_BITS, and if some systemGuy Harris2013-08-141-2/+2
* Add 64-bit value strings and the appropriate tooling (including yet anotherEvan Huus2013-07-261-0/+59
* Revert part of r50415. As pointed out by Jakub, some of the value_stringEvan Huus2013-07-061-4/+5
* Wmem-ify value-strings. Another ~10KB gone.Evan Huus2013-07-061-8/+9
* Note to self: stop using 'index' as a variable name, it triggers -Wshadow onEvan Huus2013-03-301-4/+4
* Implement str_to_val, opposite of val_to_str for value_strings.Evan Huus2013-03-291-0/+42
* Remove decode_enumerated_bitfield and decode_enumerated_bitfield_shifted.Evan Huus2013-03-291-36/+0
* Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus2013-03-291-41/+41
* Greatly clean up value_string.cEvan Huus2013-03-281-342/+380
* Give better diagnostics for "Extended value string XXX forced to fallGuy Harris2013-03-261-6/+13
* From beroset:Bill Meier2013-03-201-1/+1
* Warn if an extended value string falls back to linear search.Evan Huus2013-03-191-0/+2
* Revert warning that seems to have been accidentally included in r48319.Evan Huus2013-03-151-2/+0
* [-Wmissing-prototypes]Anders Broman2013-03-151-0/+2
* String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki2013-02-211-2/+2
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* Fix some indentation.Jeff Morriss2012-12-121-3/+6
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Force extended value string linear search (not binary search) in one case:Bill Meier2012-08-241-1/+16
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix a typo.Bill Meier2012-04-231-1/+1
* Try to fix:Jakub Zawadzki2011-04-281-1/+1
* Change value_string_ext->_vs_match to return value_string struct (instead of ...Jakub Zawadzki2011-04-281-42/+42
* Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss2011-01-121-8/+16
* Introduce match_strval_idx_ext()Anders Broman2011-01-101-17/+40
* 'tshark -G values' - Validate (somewhat) value_string_ext before use to preve...Bill Meier2010-11-141-2/+14
* Enhance 'tshark -G values': Add info about extended value strings (including ...Bill Meier2010-11-121-0/+13
* Improve g_warning text slightly.Bill Meier2010-10-291-1/+3
* Rework "extended value strings":Bill Meier2010-10-141-58/+151
* Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier2010-09-171-4/+3
* Remove debugging printf from match_strval_ext_init()Gerasimos Dimitriadis2010-05-191-1/+0
* From Jakub Zawadzki:Anders Broman2010-04-271-26/+78
* From Jakub Zawadzki:Anders Broman2010-04-271-0/+60
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-9/+9
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-9/+9