http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34698
User: morriss
Date: 2010/10/29 03:09 PM
Log:
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :
Return an error if the user specifies a value in a range in excess of the
range-specified maximum.
Except when reading in preferences files which might have ranges that exceed
the maximum (because we didn't use to check): in that case silently lower the
out-of-range values.
Directory: /trunk/epan/
Changes Path Action
+2 -2 prefs-int.h Modified
+16 -9 prefs.c Modified
+1 -1 prefs.h Modified
+51 -20 range.c Modified
+9 -6 range.h Modified