aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
Commit message (Expand)AuthorAgeFilesLines
* Use a global list containing all interfaces and only changeMichael Tüxen2011-10-201-139/+344
* No libpcap, no capturing, no capture filters, no capture_filter_init().Guy Harris2011-10-111-0/+2
* Check our capture filter syntax in a separate thread.Gerald Combs2011-10-101-2/+3
* Michael Mann:Anders Broman2011-10-051-7/+9
* From Sake Blok and Michael Mann:Anders Broman2011-10-051-1/+1
* Add an option -d to specify display filter from the command line.Stig Bjørlykke2011-09-221-2/+14
* From Edwin Groothuis via bug 6207:Stig Bjørlykke2011-09-081-0/+3
* From Kurnia Hendrawan via bug 2931:Stig Bjørlykke2011-09-051-0/+3
* Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.Gerald Combs2011-08-291-3/+1
* More GTK 3.0 changes:Anders Broman2011-08-171-0/+4
* Take the interface description into account when looking up the preferredMichael Tüxen2011-08-141-7/+6
* Make the description of -I match the description in dumpcap and TShark.Guy Harris2011-08-131-1/+1
* Add description of -I option in -h output.Michael Tüxen2011-08-131-0/+3
* In gtk3, gtk_set_locale is gone without replacement orJörg Mayer2011-08-121-1/+1
* Replace almost all occurances of GTK_OBJECT by G_OBJECT.Jörg Mayer2011-08-121-2/+2
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss2011-08-091-3/+1
* Include Cairo and Pango version in "compiled with"Anders Broman2011-08-081-0/+11
* Another fix for building with MSVC2005.Stig Bjørlykke2011-08-011-0/+4
* Fix typo, get rid of #if no longer necessary with the typo fixed.Guy Harris2011-07-251-4/+0
* gtk_widget_get_visible() is only available in GTK+ 2.18 and later.Guy Harris2011-07-251-0/+4
* Replace deprecated functions.Anders Broman2011-07-241-4/+0
* Create a file containing macros to provide the access-functionsJörg Mayer2011-07-211-11/+2
* Make sure that the interfaces listed in ifaces really exist.Michael Tüxen2011-07-211-23/+40
* Make sure that the Capture/Start menue item will always use theMichael Tüxen2011-07-181-1/+1
* Use correct plausability check.Michael Tüxen2011-07-161-1/+1
* Don't allow capturing from multiple interface when compiled with multiple threadMichael Tüxen2011-07-161-2/+7
* On Windows enable threads everywhere instead of just in dumpcap. IfGerald Combs2011-07-141-0/+4
* Show a hint to read http://wiki.wireshark.org/CaptureSetup/CapturePrivilegesBalint Reczey2011-07-091-1/+4
* If no interface is specified on the command line, use the defaultMichael Tüxen2011-07-081-0/+35
* Add support for multiple interface to the main welcome screen.Michael Tüxen2011-07-061-0/+1
* From Michael Mann:Anders Broman2011-07-041-0/+4
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-20/+16
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-271-8/+8
* Make Wireshark portable to all locales by calling setlocale(). This, along w...Chris Maynard2011-06-241-0/+3
* GTK3 fixes:Jörg Mayer2011-06-201-0/+3
* Rename the tap_dfilter_dlg.[ch] files to reflect that they can do moreGuy Harris2011-06-051-1/+1
* Some work on generalizing the "display filter" tap parameter dialog boxGuy Harris2011-06-051-1/+1
* Improve handling of command line arg errors (for example "wireshark -f").Michael Tüxen2011-06-011-30/+31
* REmove the check for HAVE_AIRPDCAPAnders Broman2011-05-311-7/+1
* Get rid of has_cfilter to simplify the handling of multiple interfaces.Michael Tüxen2011-05-311-2/+1
* Move the Windows argument list conversion code to a common routine.Gerald Combs2011-05-241-9/+2
* Fix the capturing from the GUI. Honor the iface variable.Michael Tüxen2011-05-211-3/+1
* When capturing from multiple interfaces, indicate this in the windowMichael Tüxen2011-05-191-1/+1
* Add support for multiple interfaces for the -L option.Michael Tüxen2011-05-181-16/+19
* main_widgets_rearrange(): only pack the airpcap_tb once (to avoid GTK complai...Jeff Morriss2011-05-151-15/+10
* Get -L and -d working with multiple interface. Internally get some functionsMichael Tüxen2011-05-131-1/+2
* Check if changing to another profile in change_configuration_profile()Stig Bjørlykke2011-04-231-0/+5
* More console tweaks. But how to prevent prompt from being displayed beforeChris Maynard2011-04-041-0/+3
* More console tweaks.Gerald Combs2011-04-041-8/+11
* Only call destroy_console() when we create a console (pointed out byGerald Combs2011-04-041-12/+7