aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_welcome.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure that the interfaces listed in ifaces really exist.Michael Tüxen2011-07-211-2/+2
* Add some temporary protection code to support the current captureMichael Tüxen2011-07-211-0/+1
* strdup -> g_strdupAnders Broman2011-07-201-3/+3
* Synchronize the selection of interfaces between the main welcomeMichael Tüxen2011-07-201-4/+54
* Get the interfaces list from the Capture / Interfaces list in syncMichael Tüxen2011-07-191-114/+5
* Make sure that the Capture/Start menue item will always use theMichael Tüxen2011-07-181-9/+100
* Remove redundant code.Michael Tüxen2011-07-161-6/+4
* Don't allow capturing from multiple interface when compiled with multiple threadMichael Tüxen2011-07-161-1/+16
* You can't create a mutex without initializing the thread system.Michael Tüxen2011-07-151-2/+16
* Add a missing ( in the UI_MANAGER caseJörg Mayer2011-07-151-1/+1
* On Windows enable threads everywhere instead of just in dumpcap. IfGerald Combs2011-07-141-50/+156
* Add back r37749, which was taken out by accident.Michael Tüxen2011-07-141-1/+2
* Display interface stuff only when interfaces are available.Michael Tüxen2011-07-121-7/+7
* This fixes the compile issue reported inMichael Tüxen2011-07-121-0/+1
* Fix more tooltips.Anders Broman2011-07-121-12/+4
* Try to make non-libpcap builds compiling.Michael Tüxen2011-07-081-0/+2
* Use the interfaces from the last capturing process as a starting pointMichael Tüxen2011-07-081-2/+30
* Try to unbreak the Mac OS X 10.5 buildbots.Michael Tüxen2011-07-071-1/+1
* Bring back interface icons.Michael Tüxen2011-07-071-7/+23
* Use the interface descriptions again.Michael Tüxen2011-07-071-10/+43
* Fix a crash when using hidden interfaces.Michael Tüxen2011-07-061-4/+2
* AddMartin Mathieson2011-07-061-0/+2
* Use g_object_set() instead of gtk_object_set().Michael Tüxen2011-07-061-1/+1
* Get it even linking...Michael Tüxen2011-07-061-2/+2
* Get it compiling when not having libpcap.Michael Tüxen2011-07-061-4/+11
* Add support for multiple interface to the main welcome screen.Michael Tüxen2011-07-061-200/+189
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-271-12/+29
* Make it possible to copy stuff from the welcome header.Anders Broman2011-06-221-0/+1
* Fix the case where you start with interfaces on the command lineMichael Tüxen2011-05-221-0/+16
* Refer to "Capture Help" as "Capture Help below" when there are no interfacesBalint Reczey2011-05-181-1/+1
* This ain't C++; you have to put "void" in as the argument list ofGuy Harris2011-05-171-1/+1
* If no interface is found for capturing show this informationBalint Reczey2011-05-081-58/+80
* Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris2011-04-101-2/+2
* After applying GUI preferences, reset the welcome screen's header messageStephen Fisher2010-12-031-1/+1
* Make some other statusbar routines take a format string and format args,Guy Harris2010-11-271-1/+1
* Split some texts on the welcome page to make "Interface List" andStig Bjørlykke2010-10-051-2/+2
* Initialize a variable before we try to free it.Gerald Combs2010-08-211-1/+1
* Free the err_str from capture_interface_list() even if the error isn't CANT_G...Jeff Morriss2010-08-201-0/+2
* Use proper signatures for event callback functions:Bill Meier2010-08-191-107/+133
* Fix an include.Gerald Combs2010-08-161-1/+1
* Fix compilation on Windows.Gerald Combs2010-08-161-11/+11
* Don't drop characters in the middle of a UTF-8 sequence. Fixes bug 5066.Gerald Combs2010-08-161-5/+11
* Fix for bug 4875:Jaap Keuter2010-06-201-1/+8
* Support monitor mode in the capture preferences.Guy Harris2010-05-151-1/+5
* Don't include capture-related headers if we don't support capturingGuy Harris2010-05-141-3/+7
* Fix for bug 2478:Jaap Keuter2010-02-251-1/+1
* Set correct linktype when starting capture from the welcome page.Stig Bjørlykke2009-12-301-0/+1
* Borrow some of the web site colors for the welcome screen.Gerald Combs2009-12-021-45/+21
* Make sure we don't fetch too much data from the registry.Gerald Combs2009-09-161-1/+2
* Check for TCP Chimney offloading as described atGerald Combs2009-09-161-1/+24