aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-25Update comments to point to the previous commit to enhance traceabillity.etxrab1-0/+5
2010-11-25Remove threading of tap update.etxrab1-55/+8
2010-10-21Fixed "Compiled with" information in the About box.stig1-11/+15
2010-10-12Define some fcns & vars as static;wmeier1-4/+5
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...wmeier1-9/+9
2010-10-11Don't add a border around the main window, this looks bad in the newstig1-1/+1
2010-09-26Allow creating a filter from a multi occurrence field if only onestig1-1/+3
2010-09-25Fix the output of columns with "show resolved" disabled when all occurrences ...sake1-15/+24
2010-09-22When using a custom column, make it possible to select which occurrence to sh...sake1-1/+1
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().gerald1-1/+1
2010-09-07These two capture option variables are defined by capture_opts_init(), sosfisher1-3/+0
2010-08-31Ensure we always update the display filter when changing profile.stig1-0/+1
2010-08-30Always update the display filter when changing a display filter macrostig1-0/+3
2010-08-27Forward-port r33953.gerald1-11/+5
2010-08-25Add ws_load_library and ws_module_open, which respectively callgerald1-1/+1