aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-12Define some fcns & vars as static;wmeier1-3/+3
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-1/+0
2010-05-19If the user asks for the Capture -> Interfaces dialog, and there are noguy1-3/+13
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofguy1-23/+74
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-9/+9
2009-11-14Use the USB icon for usbmon devices on Linux.stig1-0/+7
2009-11-11Check for vmnet interfaces everywhere, not just Windows and OS X. Makegerald1-20/+22
2009-11-10Move the contents of image/expert_*.h to gtk/expert_indicators.h. Addgerald1-16/+8
2009-11-06Add some null pointer checks. This is a blind attempt to fix bug 4155.gerald1-6/+10
2009-11-05Draw little wireless icons for AirPcap adapters.gerald1-1/+2
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...etxrab1-1/+2
2009-06-09For interfaces that don't support PacketOpenAdapter (such as TurboCap),gerald1-1/+5
2009-05-26Make it possible to toggle the displayed IP address in the capture interfacsstig1-23/+92
2009-05-26From Carlos G Mendioroz:stig1-4/+11
2009-05-13Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.gerald1-3/+3
2009-05-13Removed an unused variable.stig1-3/+0
2009-05-11#if 0 out an unused function declaration. Make itjmayer1-1/+1
2009-05-05Get rid of deprecated functions by removingetxrab1-37/+0
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-2/+2
2009-03-13From Jakub Zawadzki (bug 3331):stig1-8/+4
2009-03-09stat() ==> ws_stat() [to keep checkAPIs happy];wmeier1-3/+4
2009-03-08add "PPP/SLIP" to the dialup interfacesulfl1-1/+2
2009-02-14Use the Bluetooth icon for Linux raw Bluetooth devices. Note some issuesguy1-1/+23
2009-02-13add a (Windows only) bluetooth network interface iconulfl1-1/+6
2009-02-12Use network_virtual_16.xpm for VMware interfaces on OS X (well, use themguy1-2/+7
2009-02-11network_virtual_16.xpm currently only used on Win32ulfl1-0/+2
2009-02-11use a special icon for "VMware" virtual networks (yes, I know the icon is *no...ulfl1-3/+4
2009-02-02Add Linux support for determining the interface icon; this depends on aguy1-1/+21
2009-02-01Don't include ../image/toolbar/network_wireless_16.xpm on platformsguy1-0/+2
2009-02-01Move declarations of routines in gtk/capture_if_dlg.c intoguy1-6/+2
2009-02-01No such luck with the AF_LINK address on FreeBSD or OpenBSD.guy1-2/+5
2009-02-01Add (preliminary, and a bit hacky) support for interface-type icons onguy1-11/+51
2009-01-31Exclude the new icons from the *NIX build.jake1-0/+3
2009-01-31mark unused parameter (under unix)ulfl1-1/+1
2009-01-30Windows only: for some typical capture interface names (with a "built in" heu...ulfl1-5/+33
2008-10-15If we click on an interface in the welcome screen, correctly enable/disablegerald1-1/+1
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-2/+2
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-06-26Remove a lot of vestigal GTK-Wimp stuff. It's been included withgerald1-3/+3
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-5/+6
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatguy1-0/+1
2008-06-24For now, just refer to global_capture_opts, replacing references to theguy1-15/+15
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-10/+4
2008-04-13use the ending "_win32" for every windows specific fileulfl1-1/+1
2008-04-13sort #includes by directoriesulfl1-23/+21
2008-04-12various code cleanupulfl1-3/+3
2008-04-12Add a stub set_capture_if_dialog_for_capture_in_progress() routine whenguy1-0/+6
2008-04-12cleanup of "capture_in_progress" ugly hack from main_toolbar, call capture_if...ulfl1-1/+4
2008-04-12rename toolbar to main_toolbarulfl1-1/+1
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)ulfl1-1/+1