aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Add a cast as there seems to be a problem on some sytemsAnders Broman1-1/+1
2011-04-20Replace the capture interface deprecated gtk_combo_new() with gtk_combo_box_e...Anders Broman1-30/+80
2011-04-19From Cecco via bug #5605: bug on gtk wireshark telephony->mtp3->msusStephen Fisher1-0/+3
2011-04-19Replace the capture filter deprecated gtk_combo_new() with gtk_combo_box_entr...Anders Broman1-19/+54
2011-04-17Coverity UNUSED_VALUEAnders Broman1-5/+2
2011-04-17Coverity UNUSED_VALUEAnders Broman2-16/+6
2011-04-16Show max UEs/TTI in MAC stats window (UL/DL separately).Martin Mathieson1-0/+50
2011-04-13Change ws_strdup_escape_underscore() function to be more general, byStephen Fisher1-3/+3
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris2-4/+4
2011-04-09From Jakub Zawadzki via bug 5809:Stig Bjørlykke1-4/+16
2011-04-09In packet_list_dissect_and_cache_record(), set the columns toGuy Harris1-2/+27
2011-04-07From Gisle Vanem: text_import_scanner_lex.h is no longer used.Jeff Morriss1-2/+1
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-04-01Remove const type qualifier from cast. Resolves CID's 582-585.Chris Maynard1-3/+2
2011-03-31Use a common function, higher_priority_status_level() to determine whether orChris Maynard1-20/+23
2011-03-30Wrap all text lines of help at column 80.Chris Maynard1-1/+2
2011-03-29Grab URL from frame info value instead of from tvb. Fixes bug 5780.Chris Maynard1-3/+5
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-26Added sanity checks for preferences.Stig Bjørlykke1-0/+5
2011-03-26Added a missing break in graph_select_segment.Stig Bjørlykke1-0/+1
2011-03-26Added a missing break in hostlist_get_filter_name.Stig Bjørlykke1-0/+1
2011-03-25Fix Coverity 331, 332, 333: Wrap the three remainingStephen Fisher1-3/+9
2011-03-23Recode a loop slightly ....Bill Meier1-4/+7
2011-03-23Removed "comparing an array to null", with no effect.Stig Bjørlykke1-1/+2
2011-03-23Removed "comparing an array to null", with no effect.Stig Bjørlykke1-1/+2
2011-03-23Print the time units in the CSV output for io_stat using correct extension, i...Ronnie Sahlberg1-6/+8
2011-03-22Don't compile expert_dlg.c (that dialog is being removed)Jeff Morriss1-1/+0
2011-03-22Added a sanity check for finfo->hfinfo.Stig Bjørlykke1-1/+1
2011-03-22Allocate correct size of int, not size of a pointer to int.Stig Bjørlykke1-1/+1
2011-03-22Initialize geom in window_get_geometry.Stig Bjørlykke1-0/+2
2011-03-22Copy expert_tapdata_t here so that expert_dlg.h is no longer needed.Jeff Morriss1-1/+2
2011-03-22Make expert_tapdata_t opaque to its clients; define the structure onlyGuy Harris2-26/+3
2011-03-22Remove the Exper info dialogue.Anders Broman2-3/+420
2011-03-21Re-arrange code slightly to remove a false positive Coverity Prevent "Forward...Bill Meier1-20/+23
2011-03-21#if out another unused routine.Jeff Morriss1-0/+2
2011-03-21#if 0-out an unused routine.Guy Harris1-1/+2
2011-03-20expert_dlg.c:603: warning: 'expert_dlg_cb' defined but not usedAnders Broman1-1/+3
2011-03-20Don't register the Exper info dialogue as a first step of removal.Anders Broman1-7/+0
2011-03-19From James Deucker via bug 5766:Stig Bjørlykke1-1/+1
2011-03-12Fix bug #5189: Wireshark crashes when cancelling a large sort operation.Bill Meier3-90/+129
2011-03-08Allow <variance> to be successfully sscanf'd no matter the locale for theChris Maynard1-2/+5
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok28-1801/+7
2011-02-26Added functionality for handling global profiles.Stig Bjørlykke3-47/+179
2011-02-25Ensure we write the current recent file before copying.Stig Bjørlykke1-0/+4
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs1-1/+1
2011-02-18Fix a few errors found by Clang scan-build.Gerald Combs2-2/+2
2011-02-17Fix some Visual C++ static analyzer complaints.Gerald Combs1-1/+1