aboutsummaryrefslogtreecommitdiffstats
path: root/epan/range.c
AgeCommit message (Expand)AuthorFilesLines
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