aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-8/+0
2011-10-20Back out infrastructure change. We missed supportingMichael Tüxen1-351/+138
2011-10-20(Try to) fix compilation.Michael Tüxen1-0/+8
2011-10-20Use a global list containing all interfaces and only changeMichael Tüxen1-139/+344
2011-10-11No libpcap, no capturing, no capture filters, no capture_filter_init().Guy Harris1-0/+2
2011-10-10Check our capture filter syntax in a separate thread.Gerald Combs1-2/+3
2011-10-05Michael Mann:Anders Broman1-7/+9
2011-10-05From Sake Blok and Michael Mann:Anders Broman1-1/+1
2011-09-22Add an option -d to specify display filter from the command line.Stig Bjørlykke1-2/+14
2011-09-08From Edwin Groothuis via bug 6207:Stig Bjørlykke1-0/+3
2011-09-05From Kurnia Hendrawan via bug 2931:Stig Bjørlykke1-0/+3
2011-08-29Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.Gerald Combs1-3/+1
2011-08-17More GTK 3.0 changes:Anders Broman1-0/+4
2011-08-14Take the interface description into account when looking up the preferredMichael Tüxen1-7/+6
2011-08-13Make the description of -I match the description in dumpcap and TShark.Guy Harris1-1/+1
2011-08-13Add description of -I option in -h output.Michael Tüxen1-0/+3
2011-08-12In gtk3, gtk_set_locale is gone without replacement orJörg Mayer1-1/+1
2011-08-12Replace almost all occurances of GTK_OBJECT by G_OBJECT.Jörg Mayer1-2/+2
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss1-3/+1
2011-08-08Include Cairo and Pango version in "compiled with"Anders Broman1-0/+11
2011-08-01Another fix for building with MSVC2005.Stig Bjørlykke1-0/+4
2011-07-25Fix typo, get rid of #if no longer necessary with the typo fixed.Guy Harris1-4/+0
2011-07-25gtk_widget_get_visible() is only available in GTK+ 2.18 and later.Guy Harris1-0/+4
2011-07-24Replace deprecated functions.Anders Broman1-4/+0
2011-07-21Create a file containing macros to provide the access-functionsJörg Mayer1-11/+2
2011-07-21Make sure that the interfaces listed in ifaces really exist.Michael Tüxen1-23/+40
2011-07-18Make sure that the Capture/Start menue item will always use theMichael Tüxen1-1/+1
2011-07-16Use correct plausability check.Michael Tüxen1-1/+1
2011-07-16Don't allow capturing from multiple interface when compiled with multiple threadMichael Tüxen1-2/+7
2011-07-14On Windows enable threads everywhere instead of just in dumpcap. IfGerald Combs1-0/+4
2011-07-09Show a hint to read http://wiki.wireshark.org/CaptureSetup/CapturePrivilegesBalint Reczey1-1/+4
2011-07-08If no interface is specified on the command line, use the defaultMichael Tüxen1-0/+35
2011-07-06Add support for multiple interface to the main welcome screen.Michael Tüxen1-0/+1
2011-07-04From Michael Mann:Anders Broman1-0/+4
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-20/+16
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen1-8/+8
2011-06-24Make Wireshark portable to all locales by calling setlocale(). This, along w...Chris Maynard1-0/+3
2011-06-20GTK3 fixes:Jörg Mayer1-0/+3
2011-06-05Rename the tap_dfilter_dlg.[ch] files to reflect that they can do moreGuy Harris1-1/+1
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxGuy Harris1-1/+1
2011-06-01Improve handling of command line arg errors (for example "wireshark -f").Michael Tüxen1-30/+31
2011-05-31REmove the check for HAVE_AIRPDCAPAnders Broman1-7/+1
2011-05-31Get rid of has_cfilter to simplify the handling of multiple interfaces.Michael Tüxen1-2/+1
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-9/+2
2011-05-21Fix the capturing from the GUI. Honor the iface variable.Michael Tüxen1-3/+1
2011-05-19When capturing from multiple interfaces, indicate this in the windowMichael Tüxen1-1/+1
2011-05-18Add support for multiple interfaces for the -L option.Michael Tüxen1-16/+19
2011-05-15main_widgets_rearrange(): only pack the airpcap_tb once (to avoid GTK complai...Jeff Morriss1-15/+10
2011-05-13Get -L and -d working with multiple interface. Internally get some functionsMichael Tüxen1-1/+2
2011-04-23Check if changing to another profile in change_configuration_profile()Stig Bjørlykke1-0/+5