aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-21rework of capture.c: better seperation of sync and capture pipe by usingUlf Lamping1-7/+7
2004-02-20Revert to the previous scheme, wherein we always save the geometryGuy Harris1-21/+13
2004-02-20Don't clobber the concurrent DNS resolution flag each time we start aGerald Combs1-2/+2
2004-02-20Give it an RCS ID.Guy Harris3-0/+6
2004-02-20Add support for a "version.conf" file in the main directory which canGerald Combs1-2/+2
2004-02-20win32 only: when adding to the recent file list, prevent duplicates by:Ulf Lamping1-7/+22
2004-02-20minor bugfix from recent check inUlf Lamping1-2/+2
2004-02-20bugfix: resizing (values from recent) must be done, before theUlf Lamping1-1/+4
2004-02-20win32 drag-n-drop: corrected handling of UNC filenames "\\host\share\dir..."Ulf Lamping1-5/+12
2004-02-20bugfix for export selected data: win32 needs O_BINARY flag for open call,Ulf Lamping1-4/+12
2004-02-20FN_{SRC,DST}_ADDRESS and FN_{SRC,DST}_PORT aren't used - get rid ofGuy Harris1-68/+38
2004-02-20From Ian Schorr: taps to keep statistics of traffic by host.Guy Harris12-2/+1569
2004-02-19Don't save the geometry items unless the user asked to have them saved.Guy Harris1-13/+21
2004-02-19added missing distribution filesUlf Lamping1-1/+2
2004-02-18Warning fixes:Jörg Mayer2-6/+8
2004-02-17bugfix: use last_open_dir for the recent file,Ulf Lamping4-19/+10
2004-02-16bugfix: don't write the recent files list in the wrong order to the recent fileUlf Lamping2-24/+26
2004-02-13As noted by Pavel Kankovsky, the "Resolve Name" menu items should beGuy Harris1-2/+2
2004-02-13The Help window should be a separate top-level window, not a dialogGuy Harris1-2/+2
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris24-217/+245
2004-02-13Create only one "Plugins" window per process.Guy Harris1-2/+24
2004-02-13Create only one "About Ethereal" window per process.Guy Harris1-9/+34
2004-02-12The HIG's and/or GUI toolkit documentation for:Guy Harris10-62/+52
2004-02-11Cast "char" values to "guchar" before passing them to <ctype.h> macros,Guy Harris1-2/+2