aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-210/+0
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518
2011-10-20Back out infrastructure change. We missed supportingMichael Tüxen1-8/+51
stdin and pipes. svn path=/trunk/; revision=39498
2011-10-20Use a global list containing all interfaces and only changeMichael Tüxen1-51/+8
properties of the entries when changes are made in the GUI. Do not misuse the list of interfaces specified on the command line anymore. This patch does not provide any new functionality, it just provides the base for future extensions like removing remote interface, mulitple airpcap devices and multiple pipes. This patch was provided by Irene Ruengeler. svn path=/trunk/; revision=39495
2011-10-10Check our capture filter syntax in a separate thread.Gerald Combs1-4/+8
svn path=/trunk/; revision=39349
2011-09-01When double clicking on an interface in the main welcome menu opens the edit ↵Michael Tüxen1-1/+4
interfaces dialog box. This was suggested by stig. The patch was obtained by Irene Ruengeler. svn path=/trunk/; revision=38845
2011-08-20Fixed build withouth HAVE_PCAP_REMOTE.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=38630
2011-08-20The remote_options structure is not used if we don't have remote captureGuy Harris1-3/+1
support in pcap, so don't declare it if HAVE_PCAP_REMOTE isn't defined. svn path=/trunk/; revision=38629
2011-08-15Use better names.Michael Tüxen1-2/+2
Make sure that the dlt is always set. svn path=/trunk/; revision=38548
2011-08-14Count number of ip addresses and use this count to determine if we shallStig Bjørlykke1-0/+1
print the addresses string in the devices list. svn path=/trunk/; revision=38525
2011-08-13Honor command line options in the capture options dialog.Michael Tüxen1-0/+2
svn path=/trunk/; revision=38516
2011-08-13Make the monitor mode selectable only when supported by the interface.Michael Tüxen1-1/+4
This fixes a bug reported by Stig. svn path=/trunk/; revision=38506
2011-08-11Whitespace changes.Michael Tüxen1-30/+30
svn path=/trunk/; revision=38488
2011-08-05Add support for multiple interfaces to the capture options dialog.Michael Tüxen1-8/+82
Obtained from Irene Ruengeler. svn path=/trunk/; revision=38350
2010-05-15Support monitor mode in the capture preferences.Guy Harris1-3/+17
Use prefs_is_capture_device_hidden() to find out whether a device should be hidden - don't scan the list of hidden devices ourselves. svn path=/trunk/; revision=32820
2009-12-30Set correct linktype when starting capture from the welcome page.Stig Bjørlykke1-0/+8
svn path=/trunk/; revision=31393
2009-09-07The external declaration of airpcap_tb here is not neededJörg Mayer1-1/+1
and creates warnings svn path=/trunk/; revision=29757
2009-02-01Move declarations of routines in gtk/capture_if_dlg.c intoGuy Harris1-23/+0
gtk/capture_if_dlg.h. Include that header when appropriate. Get rid of include of <sys/wait.h> in gtk/capture_if_dlg.c; there's no forking or waiting in there. Make update_if() in gtk/capture_if_dlg.c static - it's not used outside that file. svn path=/trunk/; revision=27347
2009-02-01Add (preliminary, and a bit hacky) support for interface-type icons onGuy Harris1-2/+3
OS X. Add some comments to the interface-type icon code, and, when looking for certain text in the description on Windows, look in the interface description supplied by WinPcap rather than the user-supplied description (if we want to look in the latter, we presumably want to look in both, so the user giving a wireless interface a name they like won't break the code that checks for wireless interfaces). There's probably *some* NDIS OID that can give you the information you want - hopefully, not an NDIS 6-only OID). svn path=/trunk/; revision=27345
2009-01-30Windows only: for some typical capture interface names (with a "built in" ↵Ulf Lamping1-0/+6
heuristic), show specific icons in the interface list and the welcome page (this helps to find the right interface) svn path=/trunk/; revision=27335
2008-11-11Rewrote interface type option_menu to gtk_combo_box, this fixes the bugStig Bjørlykke1-0/+27
showing the correct type on connect failure or cancel in the remote interface dialog. Added list of recent remote hosts to interface type combo box. Save the recent remote hosts in the recent file. Fixed some indents. svn path=/trunk/; revision=26747
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgStig Bjørlykke1-1/+1
in a lot of files, which I suppose is correct. svn path=/trunk/; revision=24034
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-0/+10
is disabled by default, and can be enabled by setting AIRPCAP_CONFIG in config.nmake. The code is currently limited to Windows, but should be adaptable to other platforms. The official announcement won't come until next week, so you'll have to read the source for details. :) svn path=/trunk/; revision=18928
2006-05-21name changeRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18197
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