aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-13changed read_prefs_file(): read in a generic config file and do a callback toUlf Lamping1-14/+23
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-3/+8
2003-11-09From Gisle Vanem:Guy Harris1-2/+5
2003-10-22From Ulf Lamping: add a preference to control whether to show or hideGuy Harris1-1/+17
2003-10-16From Ulf Lamping: add a GUI preference item to control the toolbarGuy Harris1-5/+23
2003-10-14From Ian Schorr:Guy Harris1-34/+90
2003-10-02Don't put an entry for a protocol into the Preferences dialog if itGuy Harris1-31/+27
2003-09-10Don't export MAX_VAR_LEN - nobody uses it.Guy Harris1-1/+2
2003-09-08From Nathan Jennings:Guy Harris1-39/+86
2003-08-26Fix a typo.Guy Harris1-2/+2
2003-08-07From Michael Lum: add the ability to have a preferences file containingGuy Harris1-9/+30
2003-08-04Allow hyphens in preference module names, as the WAP protocols have IANAGuy Harris1-3/+3
2003-07-22Add two preferences to control ADNS, one to enable/disable it and one toGerald Combs1-6/+15
2003-05-15From Richard Urwin:Guy Harris1-7/+3
2003-04-21From Erwin Rol: ArtNET support.Guy Harris1-1/+5
2003-04-09Don't create a protocol tree or do anything to the columns beforeGuy Harris1-1/+5
2003-03-13From Tomas Kukosa - allow a preference name to begin with the stringGuy Harris1-2/+3
2003-03-12When fixing up old preferences, check the module for the currentGuy Harris1-19/+19
2003-03-11When registering a string preference, if the value of the preference isGuy Harris1-4/+17
2003-01-29Fix a couple of checks for families with renamed preferences.Guy Harris1-3/+3
2003-01-28Panic if a preference starts with the name of the module to which itGuy Harris1-14/+94
2003-01-28Get rid of the extra "pcli." in the "pcli.pcli.udp_port" preference.Guy Harris1-1/+5
2002-12-20Support putting preferences into arbitrary places in a tree, which isGuy Harris1-33/+157
2002-09-28Disable network name resolution by default.Gerald Combs1-2/+2
2002-09-14- add a new GUI preference in the gtk2 port. It allows to useOlivier Abad1-2/+16
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-20/+20
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-6/+2
2002-08-01Fix a few more memleaks found by valgrind (all derivingJörg Mayer1-5/+7
2002-06-16Handle the "bool" members the same way we handled the members forGuy Harris1-5/+5
2002-06-16From Chris Waters: don't use "bool" as a variable name or structureGuy Harris1-5/+5
2002-05-29From Michal Melerowicz:Guy Harris1-1/+7
2002-05-25Don't give ordinal numbers to preferences that aren't displayed.Guy Harris1-3/+11
2002-05-11Add a mechanism for registering "obsolete" preference modules, so thatGuy Harris1-4/+30
2002-03-31From Joerg Mayer: mark function arguments as unused.Guy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-5/+5
2002-01-15Include <resolv.h> after "globals.h", as, at least on some platforms,Guy Harris1-2/+2
2002-01-15Fix some preferences to eliminate the extra copy of the protocol name atGuy Harris1-1/+15
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-10/+11
2002-01-10Add a preferences page for capture preferences, so that the user canGuy Harris1-5/+19
2001-12-31Add preferences to save the main window size and position. If enabled,Gerald Combs1-10/+66
2001-12-08From Darren New: BXXP dissector modified to be a BEEP dissector.Guy Harris1-3/+11
2001-11-19When reading the preferences file, if the "module.preference" stringGilbert Ramirez1-18/+35
2001-11-09Fix a couple of comments.Guy Harris1-4/+4
2001-11-08Allow periods in module names.Gilbert Ramirez1-2/+2
2001-11-04Allow a dissector to register preferences that it no longer supports asGuy Harris1-3/+95
2001-11-03Crash if a dissector tries to create more than one preference with theGuy Harris1-3/+17
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris1-20/+5
2001-10-23Add a new routine to create the ".ethereal" directory for a user.Guy Harris1-22/+1
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-28/+38
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris1-6/+8