aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_if_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-24Fix some more capchild includes.Guy Harris1-1/+1
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-10-23As suggested by Michael in https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss1-0/+1
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-0/+2
2013-03-24add casts for ws_gtk_grid_attach_extended()Martin Kaiser1-9/+18
2013-03-24Forget about the show and hide dance.Jaap Keuter1-8/+0
2013-03-24Set the height to fit the interfaces actually shown.Jaap Keuter1-2/+2
2013-03-21Make the elided label width match our cutoff limit.Gerald Combs1-0/+2
2013-03-21Only elide text that's longer than 50 characters.Gerald Combs1-2/+7
2013-03-21Windows lets you use long interface names, e.g. "Local Area Connection 3Gerald Combs1-13/+15
2013-03-21From beroset:Bill Meier1-1/+1
2013-03-16From Jaap Keuter: Fix "GTK3: Interface List dialog does not expand properly"Bill Meier1-16/+8
2013-03-14Remove the tool string if all you do is free it in the end.Jaap Keuter1-16/+0
2013-03-07Use explicit casts.Anders Broman1-2/+2
2013-03-06gtk_alignment_new() args are gfloat; use constants of form 0.0F.Bill Meier1-1/+1
2013-03-06From Peter Hatina: Fix for: Gtk3 widgets are not properly expanded.Bill Meier1-3/+13
2013-03-04Fir Gtk 3.8 & newer: gtk_scrolled_window_add_with_viewport() ==> gtk_containe...Bill Meier1-0/+4
2013-02-28Avoid a packet rescan if we don't have an AirPcap adapter.Anders Broman1-5/+8
2013-01-10Replace gtk_table...() with ws_gtk_grid...().Bill Meier1-21/+21
2012-12-19Set the icon for the wireless device if the decription name contains Wi-FiIrene Rüngeler1-0/+3
2012-11-25 Fix several [-Wshadow] warnings;Bill Meier1-63/+76
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris1-4/+4
2012-11-19From Mike Garratt:Anders Broman1-12/+24
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activityGerald Combs1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-28Move if_list_comparator_alph() to iface_lists.c; it's used in severalGuy Harris1-15/+0
2012-06-28If we don't have AirPcap, don't bother with the IF_AIRPCAP case; if weGuy Harris1-0/+2
2012-06-28capture_get_if_icon() is no longer platform-dependent; theGuy Harris1-8/+0
2012-06-28Detangle the code that manages the interface list on the welcome screen:Guy Harris1-0/+2
2012-06-28From Pontus Fuchs:Guy Harris1-85/+132
2012-06-27Rename the GArray of interfaces "if_array", to indicate what it reallyGuy Harris1-23/+24
2012-06-19Revert:Anders Broman1-3/+3
2012-06-19capture_get_if_icon() no longer determines the interface type itself, itGuy Harris1-5/+0
2012-06-19From Pontus Fuchs:Anders Broman1-12/+16
2012-06-14Disable some menu items and toolbar items while we're waiting for aGuy Harris1-0/+9
2012-06-04Have a main_update_for_unsaved_changes() routine that, if changes areGuy Harris1-1/+0
2012-06-02From Evan Huus Convert a bunch more GTK-2 calls to their cross-version ws_ eq...Anders Broman1-1/+1
2012-04-23Get rid of GTK warning when START was hit in the "Capture Interfaces Dialog" ...ruengeler1-0/+12
2012-04-02From Irene Ruengeler: Fix a warning when capturing.Michael Tüxen1-4/+6
2012-03-27User data is not used in capture_prepare_cb and capture_do_cb.Stig Bjørlykke1-6/+2
2012-03-27Get things compiling if we HAVE_AIRPCAP.Jeff Morriss1-5/+5
2012-02-21From Irene Ruengeler:Michael Tüxen1-10/+33
2012-02-16Fix from Irene Ruengeler: Show correct details in the interface dialog onMichael Tüxen1-5/+2
2012-01-25Address warnings reported by Bill.Michael Tüxen1-5/+1
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-402/+229
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen1-229/+402
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-402/+229