aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-13add a (Windows only) bluetooth network interface iconUlf Lamping1-1/+6
2009-02-12Use network_virtual_16.xpm for VMware interfaces on OS X (well, use themGuy Harris1-2/+7
2009-02-11network_virtual_16.xpm currently only used on Win32Ulf Lamping1-0/+2
2009-02-11use a special icon for "VMware" virtual networks (yes, I know the icon is *no...Ulf Lamping1-3/+4
2009-02-02Add Linux support for determining the interface icon; this depends on aGuy Harris1-1/+21
2009-02-01Don't include ../image/toolbar/network_wireless_16.xpm on platformsGuy Harris1-0/+2
2009-02-01Move declarations of routines in gtk/capture_if_dlg.c intoGuy Harris1-6/+2
2009-02-01No such luck with the AF_LINK address on FreeBSD or OpenBSD.Guy Harris1-2/+5
2009-02-01Add (preliminary, and a bit hacky) support for interface-type icons onGuy Harris1-11/+51
2009-01-31Exclude the new icons from the *NIX build.Jaap Keuter1-0/+3