MAX_MCS_INDEX is a valid array index.
[metze/wireshark/wip.git] / epan / range.c
2016-01-24 Adam GoldmanAllow hex and octal values to be used in ranges
2015-06-03 Gerald CombsAdd the Display Filter Expression dialog.
2015-01-18 Guy HarrisRemove some apparently-unnecessary includes of emem.h.
2015-01-12 Michael MannRemove emem APIs from UAT functionality.
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-10 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2013-11-10 Jakub Zawadzkiexceptions.h not needed by tvbuff.h (no much progress...
2013-03-20 Bill Meier From beroset:
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-06-25 Stig BjørlykkeFrom Tony Trinh via bug 5895:
2010-10-29 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2009-04-24 Bill Meierrange.c: ep_strbuf_new("") ==> ep_strbuf_new(NULL);
2009-04-08 Gerald CombsMore size_t fixes. Use a string buffer in range.c.
2009-01-20 Gerald CombsUse the correct data type for the range string in the...
2008-06-03 Guy HarrisWe require GLib 2.4 or later, and they define G_MININT3...
2006-05-21 Ronnie Sahlbergname change
2005-09-01 Ronnie Sahlbergconvert to g_snprintf()
2004-10-17 Guy HarrisHave "range_convert_range()" dynamically allocate a...
2004-10-16 Guy HarrisRemove the fixed maximum number of subranges in a range...
2004-10-16 Guy HarrisMake the nranges member of a range_t be the number...
2004-10-14 Guy HarrisFrom Jeff Morriss: PREF_RANGE preference type, for...
2004-09-04 Guy HarrisWe don't need "globals.h"; don't include it.
2004-09-04 Guy HarrisSplit the pure range stuff out into separate files...