pfcp: Update to 3GPP TS 29.244 V15.4.0
[metze/wireshark/wip.git] / epan / value_string.h
2018-10-27 Tom HughesAdd support for extended 64 bit value to string matching
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2017-03-13 Peter WuFix buffer overrun in try_bytesprefix_to_str
2017-03-08 Peter WuIntroduce "bytes_string" type, similar to "value_string"
2016-08-07 Michael MannAllow up to 64-bit values to use BASE_RANGE_STRING.
2016-07-08 João ValverdeFix value_string_ext_free() constness
2015-02-03 Michael MannConvert val_to_str_ext -> val_to_str_ext_wmem for calls...
2015-02-02 Michael MannCreate wmem versions of val_to_str and val_to_str_ext
2014-07-27 Kevin CoxMake value_string_ext const-correct.
2014-07-06 Peter WuAdd printf-format annotations, fix garbage
2014-04-18 Bill MeierAdd a hack to _VS_ENUM_XXX to prevent gcc "warning...
2014-04-17 Guy HarrisTry to fix bug 10000.
2014-04-17 Bill MeierFix a [pedantic] gcc warning: "empty macro arguments...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2013-12-13 Bill MeierValue_string.h: Minor changes to comment text
2013-12-13 Irene RüngelerAdd dialogs and graphs to analyse SCTP behavior similar...
2013-12-08 Jakub ZawadzkiMake VALUE_STRING_EXT_INIT use G_N_ELEMENTS macro inste...
2013-11-21 Bill MeierAdd some "helper" macros to:
2013-11-21 Bill MeierDo some constification;
2013-09-29 Evan HuusReplace some val_to_str calls with the equivalent val_t...
2013-07-26 Evan HuusAdd 64-bit value strings and the appropriate tooling...
2013-03-29 Evan HuusImplement str_to_val, opposite of val_to_str for value_...
2013-03-29 Evan HuusRemove decode_enumerated_bitfield and decode_enumerated...
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-05-13 Bill Meier(Trivial) fix a spelling error.
2011-04-28 Jakub ZawadzkiChange value_string_ext->_vs_match to return value_stri...
2011-01-12 Jeff MorrissFix the fuzz failure in https://bugs.wireshark.org...
2011-01-10 Anders BromanIntroduce match_strval_idx_ext()
2010-11-14 Bill Meier'tshark -G values' - Validate (somewhat) value_string_e...
2010-11-12 Bill MeierEnhance 'tshark -G values': Add info about extended...
2010-10-14 Bill MeierRework "extended value strings":
2010-04-27 Jaap KeuterCorrect two comments.
2010-04-27 Anders BromanFrom Jakub Zawadzki:
2010-04-27 Anders BromanFrom Jakub Zawadzki:
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-04-02 Bill MeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 Bill MeierFrom Yaniv Kaul: constify parameters
2009-09-06 Kovarththanan Raja... Don't pass ep_alloc()'ed strings to col_set_str().
2009-05-26 Gerald CombsFrom Didier Gautheron via bug 3052:
2006-12-07 Stephen FisherFrom Francesco Fondelli:
2006-05-21 Ronnie Sahlbergname change
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2005-06-16 Jörg MayerGet rid of several megabytes worth of warnings about
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-05-07 Ulf Lampingdid some code cleanup, added some comments from value_s...
2004-02-22 Guy HarrisFrom Peter J. Creath: add a convenience macro for value...
2003-12-01 Guy HarrisFrom Tomas Kukosa: add "decode_enumerated_bitfield_shif...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2001-11-04 Guy HarrisDeclare routines exported to plugins through the plugin...
2001-04-01 Ed WarnickeMoved the value_string structures and function from...