aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_welcome.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-21The chimney stuff is Windows-only (not that we shouldn't offer theGuy Harris1-1/+4
ability to turn offloading off on UN*Xes as well...). svn path=/trunk/; revision=41695
2012-03-21Recursion, n. See "recursion".Guy Harris1-0/+2
svn path=/trunk/; revision=41694
2012-03-21welcome_if_tree_load() is not used outside ui/gtk/main_welcome.c; makeGuy Harris1-1/+2
it static. svn path=/trunk/; revision=41693
2012-03-21#ifdef out some variables used only if we have libpcap.Guy Harris1-0/+2
svn path=/trunk/; revision=41692
2012-03-20Just put both clear_capture_box() and fill_capture_box() under oneGuy Harris1-2/+1
#ifdef HAVE_LIBPCAP/#endif. svn path=/trunk/; revision=41691
2012-03-20See if this fixes the OSX buildAnders Broman1-1/+2
svn path=/trunk/; revision=41690
2012-03-20See if this fixes the OSX buildAnders Broman1-2/+0
svn path=/trunk/; revision=41689
2012-03-20make it compile on Windows, \main_welcome.c(1024) : warning C4700: ↵Anders Broman1-3/+7
uninitialized local variable 'error' used seems like a logical error, hidden by init to zero. Need proper fix svn path=/trunk/; revision=41688
2012-03-20From Irene Ruengeler: Make sure we can remove all interfaces and canMichael Tüxen1-174/+237
add local interfaces when there are none. From me: Some whitespace cleanups. svn path=/trunk/; revision=41687
2012-02-21From Irene Ruengeler:Michael Tüxen1-0/+32
* Add support in the GUI for pipes. * Allow the local interfaces to be rescanned via the GUI. * Allow remote interfaces to be added and deleted. The GUI can be extended to support other ways of capturing. svn path=/trunk/; revision=41105
2012-01-25'error' is only used when we HAVE_LIBPCAP so only define it when that is the ↵Jeff Morriss1-2/+4
case. svn path=/trunk/; revision=40716
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-294/+142
test scripts are passed. Use a global list containing all interfaces and only change properties of the entries when changes are made in the GUI. Do not misuse the list of interfaces specified on the command line anymore. This patch does not provide any new functionality, it just provides the base for future extensions like removing remote interface, mulitple airpcap devices and multiple pipes. This patch was provided by Irene Ruengeler. svn path=/trunk/; revision=40715
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen1-142/+294
svn path=/trunk/; revision=40695
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-294/+142
Use a global list containing all interfaces and only change properties of the entries when changes are made in the GUI. Do not misuse the list of interfaces specified on the command line anymore. This patch does not provide any new functionality, it just provides the base for future extensions like removing remote interface, mulitple airpcap devices and multiple pipes. This patch was provided by Irene Ruengeler. svn path=/trunk/; revision=40693
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-1/+1
move it to the top-level source directory for now, and move ui/gtk/recent.h to the ui directory. svn path=/trunk/; revision=40561
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+3
the ui directory. (Perhaps some other files that would be used by all flavors of Wireshark, for any GUI toolkit or for someting such as ncurses, and not for any command-line tool such as TShark, should be moved there as well.) Shuffle some #includes to put the "ui/XXX.h" includes together. svn path=/trunk/; revision=40529
2012-01-15More .. -> ../.. changes after gtk/ moveJörg Mayer1-2/+2
svn path=/trunk/; revision=40523
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1469
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518