summaryrefslogtreecommitdiff
path: root/ui/gtk/main_welcome.h
AgeCommit message (Collapse)AuthorFilesLines
2015-04-06Show a list of interfaces on the welcome screen when capturing.Guy Harris1-15/+0
In a non-update-list-of-packets-in-real-time capture, once the capture starts, put up a message on the welcome screen indicating on what interfaces we're capturing, rather than leaving the "waiting for stuff to arrive from dumpcap" message up. Make some routines not used outside main_welcome.c static while we're at it. Change-Id: I461dd1333d3fa2b64f20310f7b77b45578f9b40d Reviewed-on: https://code.wireshark.org/review/7942 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-04-05Give the welcome screen its own set of callbacks.Guy Harris1-2/+0
Don't have the status bar code know about the welcome screen; instead, give the welcome screen its own callbacks, so that it can modify the welcome screen as appropriate. Change-Id: Id38d66edeaea085f114b47d6361312450435b58a Reviewed-on: https://code.wireshark.org/review/7927 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-04-12Change the sensitivity of the start button depending on the number of ↵Irene Rüngeler1-0/+2
interfaces selected. svn path=/trunk/; revision=48827
2012-11-29select_ifaces and select_current_ifaces haven't been used since r40715.Gerald Combs1-2/+0
Presumably it's OK to remove them. svn path=/trunk/; revision=46299
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-03-21welcome_if_tree_load() is not used outside ui/gtk/main_welcome.c; makeGuy Harris1-2/+0
it static. svn path=/trunk/; revision=41693
2012-02-21From Irene Ruengeler:Michael Tüxen1-0/+3
* 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-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-12/+5
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-5/+12
svn path=/trunk/; revision=40695
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-12/+5
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-15Move gtk to ui/gtk.Jörg Mayer1-0/+94
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518