aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-15Get rid of the error code argument to scan_local_interfaces(); nobodyGuy Harris1-3/+1
2012-04-14From Even Huus: free a strduped string. Fixes bug 7094.Guy Harris1-0/+3
2012-04-14If we don't even *have* a filter combo box, there's nothing we can checkGuy Harris1-8/+21
2012-04-02From Irene Ruengeler: Fix a warning when capturing.Michael Tüxen1-4/+8
2012-03-21From Irene Ruengeler: Restore functinality of last patch.Michael Tüxen1-1/+1
2012-03-20From Irene Ruengeler: Make sure we can remove all interfaces and canMichael Tüxen1-38/+36
2012-03-11Don't close the currently loaded capture file in capture_start(), do soGuy Harris1-0/+11
2012-03-11Free name string only when used.Stig Bjørlykke1-1/+1
2012-03-06From Martin Kaiser: capture dialogue: unitialized pointer is dereferenced, as...Anders Broman1-7/+7
2012-03-01Fix CID 1373.Michael Tüxen1-1/+3
2012-02-29Use GTK_COMBO_BOX_TEXT, compile failed when using GTK 2.24.10.Anders Broman1-7/+7
2012-02-27Re-apply r40728 and fix Coverity CID 1371 UNINIT again.Chris Maynard1-1/+1
2012-02-21Fix compilation (hopefully).Michael Tüxen1-0/+2
2012-02-21From Irene Ruengeler:Michael Tüxen1-119/+1143
2012-02-17Fix tooltips (There is a hidden column).Michael Tüxen1-7/+7
2012-02-13From Sean Bright:Anders Broman1-0/+2
2012-01-26Fix Coverity CID 1371: UNINIT.Chris Maynard1-1/+1
2012-01-25Fix error when building QtShark:Bill Meier1-3/+3
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-895/+363
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen1-363/+895
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-895/+363
2012-01-18Another change for the recent changes (in both senses of "recentGuy Harris1-0/+1
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-0/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+4363