merge_all_tap_menus() has been moved to menus.c.
[obnox/wireshark/wip.git] / gtk / capture_if_dlg.c
2011-08-13 guySay "none" rather than "unknown" if there are no IP...
2011-08-05 tuexenAdd support for multiple interfaces to the capture...
2011-07-24 jmayerFix some compile errors when building with real gtk-3.
2011-07-21 tuexenAdd some temporary protection code to support the curre...
2011-07-20 tuexenSynchronize the selection of interfaces between the...
2011-07-19 tuexenGet the interfaces list from the Capture / Interfaces...
2011-07-18 tuexenMake a check a bit more pedantic.
2011-07-16 tuexenDon't allow capturing from multiple interface when...
2011-07-11 geraldRemaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION...
2011-07-08 tuexenYou can't select/deselct interfaces in the capture...
2011-07-07 tuexenThe argument of capture_get_if_icon() is used.
2011-07-05 tuexenSupport selecting multiple interfaces in the capture...
2011-06-27 tuexenGet rid of old non-interface specific settings which...
2011-05-22 tuexenFix the case where you start with interfaces on the...
2011-04-10 guyRename ws_stat to ws_stat64, and make it take a pointer...
2011-02-16 geraldFix compilation on Windows.
2011-02-16 sfisherMore cleanup toward being able to compile with GTK...
2010-10-12 wmeierDefine some fcns & vars as static;
2010-08-30 morrissRemove some unnecessary includes: a lot of things don...
2010-05-19 guyIf the user asks for the Capture -> Interfaces dialog...
2010-03-04 guyIn Wireshark and TShark, run dumpcap to get interface...
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-11-14 stigUse the USB icon for usbmon devices on Linux.
2009-11-11 geraldCheck for vmnet interfaces everywhere, not just Windows...
2009-11-10 geraldMove the contents of image/expert_*.h to gtk/expert_ind...
2009-11-06 geraldAdd some null pointer checks. This is a blind attempt...
2009-11-05 geraldDraw little wireless icons for AirPcap adapters.
2009-06-21 etxrabChange window_new() to dlg_window_new() and destroy...
2009-06-09 geraldFor interfaces that don't support PacketOpenAdapter...
2009-05-26 stigMake it possible to toggle the displayed IP address...
2009-05-26 stigFrom Carlos G Mendioroz:
2009-05-13 geraldMigrate the Airpcap UI code from GtkCombos (deprecated...
2009-05-13 stigRemoved an unused variable.
2009-05-11 jmayer#if 0 out an unused function declaration. Make it
2009-05-05 etxrabGet rid of deprecated functions by removing
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-03-09 wmeierstat() ==> ws_stat() [to keep checkAPIs happy];
2009-03-08 ulfladd "PPP/SLIP" to the dialup interfaces
2009-02-14 guyUse the Bluetooth icon for Linux raw Bluetooth devices...
2009-02-13 ulfladd a (Windows only) bluetooth network interface icon
2009-02-12 guyUse network_virtual_16.xpm for VMware interfaces on...
2009-02-11 ulflnetwork_virtual_16.xpm currently only used on Win32
2009-02-11 ulfluse a special icon for "VMware" virtual networks (yes...
2009-02-02 guyAdd Linux support for determining the interface icon...
2009-02-01 guyDon't include ../image/toolbar/network_wireless_16...
2009-02-01 guyMove declarations of routines in gtk/capture_if_dlg...
2009-02-01 guyNo such luck with the AF_LINK address on FreeBSD or...
2009-02-01 guyAdd (preliminary, and a bit hacky) support for interfac...
2009-01-31 jakeExclude the new icons from the *NIX build.
2009-01-31 ulflmark unused parameter (under unix)
2009-01-30 ulflWindows only: for some typical capture interface names...
2008-10-15 geraldIf we click on an interface in the welcome screen,...
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-26 geraldRemove a lot of vestigal GTK-Wimp stuff. It's been...
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2008-06-24 guyAdd gtk/capture_globals.h, to declare global_capture_op...
2008-06-24 guyFor now, just refer to global_capture_opts, replacing...
2008-06-21 stigRemoved the usage of topic_available() as we now have...
2008-04-13 ulfluse the ending "_win32" for every windows specific...
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflvarious code cleanup
2008-04-12 guyAdd a stub set_capture_if_dialog_for_capture_in_progres...
2008-04-12 ulflcleanup of "capture_in_progress" ugly hack from main_to...
2008-04-12 ulflrename toolbar to main_toolbar
2008-04-12 ulflmove stock icon code from toolbar.c into specific stock...
2008-04-11 ulflfirst round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-09 etxrabRemove:
2008-04-06 ulflremove GTK1 code
2008-01-31 stigHide hidden devices in "Capture Interfaces" dialog.
2008-01-24 wmeierFix various small memory leaks & 1 invalid g_free ...
2007-11-28 sahlbergfix the path to include g_ascii_strcasecmp.h
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-08-30 stigIt seems like capture_stats is working as a correctly...
2007-08-22 morrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2007-08-02 geraldAdd a "-S" flag to dumpcap, which prints out interface...
2007-06-11 geraldOne more step in privilege separation.
2007-05-19 guyConvert the arguments to if_list_comparator_alph()...
2007-05-19 jakeGet the build going.
2007-05-18 geraldFrom Dustin Johnson:
2007-01-23 geraldPropagate the recent interface list changes (r20521...
2007-01-21 guyHave the routines to get interface lists take a pointer...
2006-12-11 ulflremove some warnings
2006-12-05 geraldFrom Davide Schiera and Giorgio Tino: Add initial WPA...
2006-08-30 ulflseems the height offset 16 seems a bit too small to...
2006-08-27 ulflfix a warning by removing now unused code
2006-08-26 guyClean up indentation.
2006-08-24 ulflcapture interfaces dialog: use capture stock icons...
2006-08-16 geraldAdd support for AirPcap, an upcoming wireless product...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-22 ulflas I've experienced a scrollbar again while having...
2006-04-10 jakeAdd 2px height to avoid a vertical scrollbar with Gtk...
2006-04-08 jakeFix for bug 848. Make a scrollable window when more...
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
next