aboutsummaryrefslogtreecommitdiffstats
path: root/epan/range.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-22Add range_add_value and range_remove_value.Michael Mann1-0/+93
2016-01-24Allow hex and octal values to be used in rangesAdam Goldman1-2/+2
2015-06-03Add the Display Filter Expression dialog.Gerald Combs1-1/+1
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-7/+7
2014-10-17Don't use ctype.h routines.Guy Harris1-3/+2
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-115/+127
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-4/+4
2013-11-10exceptions.h not needed by tvbuff.h (no much progress because it's needed by ...Jakub Zawadzki1-0/+1
2013-03-20 From beroset:Bill Meier1-4/+4
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-06-25From Tony Trinh via bug 5895:Stig Bjørlykke1-12/+23
2010-10-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :Jeff Morriss1-20/+51
2009-04-24range.c: ep_strbuf_new("") ==> ep_strbuf_new(NULL);Bill Meier1-1/+1
2009-04-08More size_t fixes. Use a string buffer in range.c.Gerald Combs1-9/+8
2009-01-20Use the correct data type for the range string in the Win32 file dialog.Gerald Combs1-3/+5
2008-06-03We require GLib 2.4 or later, and they define G_MININT32, G_MAXIN32,Guy Harris1-8/+0
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-09-01convert to g_snprintf()Ronnie Sahlberg1-12/+8
2004-10-17Have "range_convert_range()" dynamically allocate a string large enoughGuy Harris1-31/+41
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-131/+191
2004-10-16Make the nranges member of a range_t be the number of ranges, not theGuy Harris1-127/+93
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris1-1/+59
2004-09-04We don't need "globals.h"; don't include it.Guy Harris1-2/+0
2004-09-04Split the pure range stuff out into separate files, exporting their ownGuy Harris1-0/+260