aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-23Fix bug #7178 reported by aparanruengeler1-0/+13
2012-04-20From Martin Kaiser: menus, main window title, icons are not reset when captur...Anders Broman1-0/+29
2012-04-15Get rid of the error code argument to scan_local_interfaces(); nobodyGuy Harris1-7/+5
2012-04-14From Evan Huus: free if_string when we're done with it. Fixes bug 7093.Guy Harris1-1/+2
2012-04-14From Evan Huus: Memory leak in scan_local_interfaces. https://bugs.wireshark....Anders Broman1-7/+6
2012-03-21Make the comment I added, saying what scan_local_interfaces() does, moreGuy Harris1-1/+2
2012-03-21scan_local_interfaces() isn't in capture_opts.c; don't declare it inGuy Harris1-0/+4
2012-03-21Fix 4-space tabs.Guy Harris1-35/+35
2012-03-13Add an explicit capture_cb_capture_failed indication for the case whereGuy Harris1-2/+4
2012-03-13SystemConfiguration framework, not IOKit?Guy Harris1-3/+0
2012-03-13Suggest a better way of getting the interface type on OS X.Guy Harris1-0/+18
2012-03-13Closing a capture file has nothing to do with the list of interfaces onGuy Harris1-12/+0
2012-03-11Don't close the currently loaded capture file in capture_start(), do soGuy Harris1-0/+6
2012-03-11capture_opts_add_opt() does just fine at adding an interface to theGuy Harris1-12/+1
2012-02-24From Irene Ruengeler: Whitespace changes.Michael Tüxen1-2/+2
2012-02-21From Irene Ruengeler:Michael Tüxen1-0/+3
2012-02-17include "../util.h" -> include "ui/util.h"Jörg Mayer1-1/+1
2012-02-12Capitalize the "P" in "Packet" in "Add or Edit Packet Comment". AddGuy Harris1-11/+0
2012-02-12Get the comment and put it in the textview.Anders Broman1-0/+11
2012-02-07Initialise a variable to avoid warning.Martin Mathieson1-1/+1
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2012-01-25Try to make the buildbots happy.Michael Tüxen1-5/+7
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-427/+801
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen1-735/+426
2012-01-24(Try to) make the buildbot happy.Michael Tüxen1-1/+2
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-427/+735
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-5/+8
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-4/+4
2012-01-15More .. -> ../.. changes after gtk/ moveJörg Mayer1-7/+7
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+3855