Escape backslashes in strings when generating the dfilter representation
[metze/wireshark/wip.git] / prefs.c
2003-07-22 Gerald CombsAdd two preferences to control ADNS, one to enable...
2003-05-15 Guy HarrisFrom Richard Urwin:
2003-04-21 Guy HarrisFrom Erwin Rol: ArtNET support.
2003-04-09 Guy HarrisDon't create a protocol tree or do anything to the...
2003-03-13 Guy HarrisFrom Tomas Kukosa - allow a preference name to begin...
2003-03-12 Guy HarrisWhen fixing up old preferences, check the module for...
2003-03-11 Guy HarrisWhen registering a string preference, if the value...
2003-01-29 Guy HarrisFix a couple of checks for families with renamed prefer...
2003-01-28 Guy HarrisPanic if a preference starts with the name of the modul...
2003-01-28 Guy HarrisGet rid of the extra "pcli." in the "pcli.pcli.udp_port...
2002-12-20 Guy HarrisSupport putting preferences into arbitrary places in...
2002-09-28 Gerald CombsDisable network name resolution by default.
2002-09-14 Olivier Abad- add a new GUI preference in the gtk2 port. It allows...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-08-01 Jörg MayerFix a few more memleaks found by valgrind (all deriving
2002-06-16 Guy HarrisHandle the "bool" members the same way we handled the...
2002-06-16 Guy HarrisFrom Chris Waters: don't use "bool" as a variable name...
2002-05-29 Guy HarrisFrom Michal Melerowicz:
2002-05-25 Guy HarrisDon't give ordinal numbers to preferences that aren...
2002-05-11 Guy HarrisAdd a mechanism for registering "obsolete" preference...
2002-03-31 Guy HarrisFrom Joerg Mayer: mark function arguments as unused.
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-15 Guy HarrisInclude <resolv.h> after "globals.h", as, at least...
2002-01-15 Guy HarrisFix some preferences to eliminate the extra copy of...
2002-01-13 Guy HarrisAdd a preferences page for the name resolution flags.
2002-01-10 Guy HarrisAdd a preferences page for capture preferences, so...
2001-12-31 Gerald CombsAdd preferences to save the main window size and positi...
2001-12-08 Guy HarrisFrom Darren New: BXXP dissector modified to be a BEEP...
2001-11-19 Gilbert RamirezWhen reading the preferences file, if the "module.prefe...
2001-11-09 Guy HarrisFix a couple of comments.
2001-11-08 Gilbert RamirezAllow periods in module names.
2001-11-04 Guy HarrisAllow a dissector to register preferences that it no...
2001-11-03 Guy HarrisCrash if a dissector tries to create more than one...
2001-10-24 Guy HarrisHave a routine that takes a file name for a personal...
2001-10-23 Guy HarrisAdd a new routine to create the ".ethereal" directory...
2001-10-22 Guy HarrisAdd a routine to get the directory in which personal...
2001-10-21 Guy HarrisUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-10-21 Guy HarrisKeep the list of modules with preferences sorted by...
2001-10-16 Guy HarrisThe Quake3 dissector wasn't in the previous release...
2001-10-13 Guy HarrisThe Quake III dissector called both the arena server...
2001-08-21 Guy HarrisOn Windows, use the directory in which the binary resid...
2001-07-23 Guy HarrisUse an unsigned character when processing string lists...
2001-07-23 Guy HarrisMake "put_string_list()" truly take a GList of strings...
2001-07-22 Guy HarrisReformat to be a bit closer to the way it looked before...
2001-07-22 Guy HarrisIgnore non-quoted white space in string lists.
2001-07-22 Guy Harris"col_format_to_pref_str()" is used only in "prefs.c...
2001-07-22 Guy HarrisCheck for valid column titles (non-zero-length) and...
2001-07-22 Guy HarrisDon't require the strings in string lists to be quoted...
2001-06-18 Guy HarrisVarious signed vs. unsigned fixes, from Joerg Mayer.
2001-06-04 Guy HarrisMake Ethereal default to promiscuous-mode captures...
2001-05-31 Guy HarrisSupport for "-N" flag enabling selected forms of name...
2001-04-15 Guy HarrisThere's no "enable name resolution in captures" prefere...
2001-04-13 Jeff FosterAdded the ethereal capture preferences to the preferenc...
2001-04-02 Guy Harris"get_home_dir()", in "epan/filesystem.c", uses
2001-01-05 Guy HarrisMap the old MGCP preference names to the new ones ...
2001-01-03 Guy HarrisAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-18 Guy HarrisFix a number of problems that caused compiles to fail if
2000-10-15 Guy HarrisAt least on UNIX/X, make the wildcard pattern that...
2000-09-28 Gilbert RamirezMore EPAN-related code movements. Get rid of usage...
2000-09-12 Guy HarrisOops, I left off one "-*" in the XLFD description for...
2000-09-08 Guy HarrisGraham Bloice's patch to support inverse video rather...
2000-08-21 Laurent DenielAdd prefs.gui_marked_[fb]g color preferences for the
2000-08-21 Guy HarrisInstead of each set of built-in preferences having...
2000-08-20 Guy HarrisInstead of having the normal-weight and bold fonts...
2000-08-15 Laurent DenielFix a problem with const char *
2000-08-15 Laurent DenielImplements the "Properties" menu item which displays...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-07 Guy HarrisCast an argument to "isspace()" to "guchar" so that...
2000-07-09 Guy HarrisTurn the code of "colorize_packet()" into a static...
2000-07-05 Guy HarrisAdd support for a global "ethereal.conf" preferences...
2000-01-29 Gilbert RamirezRemove instances of getenv("HOME") and provide a get_ho...
2000-01-03 Guy HarrisDon't have "write_prefs()" display a dialog box if...
1999-12-30 Gilbert RamirezAllow user to modify appearance of lines and expanders...
1999-12-29 Gilbert RamirezChanged the protocol tree widget from a GtkTree to...
1999-12-29 Guy HarrisMove the definition of "prefs" from "gtk/prefs_dlg...
1999-12-16 Gilbert RamirezAdd a new page to the Preferences notebook: a GUI page...
1999-12-09 Guy HarrisMove the GTK+ implementations of various UI utilities...
1999-12-02 Gerald CombsAdd stream window color preferences. We don't (yet...
1999-09-09 Gilbert RamirezMore shuffling of GTK-related routines to gtk subdirectory.
1999-09-09 Gilbert RamirezMore shuffling of GTK-related files to gtk subdirectory.
1999-09-01 Gilbert RamirezMoved GTK-dependent routines for file dialogues, print...
1999-07-13 Gilbert RamirezAdded support for compiling on win32 with Visual C...
1999-06-21 Gilbert RamirezFound some erroneous usages of gtk_signal_connect_objec...
1999-06-12 Guy HarrisDon't pop up the "Can't open preferences file" dialog...
1999-03-01 Gilbert RamirezAdded display filters to wiretap.
1998-12-29 Gerald Combs* Added Joerg Mayer's Vines patch
1998-12-22 Gilbert RamirezFixed more bugs with dialogues and gtk+-1.1.x.
1998-12-17 Gilbert RamirezA patch spread across many files to let Ethereal compil...
1998-11-18 Gerald Combs* Disable filter-related widgets if we're using wiretap.
1998-11-18 Gerald Combs* Added patches from Laurent and Guy
1998-11-17 Gerald Combs* Added column formatting functionality.
1998-10-29 Gerald Combs* Fixes for problems with the preference initialization...
1998-10-28 Gerald Combs* Added preference file saves and reads.
1998-10-16 Gerald Combs* Copied in the correct GNU license (I'm such a goober)
1998-10-13 Gerald Combs* Pod page update
1998-10-12 Gerald Combs- Added match_strval function to packet.c
1998-10-10 Gerald Combs* OSPF alignment fixes (Gerald)
1998-09-27 Gerald CombsMerged in a _huge_ patch from Guy Harris. It adds...
next