aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-09Remove:Anders Broman1-4/+0
2008-04-06remove GTK1 codeUlf Lamping1-18/+0
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.Stig Bjørlykke1-0/+6
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)Bill Meier1-1/+3
2007-11-28fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-08-30It seems like capture_stats is working as a correctly implemented pcap_stats.Stig Bjørlykke1-14/+7
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss1-0/+7
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs1-68/+18
2007-06-11One more step in privilege separation.Gerald Combs1-2/+2
2007-05-19Convert the arguments to if_list_comparator_alph() to if_info_t *'sGuy Harris1-5/+10