aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-11Add a mechanism for registering "obsolete" preference modules, so thatguy1-4/+30
2002-03-31From Joerg Mayer: mark function arguments as unused.guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-5/+5
2002-01-15Include <resolv.h> after "globals.h", as, at least on some platforms,guy1-2/+2
2002-01-15Fix some preferences to eliminate the extra copy of the protocol name atguy1-1/+15
2002-01-13Add a preferences page for the name resolution flags.guy1-10/+11
2002-01-10Add a preferences page for capture preferences, so that the user canguy1-5/+19
2001-12-31Add preferences to save the main window size and position. If enabled,gerald1-10/+66
2001-12-08From Darren New: BXXP dissector modified to be a BEEP dissector.guy1-3/+11
2001-11-19When reading the preferences file, if the "module.preference" stringgram1-18/+35
2001-11-09Fix a couple of comments.guy1-4/+4
2001-11-08Allow periods in module names.gram1-2/+2
2001-11-04Allow a dissector to register preferences that it no longer supports asguy1-3/+95
2001-11-03Crash if a dissector tries to create more than one preference with theguy1-3/+17
2001-10-24Have a routine that takes a file name for a personal configuration fileguy1-20/+5
2001-10-23Add a new routine to create the ".ethereal" directory for a user.guy1-22/+1
2001-10-22Add a routine to get the directory in which personal configuration filesguy1-28/+38
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatguy1-6/+8
2001-10-21Keep the list of modules with preferences sorted by the module name, inguy1-2/+11
2001-10-16The Quake3 dissector wasn't in the previous release, only users runningguy1-29/+9
2001-10-13The Quake III dissector called both the arena server port preference andguy1-54/+76
2001-08-21On Windows, use the directory in which the binary resides as theguy1-7/+14
2001-07-23Use an unsigned character when processing string lists, so that you canguy1-2/+3
2001-07-23Make "put_string_list()" truly take a GList of strings as arguments;guy1-55/+57
2001-07-22Reformat to be a bit closer to the way it looked before the parserguy1-13/+12
2001-07-22Ignore non-quoted white space in string lists.guy1-49/+96
2001-07-22"col_format_to_pref_str()" is used only in "prefs.c", and knows aboutguy1-2/+52
2001-07-22Check for valid column titles (non-zero-length) and valid column formatsguy1-8/+31
2001-07-22Don't require the strings in string lists to be quoted, just allow themguy1-50/+77
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.guy1-3/+3
2001-06-04Make Ethereal default to promiscuous-mode captures, the way it didguy1-6/+5
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromguy1-13/+86
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,guy1-10/+20
2001-04-13Added the ethereal capture preferences to the preference file.jfoster1-1/+50
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesguy1-2/+2
2001-01-05Map the old MGCP preference names to the new ones (including a specialguy1-5/+80
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeguy1-1/+13
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-1/+9
2000-11-18Fix a number of problems that caused compiles to fail ifguy1-5/+5
2000-10-15At least on UNIX/X, make the wildcard pattern that's the initialguy1-2/+47
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"gram1-1/+2
2000-09-12Oops, I left off one "-*" in the XLFD description for the font that isguy1-2/+2
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceguy1-1/+13
2000-08-21Add prefs.gui_marked_[fb]g color preferences for thedeniel1-1/+37
2000-08-21Instead of each set of built-in preferences having "ok", "save",guy1-8/+86
2000-08-20Instead of having the normal-weight and bold fonts set separately,guy1-1/+14
2000-08-15Fix a problem with const char *deniel1-2/+2
2000-08-15Implements the "Properties" menu item which displays the preferences windowdeniel1-1/+20
2000-08-11Miscellaneous code cleaningdeniel1-1/+3
2000-08-07Cast an argument to "isspace()" to "guchar" so that if it has the 8thguy1-2/+2