Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the fixed maximum number of subranges in a range_t; dynamically | Guy Harris | 2004-10-16 | 1 | -3/+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. svn path=/trunk/; revision=12320 | ||||
* | The packet range stuff knows about capture_file structures, so it's | Guy Harris | 2004-09-04 | 1 | -0/+97 |
really more of an Ethereal/Tethereal component than a libethereal component (nothing else in libethereal knows about capture files); move it back out of libethereal. (The range stuff doesn't; we leave it in libethereal.) svn path=/trunk/; revision=11898 |