aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
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