aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-31mark unused parameter (under unix)Ulf Lamping1-1/+1
2009-01-30Windows only: for some typical capture interface names (with a "built in" heu...Ulf Lamping1-5/+33
2008-10-15If we click on an interface in the welcome screen, correctly enable/disableGerald Combs1-1/+1
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-2/+2
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-26Remove a lot of vestigal GTK-Wimp stuff. It's been included withGerald Combs1-3/+3
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-5/+6
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris1-0/+1
2008-06-24For now, just refer to global_capture_opts, replacing references to theGuy Harris1-15/+15
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-10/+4
2008-04-13use the ending "_win32" for every windows specific fileUlf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-23/+21
2008-04-12various code cleanupUlf Lamping1-3/+3
2008-04-12Add a stub set_capture_if_dialog_for_capture_in_progress() routine whenGuy Harris1-0/+6
2008-04-12cleanup of "capture_in_progress" ugly hack from main_toolbar, call capture_if...Ulf Lamping1-1/+4
2008-04-12rename toolbar to main_toolbarUlf Lamping1-1/+1
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-7/+7
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-4/+4
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-3/+3