aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-17fix for coverity 182Ronnie Sahlberg1-4/+6
2006-05-28Ethereal->WiresharkAnders Broman1-5/+5
2006-05-21name changeRonnie Sahlberg1-7/+7
2006-01-29Map "mtp3.net_addr_format" to "mtp3.addr_format", for backwardsGuy Harris1-0/+2
2005-11-10Don't pass signed characters to the <ctype.h> macros.Guy Harris1-4/+5
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-5/+6
2005-10-12from Richard van der Hoff:Ulf Lamping1-1/+20
2005-09-01convert to g_snprintf()Ronnie Sahlberg1-1/+0
2005-08-16Change the default font size on Unix (etc) to 10 pt, just as it wasJörg Mayer1-2/+2
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
2005-07-30Fix 'isn't prototype' warningJörg Mayer1-1/+1
2005-07-29Pick up some fixes and enhancements fromGerald Combs1-1/+1
2005-07-27Move preference initialization to its own routine and make sure it gets runGerald Combs1-145/+157
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-1/+1
2005-07-22Fix some warnings (and one of my previous 'fixes')Jörg Mayer1-8/+8
2005-07-22More 'char*' -> 'const char*' warning fixesJörg Mayer1-14/+14
2005-06-26prefs.c(1218) : warning C4761: integral size mismatch in argument; conversion...Ulf Lamping1-4/+4
2005-06-24Constify a bunch of structure members and function arguments, to squelchGuy Harris1-2/+2
2005-06-21Make a couple of variables dynamic, as suggested by Ulf.Gerald Combs1-12/+8
2005-06-18Clear out any leftover preference information. Fix up whitespace.Gerald Combs1-3/+6
2005-06-13Change read_prefs() to use GStrings instead of (re)allocating memoryGerald Combs1-45/+30
2005-05-27don't use a static buffer for preference values, allocate it, and, if necessa...Luis Ontanon1-13/+21
2005-03-24Plug some more small leaks.Guy Harris1-1/+3
2005-03-19Increase maximum number of characters for a preference/recent key, as the cur...Ulf Lamping1-1/+1
2005-03-01From Graeme Hewson: rename the global preferences file to "preferences"Guy Harris1-6/+30
2005-02-28Map "llcgprs.ignore_cipher_bit" to "llcgprs.autodetect_cipher_bit".Guy Harris1-0/+3
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris1-0/+1
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris1-0/+16
2004-10-17Have "range_convert_range()" dynamically allocate a string large enoughGuy Harris1-2/+4
2004-10-17"ssn_range" needs to be a copy of "global_ssn_range", so that it's notGuy Harris1-4/+1
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-9/+24
2004-10-16fix a bug reported by Eric Wedel: Could not save preferences, as "You have no...Ulf Lamping1-1/+9
2004-10-16Make the nranges member of a range_t be the number of ranges, not theGuy Harris1-1/+6
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris1-0/+41
2004-10-12Check the values of the protocol preferences before fetching them; ifGuy Harris1-23/+19
2004-10-01"prefs-int.h" belongs in epan, too.Guy Harris1-1/+1
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesGuy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-0/+2517