aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a debugging printf.Guy Harris2004-02-251-2/+1
* Seperated the "Go" menu, corresponding to:Ulf Lamping2004-02-251-19/+20
* changed some labelsUlf Lamping2004-02-251-11/+59
* minor redesign of the dialogUlf Lamping2004-02-241-43/+62
* changed some label textsUlf Lamping2004-02-241-6/+6
* fixed some GTK2 stock items keyboard shortcutsUlf Lamping2004-02-241-8/+8
* fixed some menu item capitalization and keyboard shortcutsUlf Lamping2004-02-241-25/+25
* added a "Close" button to the dialogUlf Lamping2004-02-241-3/+29
* Small cleanup - the for loop was left over from earlier code that keptGuy Harris2004-02-241-8/+6
* In get_if_name(), return immediately once we've found our interface nameGerald Combs2004-02-241-1/+2
* Sigh. On Windows OT, device names don't have "\Device\" in front ofGuy Harris2004-02-231-9/+27
* Add a "force" argument to "filter_packets()" andGuy Harris2004-02-237-23/+26
* changed title and menu registering to "IO Graphs"Ulf Lamping2004-02-231-8/+8
* minor changeUlf Lamping2004-02-231-5/+5
* Changed all items to "Endpoint List" and get rid of the "Host List" group.Ulf Lamping2004-02-2310-28/+23
* statistics menu redesigned, now looking more like the former menu,Ulf Lamping2004-02-2342-179/+143
* Move cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES. This tells automakeGerald Combs2004-02-231-3/+3
* Make the tap names for host statistics use "hosts" instead of "conv",Guy Harris2004-02-239-53/+52
* Put in a comment noting a problem with dialog boxes popped up before theGuy Harris2004-02-231-1/+9
* change menu item names from "Host List" to "Endpoint List"Ulf Lamping2004-02-222-4/+4
* some changes to the dialog layout and added some tooltipsUlf Lamping2004-02-221-30/+54
* minor bugfixUlf Lamping2004-02-221-9/+9
* Squelch a compiler warning.Guy Harris2004-02-221-116/+117
* statistics menu structure proposal:Ulf Lamping2004-02-226-19/+36
* tcp_graph.h is no longer needed, as the tap mechanism is now usedUlf Lamping2004-02-224-38/+3
* WIDGET_SET_SIZE(-2) is asserted by current GTK2 libs, so don't use itUlf Lamping2004-02-227-14/+14
* Redesigned the menu structure of the former statistics stuff,Ulf Lamping2004-02-2242-434/+425
* added a help buttonUlf Lamping2004-02-211-3/+8
* new somewhat improved layout of the capture options dialogUlf Lamping2004-02-211-43/+70
* quit_after_cap should be a gboolean, not an int, and it should be initializedUlf Lamping2004-02-211-3/+3
* rework of capture.c: better seperation of sync and capture pipe by usingUlf Lamping2004-02-211-7/+7
* Revert to the previous scheme, wherein we always save the geometryGuy Harris2004-02-201-21/+13
* Don't clobber the concurrent DNS resolution flag each time we start aGerald Combs2004-02-201-2/+2
* Give it an RCS ID.Guy Harris2004-02-203-0/+6
* Add support for a "version.conf" file in the main directory which canGerald Combs2004-02-201-2/+2
* win32 only: when adding to the recent file list, prevent duplicates by:Ulf Lamping2004-02-201-7/+22
* minor bugfix from recent check inUlf Lamping2004-02-201-2/+2
* bugfix: resizing (values from recent) must be done, before theUlf Lamping2004-02-201-1/+4
* win32 drag-n-drop: corrected handling of UNC filenames "\\host\share\dir..."Ulf Lamping2004-02-201-5/+12
* bugfix for export selected data: win32 needs O_BINARY flag for open call,Ulf Lamping2004-02-201-4/+12
* FN_{SRC,DST}_ADDRESS and FN_{SRC,DST}_PORT aren't used - get rid ofGuy Harris2004-02-201-68/+38
* From Ian Schorr: taps to keep statistics of traffic by host.Guy Harris2004-02-2012-2/+1569
* Don't save the geometry items unless the user asked to have them saved.Guy Harris2004-02-191-13/+21
* added missing distribution filesUlf Lamping2004-02-191-1/+2
* Warning fixes:Jörg Mayer2004-02-182-6/+8
* bugfix: use last_open_dir for the recent file,Ulf Lamping2004-02-174-19/+10
* bugfix: don't write the recent files list in the wrong order to the recent fileUlf Lamping2004-02-162-24/+26
* As noted by Pavel Kankovsky, the "Resolve Name" menu items should beGuy Harris2004-02-131-2/+2
* The Help window should be a separate top-level window, not a dialogGuy Harris2004-02-131-2/+2
* Add a "window_new()" routine that creates a window of a given type, setsGuy Harris2004-02-1324-217/+245