| Commit message (Expand) | Author | Age | Files | Lines |
* | In Wireshark and TShark, run dumpcap to get interface lists and lists of | Guy Harris | 2010-03-04 | 1 | -23/+74 |
* | Fix various gcc -Wshadow warnings. | Bill Meier | 2010-01-29 | 1 | -9/+9 |
* | Use the USB icon for usbmon devices on Linux. | Stig Bjørlykke | 2009-11-14 | 1 | -0/+7 |
* | Check for vmnet interfaces everywhere, not just Windows and OS X. Make | Gerald Combs | 2009-11-11 | 1 | -20/+22 |
* | Move the contents of image/expert_*.h to gtk/expert_indicators.h. Add | Gerald Combs | 2009-11-10 | 1 | -16/+8 |
* | Add some null pointer checks. This is a blind attempt to fix bug 4155. | Gerald Combs | 2009-11-06 | 1 | -6/+10 |
* | Draw little wireless icons for AirPcap adapters. | Gerald Combs | 2009-11-05 | 1 | -1/+2 |
* | Change window_new() to dlg_window_new() and destroy the window with the top l... | Anders Broman | 2009-06-21 | 1 | -1/+2 |
* | For interfaces that don't support PacketOpenAdapter (such as TurboCap), | Gerald Combs | 2009-06-09 | 1 | -1/+5 |
* | Make it possible to toggle the displayed IP address in the capture interfacs | Stig Bjørlykke | 2009-05-26 | 1 | -23/+92 |
* | From Carlos G Mendioroz: | Stig Bjørlykke | 2009-05-26 | 1 | -4/+11 |
* | Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes. | Gerald Combs | 2009-05-13 | 1 | -3/+3 |
* | Removed an unused variable. | Stig Bjørlykke | 2009-05-13 | 1 | -3/+0 |
* | #if 0 out an unused function declaration. Make it | Jörg Mayer | 2009-05-11 | 1 | -1/+1 |
* | Get rid of deprecated functions by removing | Anders Broman | 2009-05-05 | 1 | -37/+0 |
* | Turn on -Wshorten-64-to-32 by default, and fix some issues that turned | Guy Harris | 2009-04-21 | 1 | -2/+2 |
* | From Jakub Zawadzki (bug 3331): | Stig Bjørlykke | 2009-03-13 | 1 | -8/+4 |
* | stat() ==> ws_stat() [to keep checkAPIs happy]; | Bill Meier | 2009-03-09 | 1 | -3/+4 |
* | add "PPP/SLIP" to the dialup interfaces | Ulf Lamping | 2009-03-08 | 1 | -1/+2 |
* | Use the Bluetooth icon for Linux raw Bluetooth devices. Note some issues | Guy Harris | 2009-02-14 | 1 | -1/+23 |
* | add a (Windows only) bluetooth network interface icon | Ulf Lamping | 2009-02-13 | 1 | -1/+6 |
* | Use network_virtual_16.xpm for VMware interfaces on OS X (well, use them | Guy Harris | 2009-02-12 | 1 | -2/+7 |
* | network_virtual_16.xpm currently only used on Win32 | Ulf Lamping | 2009-02-11 | 1 | -0/+2 |
* | use a special icon for "VMware" virtual networks (yes, I know the icon is *no... | Ulf Lamping | 2009-02-11 | 1 | -3/+4 |
* | Add Linux support for determining the interface icon; this depends on a | Guy Harris | 2009-02-02 | 1 | -1/+21 |
* | Don't include ../image/toolbar/network_wireless_16.xpm on platforms | Guy Harris | 2009-02-01 | 1 | -0/+2 |
* | Move declarations of routines in gtk/capture_if_dlg.c into | Guy Harris | 2009-02-01 | 1 | -6/+2 |
* | No such luck with the AF_LINK address on FreeBSD or OpenBSD. | Guy Harris | 2009-02-01 | 1 | -2/+5 |
* | Add (preliminary, and a bit hacky) support for interface-type icons on | Guy Harris | 2009-02-01 | 1 | -11/+51 |
* | Exclude the new icons from the *NIX build. | Jaap Keuter | 2009-01-31 | 1 | -0/+3 |
* | mark unused parameter (under unix) | Ulf Lamping | 2009-01-31 | 1 | -1/+1 |
* | Windows only: for some typical capture interface names (with a "built in" heu... | Ulf Lamping | 2009-01-30 | 1 | -5/+33 |
* | If we click on an interface in the welcome screen, correctly enable/disable | Gerald Combs | 2008-10-15 | 1 | -1/+1 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-07-08 | 1 | -2/+2 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-06-29 | 1 | -1/+1 |
* | Remove a lot of vestigal GTK-Wimp stuff. It's been included with | Gerald Combs | 2008-06-26 | 1 | -3/+3 |
* | Constify a bunch of stuff, to squelch -Wwrite-strings warnings. | Guy Harris | 2008-06-25 | 1 | -5/+6 |
* | Add gtk/capture_globals.h, to declare global_capture_opts, so files that | Guy Harris | 2008-06-24 | 1 | -0/+1 |
* | For now, just refer to global_capture_opts, replacing references to the | Guy Harris | 2008-06-24 | 1 | -15/+15 |
* | Removed the usage of topic_available() as we now have all topics. | Stig Bjørlykke | 2008-06-21 | 1 | -10/+4 |
* | use the ending "_win32" for every windows specific file | Ulf Lamping | 2008-04-13 | 1 | -1/+1 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -23/+21 |
* | various code cleanup | Ulf Lamping | 2008-04-12 | 1 | -3/+3 |
* | Add a stub set_capture_if_dialog_for_capture_in_progress() routine when | Guy Harris | 2008-04-12 | 1 | -0/+6 |
* | cleanup of "capture_in_progress" ugly hack from main_toolbar, call capture_if... | Ulf Lamping | 2008-04-12 | 1 | -1/+4 |
* | rename toolbar to main_toolbar | Ulf Lamping | 2008-04-12 | 1 | -1/+1 |
* | move stock icon code from toolbar.c into specific stock_icons file(s) | Ulf Lamping | 2008-04-12 | 1 | -1/+1 |
* | first round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -7/+7 |
* | replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f... | Ulf Lamping | 2008-04-11 | 1 | -4/+4 |
* | OBJECT_..._DATA --> g_object_..._data | Bill Meier | 2008-04-11 | 1 | -3/+3 |