aboutsummaryrefslogtreecommitdiffstats
path: root/epan/range.c
Commit message (Expand)AuthorAgeFilesLines
* Have "range_convert_range()" dynamically allocate a string large enoughGuy Harris2004-10-171-31/+41
* Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris2004-10-161-131/+191
* Make the nranges member of a range_t be the number of ranges, not theGuy Harris2004-10-161-127/+93
* From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris2004-10-141-1/+59
* We don't need "globals.h"; don't include it.Guy Harris2004-09-041-2/+0
* Split the pure range stuff out into separate files, exporting their ownGuy Harris2004-09-041-0/+260