summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2004-03-08update to iostat make it automagically make sure the field is part of the ...Ronnie Sahlberg1-7/+59
2004-03-07fixed a bug GTK_WIDGET_VISIBLE -> GTK_WIDGET_SENSITIVE,Ulf Lamping1-30/+64
2004-03-06some code cleanupUlf Lamping1-128/+66
2004-03-06replaced show/hide by sensitive/insensitive to see all fields everytimeUlf Lamping1-23/+40
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 Lamping2-31/+40
2004-03-02implemented capture dialog 3rd (+x) proposalUlf Lamping2-79/+138
2004-03-02replaced all seperate gtk_widget_show() by a single gtk_widget_show_all() callUlf Lamping1-70/+5
2004-02-29improved resizabilityUlf Lamping2-6/+6
2004-02-28redesign of the whole dialogUlf Lamping1-123/+187
2004-02-28Default to not using the ring buffer (as the default number of files isGuy Harris1-2/+2
2004-02-28Capturing: "Number of files" switches between normal and multiple mode,Ulf Lamping2-49/+68
2004-02-28removed "magically" label switching of "Stop capture after x kilobyte(s)" field,Ulf Lamping1-42/+88
2004-02-28Yes, you do have to free the display filter after compiling it,Guy Harris1-2/+3
2004-02-28The string in the Find Frame dialog box isn't necessarily a displayGuy Harris3-39/+151
2004-02-27added dfilter string syntax check to various placesUlf Lamping9-10/+18
2004-02-27cosmetic update to tcp graphs.Ronnie Sahlberg1-3/+17
2004-02-25Get rid of a debugging printf.Guy Harris1-2/+1
2004-02-25Seperated the "Go" menu, corresponding to:Ulf Lamping1-19/+20
2004-02-25changed some labelsUlf Lamping1-11/+59
2004-02-24minor redesign of the dialogUlf Lamping1-43/+62
2004-02-24changed some label textsUlf Lamping1-6/+6
2004-02-24fixed some GTK2 stock items keyboard shortcutsUlf Lamping1-8/+8
2004-02-24fixed some menu item capitalization and keyboard shortcutsUlf Lamping1-25/+25
2004-02-24added a "Close" button to the dialogUlf Lamping1-3/+29
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-23Add a "force" argument to "filter_packets()" andGuy Harris7-23/+26
2004-02-23changed title and menu registering to "IO Graphs"Ulf Lamping1-8/+8
2004-02-23minor changeUlf Lamping1-5/+5
2004-02-23Changed all items to "Endpoint List" and get rid of the "Host List" group.Ulf Lamping10-28/+23
2004-02-23statistics menu redesigned, now looking more like the former menu,Ulf Lamping42-179/+143
2004-02-23Move cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES. This tells automakeGerald Combs1-3/+3
2004-02-23Make the tap names for host statistics use "hosts" instead of "conv",Guy Harris9-53/+52
2004-02-23Put in a comment noting a problem with dialog boxes popped up before theGuy Harris1-1/+9
2004-02-22change menu item names from "Host List" to "Endpoint List"Ulf Lamping2-4/+4
2004-02-22some changes to the dialog layout and added some tooltipsUlf Lamping1-30/+54
2004-02-22minor bugfixUlf Lamping1-9/+9
2004-02-22Squelch a compiler warning.Guy Harris1-116/+117
2004-02-22statistics menu structure proposal:Ulf Lamping6-19/+36
2004-02-22tcp_graph.h is no longer needed, as the tap mechanism is now usedUlf Lamping4-38/+3
2004-02-22WIDGET_SET_SIZE(-2) is asserted by current GTK2 libs, so don't use itUlf Lamping7-14/+14
2004-02-22Redesigned the menu structure of the former statistics stuff,Ulf Lamping42-434/+425
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-21quit_after_cap should be a gboolean, not an int, and it should be initializedUlf Lamping1-3/+3