aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-30code cleanupUlf Lamping1-11/+11
2004-06-30bugfix to a bug reported by dave.nicoson@thomson.net:Ulf Lamping1-15/+112
2004-06-20preference setting, so "ask for unsaved capture files" can be switched offUlf Lamping1-2/+2
2004-06-20added an option to "avoid" the capture info dialog completely.Ulf Lamping1-4/+23
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTGuy Harris1-3/+6
2004-05-26Get rid of some declarations of routines that no longer exist.Guy Harris1-10/+2
2004-05-26more code cleanup from dialog things:Ulf Lamping1-139/+12
2004-04-28Change the punctuation in one tooltip (I think "select the desired one"Guy Harris1-2/+17
2004-04-28Minor wording changes in tooltips.Gilbert Ramirez1-7/+7
2004-04-28added tooltips for various input fieldsUlf Lamping1-1/+73
2004-04-17Failure to get the list of interfaces should be reported as an error.Guy Harris1-2/+2
2004-04-08catch the enter key from the interface drop-down list,Ulf Lamping1-2/+3
2004-04-08On Windows, when looking for the ":" that separates the interfaceGuy Harris1-8/+30
2004-03-29Make "file_selection_new()" take as its second argument anGuy Harris1-16/+3
2004-03-27minor code cleanup, including removed MSVC warningsUlf Lamping1-3/+4
2004-03-27Use the new GtkFileChooserDialog when built with gtk+ 2.4Olivier Abad1-2/+32
2004-03-13experimental: make usage of pcap_setbuff to increase the kernel buffer sizeUlf Lamping1-1/+38
2004-03-06using a table for layout of stop capture fields,Ulf Lamping1-39/+62
2004-03-06using a table for layout of multi files fields, do some code cleanupUlf Lamping1-235/+233
2004-03-04using a gtk_table instead of hbox'es for "multiple files" fieldsUlf Lamping1-31/+30
2004-03-04capture dialog limits now with units.Ulf Lamping1-49/+204
2004-03-04fixed differences between capture GUI frontend and backendUlf Lamping1-17/+26
2004-03-02implemented capture dialog 3rd (+x) proposalUlf Lamping1-69/+122
2004-03-02replaced all seperate gtk_widget_show() by a single gtk_widget_show_all() callUlf Lamping1-70/+5
2004-02-29improved resizabilityUlf Lamping1-4/+4
2004-02-28Capturing: "Number of files" switches between normal and multiple mode,Ulf Lamping1-41/+60
2004-02-28removed "magically" label switching of "Stop capture after x kilobyte(s)" field,Ulf Lamping1-42/+88
2004-02-24Small cleanup - the for loop was left over from earlier code that keptGuy Harris1-8/+6
2004-02-24In get_if_name(), return immediately once we've found our interface nameGerald Combs1-1/+2
2004-02-23Sigh. On Windows OT, device names don't have "\Device\" in front ofGuy Harris1-9/+27
2004-02-21added a help buttonUlf Lamping1-3/+8
2004-02-21new somewhat improved layout of the capture options dialogUlf Lamping1-43/+70
2004-02-20Don't clobber the concurrent DNS resolution flag each time we start aGerald Combs1-2/+2
2004-02-12The HIG's and/or GUI toolkit documentation for:Guy Harris1-3/+2
2004-02-11Get rid of the "Question" alert box type - rename it to "Confirmation",Guy Harris1-2/+2
2004-02-04Add some comments about the types of alert boxes you get with theGuy Harris1-2/+2
2004-01-31cleanup of new "question dialogs",Ulf Lamping1-4/+4
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-7/+7
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-5/+5
2004-01-29every GUI action, which will erease a currently unsaved capture file,Ulf Lamping1-2/+39
2004-01-26On Windows OT, interface names *can* have spaces in them; to find theGuy Harris1-17/+45
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-12/+4
2004-01-21use stock buttons whereever possible,Ulf Lamping1-5/+9
2004-01-20code cleanup and added some moreUlf Lamping1-2/+2
2004-01-10using button compatibility macrosUlf Lamping1-3/+3
2004-01-10using button compatibility macrosUlf Lamping1-64/+16
2003-12-23removed some MSVC warnings (conversions between double/float and int)Ulf Lamping1-11/+11
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-3/+2
2003-12-13set link layer type sensitive only,Ulf Lamping1-3/+3
2003-11-18removed MSVC compiler warningsUlf Lamping1-3/+4