aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_if_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+2
2012-01-15More .. -> ../.. changes after gtk/ moveJörg Mayer1-7/+7
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1059