aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.h
AgeCommit message (Collapse)AuthorFilesLines
2005-04-19ask for unsaved file when using the new start capture feature,Ulf Lamping1-3/+2
ask for unsaved file when really starting the capture, not already when showing the options dialog, use the start capture icon in the capture options dialog (instead of simply Ok) svn path=/trunk/; revision=14142
2005-04-16rename capture_clear() to capture_restart()Ulf Lamping1-2/+2
statusbar update should work now even in capture error case svn path=/trunk/; revision=14105
2005-04-15add some new capture and filter related handcrafted (toolbar) iconsUlf Lamping1-0/+7
add "new" capture options feature, which will act like old capture start, and change capture start option (for immediately capture) rename Capture/Clear to Capture/Restart svn path=/trunk/; revision=14083
2005-04-12capture engine: Ulf Lamping1-0/+7
add a new feature to clear the currently captured packets and restart the capture with the previous parameters various code cleanup and minor bugfixes Win32: use millisecond resolution in capture_loop, to smooth screen update a bit (500ms instead of 1000ms) svn path=/trunk/; revision=14059
2004-12-28some code cleanup (comments changed)Ulf Lamping1-1/+1
svn path=/trunk/; revision=12848
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-67/+67
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-17add a new dialog box to menu "Capture/Interfaces..." to show the current ↵Ulf Lamping1-52/+67
state of the interfaces and a quick way to start a capture. added the IP address of the currently selected interface to the capture options dialog svn path=/trunk/; revision=11396
2004-06-04add more details for doxygenUlf Lamping1-1/+2
svn path=/trunk/; revision=11110
2004-06-01add details for doxygen, various code cleanups as a result of thisUlf Lamping1-4/+21
svn path=/trunk/; revision=11052
2004-01-29every GUI action, which will erease a currently unsaved capture file,Ulf Lamping1-1/+3
will now raise a dialog "Save xy before z?" with Yes/No/Cancel buttons. svn path=/trunk/; revision=9908
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2000-10-11Santeri Paavolainen's patch to add a "Capture->Stop" menu item to letGuy Harris1-1/+2
you stop an "Update list of packets in real time" capture from the main window as well as from the capture statistics dialog. svn path=/trunk/; revision=2487
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-0/+31
svn path=/trunk/; revision=636