aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-04More console tweaks. But how to prevent prompt from being displayed beforeChris Maynard1-0/+3
2011-04-04More console tweaks.Gerald Combs1-8/+11
2011-04-04Only call destroy_console() when we create a console (pointed out byGerald Combs1-12/+7
2011-04-04On Windows, try to use an existing console for our messages. Create one ifGerald Combs1-4/+16
2011-03-30Wrap all text lines of help at column 80.Chris Maynard1-1/+2
2011-03-28Move -D option into "pre-scan" group as there's no need to start gtk+ for it.Chris Maynard1-24/+24
2011-03-23Removed "comparing an array to null", with no effect.Stig Bjørlykke1-1/+2
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-64/+1
2011-02-26Added functionality for handling global profiles.Stig Bjørlykke1-4/+33
2011-02-07And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher1-0/+11
2011-02-01Replace a couple of deprecated functions # ifdef:ed with the GTK version they...Anders Broman1-0/+4
2011-01-31From Cal Turney:Anders Broman1-1/+2
2011-01-19From Cal Turney via enhancement bug #5587: In hex or string searches of theStephen Fisher1-7/+6
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-2/+1
2010-12-03Don't include epan/emem.h twice.Stephen Fisher1-1/+0
2010-11-29Fix "colorize with filter" functionality that got broken with the new_packet_...Sake Blok1-0/+4
2010-11-28Move u3 code to top-level directory since it's not GTK specificStephen Fisher1-1/+1
2010-11-28Add GCC-style printf annotation to the routines that now take a formatGuy Harris1-1/+1
2010-11-27Make some other statusbar routines take a format string and format args,Guy Harris1-4/+1
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris1-1/+1
2010-11-25Update comments to point to the previous commit to enhance traceabillity.Anders Broman1-0/+5
2010-11-25Remove threading of tap update.Anders Broman1-55/+8
2010-10-21Fixed "Compiled with" information in the About box.Stig Bjørlykke1-11/+15
2010-10-12Define some fcns & vars as static;Bill Meier1-4/+5
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier1-9/+9
2010-10-11Don't add a border around the main window, this looks bad in the newStig Bjørlykke1-1/+1
2010-09-26Allow creating a filter from a multi occurrence field if only oneStig Bjørlykke1-1/+3
2010-09-25Fix the output of columns with "show resolved" disabled when all occurrences ...Sake Blok1-15/+24
2010-09-22When using a custom column, make it possible to select which occurrence to sh...Sake Blok1-1/+1
2010-09-16Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().Gerald Combs1-1/+1
2010-09-07These two capture option variables are defined by capture_opts_init(), soStephen Fisher1-3/+0
2010-08-31Ensure we always update the display filter when changing profile.Stig Bjørlykke1-0/+1
2010-08-30Always update the display filter when changing a display filter macroStig Bjørlykke1-0/+3