aboutsummaryrefslogtreecommitdiffstats
path: root/epan/range.h
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-24From Jeff Morriss: SSCOP over UDP and SSCF-NNI support.guy1-0/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12585 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-17Have "range_convert_range()" dynamically allocate a string large enoughguy1-5/+1
to hold the representation of the range, rather than imposing a fixed-size limit on the string. Check for overflow in "strtoul()" - and use "strtoul()" rather than "strtol()" for range members. Clean up indentation. Get rid of an unnecessary include in <epan/range.h>. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12323 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyguy1-8/+7
allocate them to be large enough. Add checks that the numbers in the range fit in a guint32. Check the validity of a range before saving or printing, and report errors in an alert box. Clean up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12320 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-16Make the nranges member of a range_t be the number of ranges, not theguy1-1/+10
number of ranges - 1, and update loops that iterate over all the ranges appropriately. Make "range_convert_str()" return a success/failure indication, and check it. Rewrite it to do more checks, and not to blithely ignore unknown characters. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12313 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.guy1-0/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12300 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-04Split the pure range stuff out into separate files, exporting their ownguy1-0/+56
functions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11892 f5534014-38df-0310-8fa8-9805f1628bb7