aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-01Another fix for building with MSVC2005.stig1-0/+4
2011-07-25Fix typo, get rid of #if no longer necessary with the typo fixed.guy1-4/+0
2011-07-25gtk_widget_get_visible() is only available in GTK+ 2.18 and later.guy1-0/+4
2011-07-24Replace deprecated functions.etxrab1-4/+0
2011-07-21Create a file containing macros to provide the access-functionsjmayer1-11/+2
2011-07-21Make sure that the interfaces listed in ifaces really exist.tuexen1-23/+40
2011-07-18Make sure that the Capture/Start menue item will always use thetuexen1-1/+1
2011-07-16Use correct plausability check.tuexen1-1/+1
2011-07-16Don't allow capturing from multiple interface when compiled with multiple threadtuexen1-2/+7
2011-07-14On Windows enable threads everywhere instead of just in dumpcap. Ifgerald1-0/+4
2011-07-09Show a hint to read http://wiki.wireshark.org/CaptureSetup/CapturePrivilegesrbalint1-1/+4
2011-07-08If no interface is specified on the command line, use the defaulttuexen1-0/+35
2011-07-06Add support for multiple interface to the main welcome screen.tuexen1-0/+1
2011-07-04From Michael Mann:etxrab1-0/+4
2011-06-28Replace all strerror() with g_strerror().stig1-20/+16
2011-06-27Get rid of old non-interface specific settings which are now interfacetuexen1-8/+8
2011-06-24Make Wireshark portable to all locales by calling setlocale(). This, along w...cmaynard1-0/+3
2011-06-20GTK3 fixes:jmayer1-0/+3
2011-06-05Rename the tap_dfilter_dlg.[ch] files to reflect that they can do moreguy1-1/+1
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxguy1-1/+1
2011-06-01Improve handling of command line arg errors (for example "wireshark -f").tuexen1-30/+31
2011-05-31REmove the check for HAVE_AIRPDCAPetxrab1-7/+1
2011-05-31Get rid of has_cfilter to simplify the handling of multiple interfaces.tuexen1-2/+1
2011-05-24Move the Windows argument list conversion code to a common routine.gerald1-9/+2
2011-05-21Fix the capturing from the GUI. Honor the iface variable.tuexen1-3/+1
2011-05-19When capturing from multiple interfaces, indicate this in the windowtuexen1-1/+1
2011-05-18Add support for multiple interfaces for the -L option.tuexen1-16/+19
2011-05-15main_widgets_rearrange(): only pack the airpcap_tb once (to avoid GTK complai...morriss1-15/+10
2011-05-13Get -L and -d working with multiple interface. Internally get some functionstuexen1-1/+2
2011-04-23Check if changing to another profile in change_configuration_profile()stig1-0/+5
2011-04-04More console tweaks. But how to prevent prompt from being displayed beforecmaynard1-0/+3
2011-04-04More console tweaks.gerald1-8/+11
2011-04-04Only call destroy_console() when we create a console (pointed out bygerald1-12/+7
2011-04-04On Windows, try to use an existing console for our messages. Create one ifgerald1-4/+16
2011-03-30Wrap all text lines of help at column 80.cmaynard1-1/+2
2011-03-28Move -D option into "pre-scan" group as there's no need to start gtk+ for it.cmaynard1-24/+24
2011-03-23Removed "comparing an array to null", with no effect.stig1-1/+2
2011-03-08Removal of the old packet-list in favor of the new packet list.sake1-64/+1
2011-02-26Added functionality for handling global profiles.stig1-4/+33
2011-02-07And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...sfisher1-0/+11
2011-02-01Replace a couple of deprecated functions # ifdef:ed with the GTK version they...etxrab1-0/+4
2011-01-31From Cal Turney:etxrab1-1/+2
2011-01-19From Cal Turney via enhancement bug #5587: In hex or string searches of thesfisher1-7/+6
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 togerald1-2/+1
2010-12-03Don't include epan/emem.h twice.sfisher1-1/+0
2010-11-29Fix "colorize with filter" functionality that got broken with the new_packet_...sake1-0/+4
2010-11-28Move u3 code to top-level directory since it's not GTK specificsfisher1-1/+1
2010-11-28Add GCC-style printf annotation to the routines that now take a formatguy1-1/+1
2010-11-27Make some other statusbar routines take a format string and format args,guy1-4/+1
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesguy1-1/+1