aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
AgeCommit message (Collapse)AuthorFilesLines
2005-10-12from Richard van der Hoff:Ulf Lamping1-0/+1
Attached is a patch which makes the console log level (warning/message/debug etc) a configurable preference. There's no gui for setting it, but since it's pretty much only going to be useful for developers, I'm sure you'll cope... ---- I've added a small comment to the file output that it has no dialog output svn path=/trunk/; revision=16205
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-1/+1
svn path=/trunk/; revision=15015
2005-07-21small warning fixesJörg Mayer1-3/+3
svn path=/trunk/; revision=14973
2005-06-24Constify a bunch of structure members and function arguments, to squelchGuy Harris1-2/+2
compiler warnings. Clean up indentation. svn path=/trunk/; revision=14739
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris1-0/+1
titles. svn path=/trunk/; revision=12657
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-1/+1
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
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris1-0/+9
svn path=/trunk/; revision=12300
2004-10-12Check the values of the protocol preferences before fetching them; ifGuy Harris1-3/+3
any are not valid, pop up an alert box and don't dismiss the preferences dialog. svn path=/trunk/; revision=12269
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-0/+343
svn path=/trunk/; revision=12115