aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.h
AgeCommit message (Expand)AuthorFilesLines
2003-10-22From Ulf Lamping: add a preference to control whether to show or hideGuy Harris1-1/+2
2003-10-16From Ulf Lamping: add a GUI preference item to control the toolbarGuy Harris1-1/+9
2003-10-14From Ian Schorr:Guy Harris1-1/+10
2003-10-02Don't put an entry for a protocol into the Preferences dialog if itGuy Harris1-3/+6
2003-09-10Don't export MAX_VAR_LEN - nobody uses it.Guy Harris1-2/+1
2003-09-08From Nathan Jennings:Guy Harris1-1/+6
2003-08-07From Michael Lum: add the ability to have a preferences file containingGuy Harris1-4/+6
2003-07-22Add two preferences to control ADNS, one to enable/disable it and one toGerald Combs1-1/+2
2002-12-20Support putting preferences into arbitrary places in a tree, which isGuy Harris1-12/+41
2002-09-14- add a new GUI preference in the gtk2 port. It allows to useOlivier Abad1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-01Fix a few more memleaks found by valgrind (all derivingJörg Mayer1-3/+3
2002-05-11Add a mechanism for registering "obsolete" preference modules, so thatGuy Harris1-1/+10
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-10/+1
2002-01-10Add a preferences page for capture preferences, so that the user canGuy Harris1-1/+2
2001-12-31Add preferences to save the main window size and position. If enabled,Gerald Combs1-1/+10
2001-11-04Allow a dissector to register preferences that it no longer supports asGuy Harris1-1/+8
2001-10-31Put "extern" in front of a pile of function declarations.Guy Harris1-20/+21
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-5/+4
2001-07-22Note that we should supply a detailed explanation of syntax errors, soGuy Harris1-1/+4
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris1-3/+20
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris1-2/+2
2001-04-13Added the ethereal capture preferences to the preference file.Jeff Foster1-1/+6
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-1/+6
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris1-8/+8
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris1-3/+3
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris1-1/+2
2000-08-21Add prefs.gui_marked_[fb]g color preferences for theLaurent Deniel1-1/+3
2000-08-21Instead of each set of built-in preferences having "ok", "save",Guy Harris1-1/+23
2000-08-20Instead of having the normal-weight and bold fonts set separately,Guy Harris1-6/+7
2000-08-17Add a comment about the use of prefs_register_module() in protocol dissectorsLaurent Deniel1-1/+5
2000-08-15Fix a problem with const char *Laurent Deniel1-2/+2
2000-08-15Implements the "Properties" menu item which displays the preferences windowLaurent Deniel1-1/+11
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenGuy Harris1-2/+5
2000-07-05Add support for a global "ethereal.conf" preferences file, stored in theGuy Harris1-2/+91
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addGuy Harris1-4/+1
2000-01-03Don't have "write_prefs()" display a dialog box if the attempt to openGuy Harris1-2/+2
1999-12-30Allow user to modify appearance of lines and expanders in GUI protocolGilbert Ramirez1-1/+3
1999-12-29Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsGilbert Ramirez1-1/+3
1999-12-16Add a new page to the Preferences notebook: a GUI page. The soleGilbert Ramirez1-1/+2
1999-12-10Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez1-1/+5
1999-12-02Add stream window color preferences. We don't (yet) use cmaps, so thisGerald Combs1-7/+8
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-9/+2
1999-07-23Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1-1/+3
1999-06-12Don't pop up the "Can't open preferences file" dialog until *after*Guy Harris1-2/+2
1998-11-17* Added column formatting functionality.Gerald Combs1-10/+10
1998-10-28* Added preference file saves and reads.Gerald Combs1-4/+15
1998-10-12- Added match_strval function to packet.cGerald Combs1-2/+11
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-1/+2
1998-09-25* Ethernet manufacturer support (Laurent)Gerald Combs1-0/+33