aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-06-19Try to fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6029Anders Broman1-1/+1
2011-06-19UI_MANAGER: #if 0 out add_menu_item as it is not used yet(?).Jörg Mayer2-3/+3
2011-06-19Mark parameters as unused when MAIN_MENU_USE_UIMANAGER.Anders Broman1-7/+17
2011-06-19Add missing part of menu.c checkin for UI manager code.Anders Broman2-0/+10
2011-06-17Add the correct casts to make it compile on some old ERHL box.Anders Broman6-20/+20
2011-06-13Handle deprecated GtkTooltips.Anders Broman2-5/+15
2011-06-13Handle deprecated GtkTooltips.Anders Broman1-7/+66
2011-06-12cfilter can be NULL. Handle this correctly.Michael Tüxen1-6/+8
2011-06-10Add some more error checking.Guy Harris1-4/+15
2011-06-10Make capture dialog compile with GTK3+Anders Broman1-9/+59
2011-06-10Seemingly this is needed to...Anders Broman1-2/+2
2011-06-10Add casts to make it compile on some old ERHL box.Anders Broman1-1/+1
2011-06-10Add a hack to prevent a gcc warning "ignoring return value of 'strtoul'..."Bill Meier1-2/+15
2011-06-09Add casts to make it compile on some old ERHL box.Anders Broman6-26/+27
2011-06-08The passed-in filter string can no longer be NULL, so use strlen instead of t...Martin Mathieson2-6/+6
2011-06-08This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6008Michael Tüxen1-8/+8
2011-06-08Try to fix the Ubuntu buildbot.Anders Broman1-7/+48
2011-06-08Assign to a dummy variable to squelch the warning.Anders Broman1-1/+2
2011-06-08Didn't need to introduce that variable.Guy Harris1-1/+0
2011-06-08Try to squelch the warning about not using the return value of strtoul()Guy Harris1-2/+4
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier2-102/+109
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier8-76/+65
2011-06-06From Roland Knall via bug 5996:Stig Bjørlykke1-1/+1
2011-06-06From Roland Knall via bug 5995:Stig Bjørlykke1-1/+1
2011-06-06Add support for PARAM_ENUM tap parameters, and use the tap_param_dlgGuy Harris10-216/+95
2011-06-05Clean up indentation - use 4-space indentation uniformly. (No tabs -Guy Harris1-207/+207
2011-06-05Rename the tap_dfilter_dlg.[ch] files to reflect that they can do moreGuy Harris27-29/+29
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxGuy Harris26-125/+310
2011-06-05Fix memleaks and sigsegv when coping to clipboard RTP Streams.Jakub Zawadzki1-2/+9
2011-06-05wrong sort of column “Packets” in “RTP Streams” window.Anders Broman1-9/+9
2011-06-01Show the plugin paths in Help→About→Plugins. Add a "-G plugins" optionGerald Combs1-4/+5
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 Broman5-50/+2
2011-05-31Fix some gcc 'old-style function definition' warnings.Bill Meier1-8/+8
2011-05-31Get rid of has_cfilter to simplify the handling of multiple interfaces.Michael Tüxen1-2/+1
2011-05-31Don't limit the snaplen if not reqested.Michael Tüxen1-0/+2
2011-05-30Include the profile name in the Edit item in the profiles popup.Stig Bjørlykke3-1/+15
2011-05-30Changed "Rename" to "Edit" in profiles popup menu.Stig Bjørlykke3-11/+11
2011-05-29Rev 37446 added export_sslkeys.cJörg Mayer1-0/+1
2011-05-29Make a routine not used outside this file static.Guy Harris1-1/+1
2011-05-28More warning squelching. (Thank you, GLib developers, for using gulongGuy Harris1-5/+9
2011-05-28Get rid of some warnings on Win64.Guy Harris1-2/+7
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring in...Sake Blok4-0/+316
2011-05-27Include text_import_scanner.l in the distribution.Anders Broman1-0/+1
2011-05-27Remove no longer used files.Anders Broman2-649/+0
2011-05-27Added some row space to "Create New Profile".Stig Bjørlykke1-0/+1
2011-05-27Added some row space to "Edit Column Details".Stig Bjørlykke1-0/+1
2011-05-27Make TVBs opaque for most users.Jeff Morriss2-1/+3
2011-05-25Allow longer field names in the advanced filter control.Martin Mathieson1-1/+1
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-9/+2