aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-22Fix the case where you start with interfaces on the command lineMichael Tüxen3-0/+46
2011-05-21Fix the capturing from the GUI. Honor the iface variable.Michael Tüxen2-19/+17
2011-05-20gtk_menu_item_set_label() is from gtk 2.16.Stig Bjørlykke1-1/+3
2011-05-20Include the profile name in the Delete item in the profiles popup.Stig Bjørlykke3-11/+26
2011-05-19In case we have no interface information in the array, use the global value.Michael Tüxen1-2/+4
2011-05-19Remove unneeded variable and code; Rename a function arg; Fix usage of _U_: F...Bill Meier1-31/+29
2011-05-19When capturing from multiple interface, indicate this in the main status bar.Michael Tüxen1-6/+41
2011-05-19Fix compilation.Michael Tüxen1-1/+1
2011-05-19Don't assign a value to a variable which is then not used: Coverity 1145Bill Meier1-1/+1
2011-05-19Don't assign to an unused variable; remove variable definition: Coverity 1144.Bill Meier1-2/+1
2011-05-19When capturing from multiple interfaces, indicate this in the windowMichael Tüxen1-1/+1
2011-05-19Fix warnings about unused variables in UI_MANAGER code.Jörg Mayer2-2/+2
2011-05-19Fix two warning in case of UIMANAGER:Jörg Mayer1-1/+3
2011-05-19When capturing from multiple interfaces, indicate this in theMichael Tüxen1-3/+29
2011-05-18Add support for multiple interfaces for the -L option.Michael Tüxen1-16/+19
2011-05-18Refer to "Capture Help" as "Capture Help below" when there are no interfacesBalint Reczey1-1/+1
2011-05-18Removed "Copy" from the profiles popup menu in favour of a "Create from"Stig Bjørlykke3-57/+106
2011-05-17Make some routines static that aren't used outside the source file inGuy Harris9-7/+11
2011-05-17More eradication of old-style function definitions.Guy Harris2-3/+3
2011-05-17This ain't C++; you have to put "void" in as the argument list ofGuy Harris6-7/+7
2011-05-16A gboolean is a gint; technically, it doesn't fit in a bit field of length 1,Chris Maynard1-2/+2
2011-05-16More GUIManager stuff.Anders Broman5-5/+40