Ethereal-cvs: [Ethereal-cvs] Rev 12323: /trunk/epan/: prefs.c range.c range.h /trunk/gtk/: pre

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Sun, 17 Oct 2004 01:31:40 -0000
User: guy
Date: 2004/10/16 08:31 PM

Log:
 Have "range_convert_range()" dynamically allocate a string large enough
 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>.

Directory: /trunk/epan/
  Changes    Path          Action
  +4 -2      prefs.c       Modified
  +39 -29    range.c       Modified
  +1 -5      range.h       Modified

Directory: /trunk/gtk/
  Changes    Path           Action
  +3 -2      prefs_dlg.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=12323&view=rev