aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-20/+20
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-6/+2
* Fix a few more memleaks found by valgrind (all derivingJörg Mayer2002-08-011-5/+7
* Handle the "bool" members the same way we handled the members forGuy Harris2002-06-161-5/+5
* From Chris Waters: don't use "bool" as a variable name or structureGuy Harris2002-06-161-5/+5
* From Michal Melerowicz:Guy Harris2002-05-291-1/+7
* Don't give ordinal numbers to preferences that aren't displayed.Guy Harris2002-05-251-3/+11
* Add a mechanism for registering "obsolete" preference modules, so thatGuy Harris2002-05-111-4/+30
* From Joerg Mayer: mark function arguments as unused.Guy Harris2002-03-311-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-5/+5
* Include <resolv.h> after "globals.h", as, at least on some platforms,Guy Harris2002-01-151-2/+2
* Fix some preferences to eliminate the extra copy of the protocol name atGuy Harris2002-01-151-1/+15
* Add a preferences page for the name resolution flags.Guy Harris2002-01-131-10/+11
* Add a preferences page for capture preferences, so that the user canGuy Harris2002-01-101-5/+19
* Add preferences to save the main window size and position. If enabled,Gerald Combs2001-12-311-10/+66
* From Darren New: BXXP dissector modified to be a BEEP dissector.Guy Harris2001-12-081-3/+11
* When reading the preferences file, if the "module.preference" stringGilbert Ramirez2001-11-191-18/+35
* Fix a couple of comments.Guy Harris2001-11-091-4/+4
* Allow periods in module names.Gilbert Ramirez2001-11-081-2/+2
* Allow a dissector to register preferences that it no longer supports asGuy Harris2001-11-041-3/+95
* Crash if a dissector tries to create more than one preference with theGuy Harris2001-11-031-3/+17
* Have a routine that takes a file name for a personal configuration fileGuy Harris2001-10-241-20/+5
* Add a new routine to create the ".ethereal" directory for a user.Guy Harris2001-10-231-22/+1
* Add a routine to get the directory in which personal configuration filesGuy Harris2001-10-221-28/+38
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-211-6/+8
* Keep the list of modules with preferences sorted by the module name, inGuy Harris2001-10-211-2/+11
* The Quake3 dissector wasn't in the previous release, only users runningGuy Harris2001-10-161-29/+9
* The Quake III dissector called both the arena server port preference andGuy Harris2001-10-131-54/+76
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-211-7/+14
* Use an unsigned character when processing string lists, so that you canGuy Harris2001-07-231-2/+3
* Make "put_string_list()" truly take a GList of strings as arguments;Guy Harris2001-07-231-55/+57
* Reformat to be a bit closer to the way it looked before the parserGuy Harris2001-07-221-13/+12
* Ignore non-quoted white space in string lists.Guy Harris2001-07-221-49/+96
* "col_format_to_pref_str()" is used only in "prefs.c", and knows aboutGuy Harris2001-07-221-2/+52
* Check for valid column titles (non-zero-length) and valid column formatsGuy Harris2001-07-221-8/+31
* Don't require the strings in string lists to be quoted, just allow themGuy Harris2001-07-221-50/+77
* Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris2001-06-181-3/+3
* Make Ethereal default to promiscuous-mode captures, the way it didGuy Harris2001-06-041-6/+5
* Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris2001-05-311-13/+86
* There's no "enable name resolution in captures" preference in Ethereal,Guy Harris2001-04-151-10/+20
* Added the ethereal capture preferences to the preference file.Jeff Foster2001-04-131-1/+50
* "get_home_dir()", in "epan/filesystem.c", usesGuy Harris2001-04-021-2/+2
* Map the old MGCP preference names to the new ones (including a specialGuy Harris2001-01-051-5/+80
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-031-1/+13
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-1/+9
* Fix a number of problems that caused compiles to fail ifGuy Harris2000-11-181-5/+5
* At least on UNIX/X, make the wildcard pattern that's the initialGuy Harris2000-10-151-2/+47
* More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez2000-09-281-1/+2
* Oops, I left off one "-*" in the XLFD description for the font that isGuy Harris2000-09-121-2/+2
* Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris2000-09-081-1/+13