aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_prefs.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-27use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,ulfl1-7/+2
2004-05-26more code cleanup from dialog things:ulfl1-21/+12
2004-04-17Failure to get the list of interfaces should be reported as an error.guy1-2/+2
2004-03-13replaced sprintf / snprintf by g_snprintf,ulfl1-5/+5
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsguy1-14/+10
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-7/+3
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-10/+17
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-30/+18
2004-01-21use stock buttons whereever possible,ulfl1-4/+4
2004-01-10using button compatibility macrosulfl1-11/+3
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)ulfl1-3/+2
2003-09-26From Nathan Jennings:guy1-327/+184
2003-09-10If we have no interfaces, don't set the popdown list for interface comboguy1-3/+5
2003-09-10Have "get_interface_list()" return a list of "if_info_t" structuresguy1-25/+28
2003-09-09From Nathan Jennings: fix a problem with empty descriptions.guy1-4/+4
2003-09-09From Nathan Jennings: give the "Edit..." window for the capture optionsguy1-7/+4
2003-09-08From Nathan Jennings:guy1-10/+874
2002-11-11Use gtk1/gtk2 compatibility macros.oabad1-14/+10
2002-09-05Include cleanups in gtk and gtk2:jmayer1-3/+1
2002-08-31Remove redundant HAVE_LIBPCAP check (copied from gtk2)jmayer1-4/+1
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-6/+6
2002-07-17Get rid of some "unused variable" and "unused static function" warnings,guy1-24/+3
2002-06-28Trim leading and trailing white space from the capture device in theguy1-3/+12
2002-05-24Get rid of an unused variable.guy1-2/+1
2002-05-23Save the whole capture device name in the preferences file. Undergerald1-7/+4
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.guy1-3/+3
2002-01-20Make the blurbs for protocol preference items into tooltips. (This alsoguy1-4/+7
2002-01-13Add a preferences page for the name resolution flags.guy1-30/+11
2002-01-12Get rid of unused variables.guy1-10/+12
2002-01-12While you're at it, use the key for the auto scroll option checkbox forguy1-2/+2
2002-01-12Make the key for the capture preference window's pointer to the autoguy1-2/+2
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarguy1-2/+1
2002-01-10Fix some problems with building Ethereal/Tethereal without libpcap.guy1-7/+26
2002-01-10Add a preferences page for capture preferences, so that the user canguy1-0/+182