aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-1059/+0
2011-12-29Leave it up to dumpcap to determine whether WinPcap was loaded and, ifGuy Harris1-12/+0
2011-12-29Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatGuy Harris1-1/+0
2011-12-29Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris1-0/+1
2011-12-01Get rid of warnings.Anders Broman1-13/+13
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-15/+7
2011-10-20Back out infrastructure change. We missed supportingMichael Tüxen1-181/+281
2011-10-20Use a global list containing all interfaces and only changeMichael Tüxen1-281/+181
2011-09-25Fix forJörg Mayer1-3/+5
2011-09-24Use the new remote capturing icon also in the interfaces dialog box.Michael Tüxen1-0/+9
2011-08-13Say "none" rather than "unknown" if there are no IP addresses; in mostGuy Harris1-2/+2
2011-08-05Add support for multiple interfaces to the capture options dialog.Michael Tüxen1-136/+163
2011-07-24Fix some compile errors when building with real gtk-3.Jörg Mayer1-2/+4
2011-07-21Add some temporary protection code to support the current captureMichael Tüxen1-0/+2
2011-07-20Synchronize the selection of interfaces between the main welcomeMichael Tüxen1-1/+29
2011-07-19Get the interfaces list from the Capture / Interfaces list in syncMichael Tüxen1-100/+61
2011-07-18Make a check a bit more pedantic.Michael Tüxen1-1/+2
2011-07-16Don't allow capturing from multiple interface when compiled with multiple threadMichael Tüxen1-2/+10
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs1-35/+4
2011-07-08You can't select/deselct interfaces in the capture/interfacesMichael Tüxen1-3/+23
2011-07-07The argument of capture_get_if_icon() is used.Michael Tüxen1-1/+1
2011-07-05Support selecting multiple interfaces in the capture/interfacesMichael Tüxen1-163/+210
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen1-12/+72
2011-05-22Fix the case where you start with interfaces on the command lineMichael Tüxen1-0/+15
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris1-2/+2
2011-02-16Fix compilation on Windows.Gerald Combs1-1/+1
2011-02-16More cleanup toward being able to compile with GTK+ 3.0. Mostly replacingStephen Fisher1-0/+25
2010-10-12Define some fcns & vars as static;Bill Meier1-3/+3
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-1/+0
2010-05-19If the user asks for the Capture -> Interfaces dialog, and there are noGuy Harris1-3/+13
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris1-23/+74
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-9/+9
2009-11-14Use the USB icon for usbmon devices on Linux.Stig Bjørlykke1-0/+7
2009-11-11Check for vmnet interfaces everywhere, not just Windows and OS X. MakeGerald Combs1-20/+22
2009-11-10Move the contents of image/expert_*.h to gtk/expert_indicators.h. AddGerald Combs1-16/+8
2009-11-06Add some null pointer checks. This is a blind attempt to fix bug 4155.Gerald Combs1-6/+10
2009-11-05Draw little wireless icons for AirPcap adapters.Gerald Combs1-1/+2
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-1/+2
2009-06-09For interfaces that don't support PacketOpenAdapter (such as TurboCap),Gerald Combs1-1/+5
2009-05-26Make it possible to toggle the displayed IP address in the capture interfacsStig Bjørlykke1-23/+92
2009-05-26From Carlos G Mendioroz:Stig Bjørlykke1-4/+11
2009-05-13Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.Gerald Combs1-3/+3
2009-05-13Removed an unused variable.Stig Bjørlykke1-3/+0
2009-05-11#if 0 out an unused function declaration. Make itJörg Mayer1-1/+1
2009-05-05Get rid of deprecated functions by removingAnders Broman1-37/+0
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-2/+2
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-8/+4
2009-03-09stat() ==> ws_stat() [to keep checkAPIs happy];Bill Meier1-3/+4
2009-03-08add "PPP/SLIP" to the dialup interfacesUlf Lamping1-1/+2
2009-02-14Use the Bluetooth icon for Linux raw Bluetooth devices. Note some issuesGuy Harris1-1/+23