aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_prefs.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-06some minor fixes to the Preferences tooltip textsUlf Lamping1-3/+1
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-3/+2
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-3/+2
2005-02-10Always make the elements of the "text" array point to g_mallocatedGuy Harris1-2/+2
2005-01-16Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeGuy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-13From Pavel Kankovsky: the items pointed to by elements in the "text[]"Guy Harris1-3/+3
2004-06-20preference setting for the option to "avoid" the capture info dialogUlf Lamping1-11/+42
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTGuy Harris1-4/+8
2004-05-31some more dialog redesign and code cleanupUlf Lamping1-40/+56
2004-05-31interface options preference dialog: remove confusing second interface clist,Ulf Lamping1-128/+74
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,Ulf Lamping1-7/+2
2004-05-26more code cleanup from dialog things:Ulf Lamping1-21/+12
2004-04-17Failure to get the list of interfaces should be reported as an error.Guy Harris1-2/+2
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-5/+5
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-14/+10
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-7/+3
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-10/+17
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-30/+18
2004-01-21use stock buttons whereever possible,Ulf Lamping1-4/+4
2004-01-10using button compatibility macrosUlf Lamping1-11/+3
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-3/+2
2003-09-26From Nathan Jennings:Guy Harris1-327/+184
2003-09-10If we have no interfaces, don't set the popdown list for interface comboGuy Harris1-3/+5
2003-09-10Have "get_interface_list()" return a list of "if_info_t" structuresGuy Harris1-25/+28
2003-09-09From Nathan Jennings: fix a problem with empty descriptions.Guy Harris1-4/+4
2003-09-09From Nathan Jennings: give the "Edit..." window for the capture optionsGuy Harris1-7/+4
2003-09-08From Nathan Jennings:Guy Harris1-10/+874
2002-11-11Use gtk1/gtk2 compatibility macros.Olivier Abad1-14/+10
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-3/+1
2002-08-31Remove redundant HAVE_LIBPCAP check (copied from gtk2)Jörg Mayer1-4/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-07-17Get rid of some "unused variable" and "unused static function" warnings,Guy Harris1-24/+3
2002-06-28Trim leading and trailing white space from the capture device in theGuy Harris1-3/+12
2002-05-24Get rid of an unused variable.Guy Harris1-2/+1
2002-05-23Save the whole capture device name in the preferences file. UnderGerald Combs1-7/+4
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-3/+3
2002-01-20Make the blurbs for protocol preference items into tooltips. (This alsoGuy Harris1-4/+7
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-30/+11
2002-01-12Get rid of unused variables.Guy Harris1-10/+12
2002-01-12While you're at it, use the key for the auto scroll option checkbox forGuy Harris1-2/+2
2002-01-12Make the key for the capture preference window's pointer to the autoGuy Harris1-2/+2
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-2/+1
2002-01-10Fix some problems with building Ethereal/Tethereal without libpcap.Guy Harris1-7/+26
2002-01-10Add a preferences page for capture preferences, so that the user canGuy Harris1-0/+182