Fix build
[obnox/wireshark/wip.git] / epan / prefs.c
2006-11-17 jakeFix build
2006-11-17 ulflvarious minor prefs code cleanup
2006-11-15 ulfladd a "private_data" pointer to the read_prefs_file...
2006-10-11 geraldAdd prefs_apply(), which lets us apply preferences...
2006-10-10 geraldFirst step in integrating the AirPcap WEP preferences...
2006-10-03 ulfl"saying your preferences once ..." -> "applying your...
2006-10-03 ulflnow: Don't have a Save button in the following settings...
2006-09-29 ulflfrom Stephen Fisher:
2006-06-17 sahlbergfix for coverity 182
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-01-29 guyMap "mtp3.net_addr_format" to "mtp3.addr_format", for...
2005-11-10 guyDon't pass signed characters to the <ctype.h> macros.
2005-11-07 guyUse <wiretap/file_util.h> to include "file_util.h"...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-10-12 ulflfrom Richard van der Hoff:
2005-09-01 sahlbergconvert to g_snprintf()
2005-08-16 jmayerChange the default font size on Unix (etc) to 10 pt...
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-07-30 jmayerFix 'isn't prototype' warning
2005-07-29 geraldPick up some fixes and enhancements from
2005-07-27 geraldMove preference initialization to its own routine and...
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-22 jmayerFix some warnings (and one of my previous 'fixes')
2005-07-22 jmayerMore 'char*' -> 'const char*' warning fixes
2005-06-26 ulflprefs.c(1218) : warning C4761: integral size mismatch...
2005-06-24 guyConstify a bunch of structure members and function...
2005-06-21 geraldMake a couple of variables dynamic, as suggested by...
2005-06-18 geraldClear out any leftover preference information. Fix...
2005-06-13 geraldChange read_prefs() to use GStrings instead of (re...
2005-05-27 legodon't use a static buffer for preference values, alloca...
2005-03-24 guyPlug some more small leaks.
2005-03-19 ulflIncrease maximum number of characters for a preference...
2005-03-01 guyFrom Graeme Hewson: rename the global preferences file...
2005-02-28 guyMap "llcgprs.ignore_cipher_bit" to "llcgprs.autodetect_...
2004-12-30 guyAdd a "get_addr_name()" routine that takes an "address...
2004-12-02 guyFrom Nathan Jennings: add a preference that supplies...
2004-10-17 guyHave "range_convert_range()" dynamically allocate a...
2004-10-17 guy"ssn_range" needs to be a copy of "global_ssn_range...
2004-10-16 guyRemove the fixed maximum number of subranges in a range...
2004-10-16 ulflfix a bug reported by Eric Wedel: Could not save prefer...
2004-10-16 guyMake the nranges member of a range_t be the number...
2004-10-14 guyFrom Jeff Morriss: PREF_RANGE preference type, for...
2004-10-12 guyCheck the values of the protocol preferences before...
2004-10-01 guy"prefs-int.h" belongs in epan, too.
2004-09-29 guyMove the column preferences stuff to epan (the rest...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.