aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-23/+74
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-9/+9
* Use the USB icon for usbmon devices on Linux.Stig Bjørlykke2009-11-141-0/+7
* Check for vmnet interfaces everywhere, not just Windows and OS X. MakeGerald Combs2009-11-111-20/+22
* Move the contents of image/expert_*.h to gtk/expert_indicators.h. AddGerald Combs2009-11-101-16/+8
* Add some null pointer checks. This is a blind attempt to fix bug 4155.Gerald Combs2009-11-061-6/+10
* Draw little wireless icons for AirPcap adapters.Gerald Combs2009-11-051-1/+2
* Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman2009-06-211-1/+2
* For interfaces that don't support PacketOpenAdapter (such as TurboCap),Gerald Combs2009-06-091-1/+5
* Make it possible to toggle the displayed IP address in the capture interfacsStig Bjørlykke2009-05-261-23/+92
* From Carlos G Mendioroz:Stig Bjørlykke2009-05-261-4/+11
* Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.Gerald Combs2009-05-131-3/+3
* Removed an unused variable.Stig Bjørlykke2009-05-131-3/+0
* #if 0 out an unused function declaration. Make itJörg Mayer2009-05-111-1/+1
* Get rid of deprecated functions by removingAnders Broman2009-05-051-37/+0
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-2/+2
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-8/+4
* stat() ==> ws_stat() [to keep checkAPIs happy];Bill Meier2009-03-091-3/+4
* add "PPP/SLIP" to the dialup interfacesUlf Lamping2009-03-081-1/+2
* Use the Bluetooth icon for Linux raw Bluetooth devices. Note some issuesGuy Harris2009-02-141-1/+23
* add a (Windows only) bluetooth network interface iconUlf Lamping2009-02-131-1/+6
* Use network_virtual_16.xpm for VMware interfaces on OS X (well, use themGuy Harris2009-02-121-2/+7
* network_virtual_16.xpm currently only used on Win32Ulf Lamping2009-02-111-0/+2
* use a special icon for "VMware" virtual networks (yes, I know the icon is *no...Ulf Lamping2009-02-111-3/+4
* Add Linux support for determining the interface icon; this depends on aGuy Harris2009-02-021-1/+21
* Don't include ../image/toolbar/network_wireless_16.xpm on platformsGuy Harris2009-02-011-0/+2
* Move declarations of routines in gtk/capture_if_dlg.c intoGuy Harris2009-02-011-6/+2
* No such luck with the AF_LINK address on FreeBSD or OpenBSD.Guy Harris2009-02-011-2/+5
* Add (preliminary, and a bit hacky) support for interface-type icons onGuy Harris2009-02-011-11/+51
* Exclude the new icons from the *NIX build.Jaap Keuter2009-01-311-0/+3
* mark unused parameter (under unix)Ulf Lamping2009-01-311-1/+1
* Windows only: for some typical capture interface names (with a "built in" heu...Ulf Lamping2009-01-301-5/+33
* If we click on an interface in the welcome screen, correctly enable/disableGerald Combs2008-10-151-1/+1
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-07-081-2/+2
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-1/+1
* Remove a lot of vestigal GTK-Wimp stuff. It's been included withGerald Combs2008-06-261-3/+3
* Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris2008-06-251-5/+6
* Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris2008-06-241-0/+1
* For now, just refer to global_capture_opts, replacing references to theGuy Harris2008-06-241-15/+15
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-211-10/+4
* use the ending "_win32" for every windows specific fileUlf Lamping2008-04-131-1/+1
* sort #includes by directoriesUlf Lamping2008-04-131-23/+21
* various code cleanupUlf Lamping2008-04-121-3/+3
* Add a stub set_capture_if_dialog_for_capture_in_progress() routine whenGuy Harris2008-04-121-0/+6
* cleanup of "capture_in_progress" ugly hack from main_toolbar, call capture_if...Ulf Lamping2008-04-121-1/+4
* rename toolbar to main_toolbarUlf Lamping2008-04-121-1/+1
* move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping2008-04-121-1/+1
* first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-7/+7
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-4/+4
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-3/+3