summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)AuthorFilesLines
2013-06-10Check for QtMacExtras, and if we have it use it to switch to a nativeGerald Combs2-2/+19
title + toolbar on OS X. svn path=/trunk/; revision=49873
2013-06-10Removing libui_dirty.a in r48976 broke CMake + Qt Creator builds. FixGerald Combs1-2/+8
it. svn path=/trunk/; revision=49872
2013-06-09If, after editing the settings for a particular interface, we don't haveGuy Harris1-0/+5
a Capture Options window to update, don't try to update it. #BACKPORT svn path=/trunk/; revision=49850
2013-06-08Fix 'Misaligned columns in hex dump pane' [1]Jakub Zawadzki1-0/+1
Old code was broken for all pango version < 1.20 [1] http://www.wireshark.org/lists/wireshark-dev/201306/msg00015.html svn path=/trunk/; revision=49848
2013-06-07Ensure we only put private profiles directly in the profiles menu and Stig Bjørlykke1-2/+2
put global profiles in the "New from Global" menu. svn path=/trunk/; revision=49830
2013-06-06From report of IgorVK via ↵Alexis La Goutte1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8736 Crash analyzing VoIP Calls Wireshark crashes when analyzing Telephony->VoIP Calls from the pcap file attached. From me : Some packets is detect to be T38 and ->stop_fd is not initialize #Backport 1.10 and 1.8 svn path=/trunk/; revision=49804
2013-06-05As of r49659, StatisticsMenu is now just Statistics.Chris Maynard1-5/+5
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8770 svn path=/trunk/; revision=49788
2013-06-04The CommDlg_OpenSave_GetFilePath macro fetches the path+name of the mostGerald Combs1-36/+26
recently selected file in the current file dialog. This isn't the proper routine to use when trying to figure out the save/export file name. We have to dig through the OPENFILENAME struct instead. Fixes bug 8224. #Backport 1.10 svn path=/trunk/; revision=49765
2013-06-04From Mike Garratt:Anders Broman1-3/+19
Friendly Names support causing unnecessary delay when Wireshark starts. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8034 svn path=/trunk/; revision=49752
2013-06-03Apply the same tooltip for the text entry as for the updated label tooltip ↵Chris Maynard1-3/+2
in r49726, but with a typo fix: "thefield" -> "the field". svn path=/trunk/; revision=49727
2013-06-03Custom columns are specified using display filter field names, notGerald Combs1-2/+1
display filters. svn path=/trunk/; revision=49726
2013-06-01Implement PARAM_UINT as a spin button with a range of 0 to G_MAXUINT.Guy Harris1-1/+19
svn path=/trunk/; revision=49669
2013-05-31Neither gtk_mac_lte_stat_init() nor gtk_rlc_lte_stat_init() are referredGuy Harris3-4/+2
to outside the files that define them; make them static. svn path=/trunk/; revision=49664
2013-05-31The SIP and WSP statistics taps register themselves; get rid of theirGuy Harris4-19/+0
hardcoded menu items. svn path=/trunk/; revision=49663
2013-05-31Add a REGISTER_STAT_GROUP_TELEPHONY_SCTP, make the SCTP chunk counterGuy Harris5-20/+4
register itself in that group, and get rid of its hardcoded menu item. Also, as the H.225 counter is registering itself, get rid of its hardcoded menu item. svn path=/trunk/; revision=49662
2013-05-31The BOOTP/DHCP statistics tap registers itself; get rid of the explicitGuy Harris3-11/+0
menu item for it. svn path=/trunk/; revision=49660
2013-05-31Consistently use "/Statistics", rather than "/StatisticsMenu", in actionGuy Harris1-55/+55
names, to avoid confusion. (Action names are not, in fact, paths; we're just using path syntax for them as a convention.) svn path=/trunk/; revision=49659
2013-05-31Add a REGISTER_STAT_GROUP_TELEPHONY_LTE for the Telephony/LTE menu, andGuy Harris5-20/+4
use it o register the MAC and RLC statistics dialogues. Get rid of the explicit menu items for them, as they now show up in the menu as a result of the tap registering itself. svn path=/trunk/; revision=49658
2013-05-31Don't call gtk_widget_unregister_window() in bytes_view_unrealize() after ↵Balint Reczey1-3/+1
GTK+ 3.8.0 to prevent double invocation causing crash. This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8604 . The patch is from Jakub Zawadzki. svn path=/trunk/; revision=49655
2013-05-31Use #ifdefs in the XML to include or exclude the packet-editor andGuy Harris1-72/+60
capture menu items, rather than hiding them at run time. For the capture menu items, translate the GtkAction callback calling sequence to the normal widget callback calling sequence with individual routines for each action, rather than a generic translator. svn path=/trunk/; revision=49649
2013-05-31IOSTAT: plot LOAD y-axis in number of I/O not number of I/O times 1000Ronnie Sahlberg1-0/+10
svn path=/trunk/; revision=49647
2013-05-30Put back some conversation list and endpoint list statistics presumablyGuy Harris1-0/+3
lost in the conversion to GTKUiManager. svn path=/trunk/; revision=49642
2013-05-30Add a stat group REGISTER_STAT_GROUP_TELEPHONY_GSM for the Telephony/GSMGuy Harris4-10/+4
statistics menu. Have the CAMEL counter register itself in that menu, rather than having main_menubar.c create the menu item for it. svn path=/trunk/; revision=49641
2013-05-30Use gtk_widget_register_window() and gtk_widget_unregister_window()Balint Reczey1-0/+8
instead of deprecated gdk_window_set_user_data() for GTK+ 3 >= 3.8 svn path=/trunk/; revision=49633
2013-05-29Fix and clarify name resolution preference tooltips. Print theGerald Combs1-3/+4
description before the name+type since that's presumably what people are looking for. svn path=/trunk/; revision=49622
2013-05-29Bugfix crash when 'SCTP' -> 'Prepare Filter for this Association' has no ↵Michael Mann1-0/+2
associations. Bug 8731 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8731) Dialog (wants to) pop up noting no associations, but sctp_set_filter() wants to press on assuming there is an association. Added NULL check to prevent assumption. svn path=/trunk/; revision=49610
2013-05-28In ICMP taps, don't use g_slist_insert_sorted (which results inEvan Huus2-4/+10
n^2 time on the number of packets). Just prepend to the list, then sort it when we actually need to calculate the statistics. Should fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8721 svn path=/trunk/; revision=49606
2013-05-25Object::connect: No such signal ↵Alexis La Goutte1-2/+2
WiresharkApplication::captureCaptureUpdateContinue(capture_options*) Object::connect: (sender name: 'qtshark') An omission with latest change in capture_session... svn path=/trunk/; revision=49579
2013-05-25Apply change of Bug 8706 ( "Stream" should be changed to "Follow Stream" in ↵Alexis La Goutte1-2/+2
the 'Font and Colors' dialog ) / revision 49488 to Qtshark svn path=/trunk/; revision=49577
2013-05-25Menu labels aren't paths, they're just the strings shown to the user forGuy Harris1-4/+4
the menu item. svn path=/trunk/; revision=49572
2013-05-24Have register_param_stat() add menu items, rather than having the menuGuy Harris19-173/+103
items hardcoded into ui/gtk/main_menubar.c Get rid of more stuff implying that the code for adding menu items is used only by Lua, as it's also used by register_param_stat(). Add the items to the menu list sorted by the menu item name shown to the user. Get rid of some const declarations that are lies. Use the label given for a menu item as the label in the menu, rather than parsing it from a token. svn path=/trunk/; revision=49552
2013-05-24And another (cosmetic) change for that.Guy Harris1-3/+3
svn path=/trunk/; revision=49550
2013-05-24A long-overdue rename of register_dfilter_stat() toGuy Harris24-28/+29
register_param_stat() to reflect that it's for arbitrary statistics tap parameters, not just a display filter. svn path=/trunk/; revision=49549
2013-05-24Rename register_lua_menu_bar_menu_items() toGuy Harris3-3/+3
register_menu_bar_menu_items(), to emphasize that it's not just for Lua. svn path=/trunk/; revision=49548
2013-05-23We don't want to restrict the ability to dynamically add statisticsGuy Harris1-14/+0
menus to Lua taps. svn path=/trunk/; revision=49547
2013-05-23Use a single #ifdef HAVE_LUA/#endif for two routines (currently) usedGuy Harris1-2/+0
only from the Lua code. svn path=/trunk/; revision=49544
2013-05-23Include ui/gtk/export_pdu_dlg.h so that the functions defined here areGuy Harris1-0/+2
checked against their declarations. svn path=/trunk/; revision=49540
2013-05-23make_menu_xml() is only used if we HAVE_LUA; only define it when we'll use it.Jeff Morriss1-0/+2
svn path=/trunk/; revision=49539
2013-05-22Include ui/ssl_key_export.h so that functions defined here are checkedGuy Harris1-0/+1
against their declarations. svn path=/trunk/; revision=49537
2013-05-22Include ui/gtk/addr_resolution_dlg.h so that functions defined here areGuy Harris1-1/+2
checked against their declarations. Fix a tpo. svn path=/trunk/; revision=49536
2013-05-22Make a routine not used outside this file static.Guy Harris1-1/+1
svn path=/trunk/; revision=49535
2013-05-22Include ui/gtk/prefs_filter_expressions.h so that functions defined hereGuy Harris1-0/+1
are checked against their declarations. svn path=/trunk/; revision=49534
2013-05-22Make a routine not used outside this file static.Guy Harris1-5/+6
svn path=/trunk/; revision=49533
2013-05-22Make a routine not used outside this file static.Guy Harris1-1/+1
svn path=/trunk/; revision=49532
2013-05-22Include ui/recent_utils.h, to check functions defined here against theirGuy Harris1-1/+2
declarations - and fix a problem that turned up. svn path=/trunk/; revision=49531
2013-05-22Turn "packet_is_ssl()" into a general "does the packet whose dissectionGuy Harris3-26/+3
is in this epan_dissect_t contain the field whose name is passed as an argument" routine in libwireshark, and use it where we used packet_is_ssl(). (We should check to see if anything *else* could use it.) svn path=/trunk/; revision=49530
2013-05-22Include ui/gtk/main_80211_toolbar.h so that the functions we define areGuy Harris1-0/+1
checked against their declarations in that file. svn path=/trunk/; revision=49529
2013-05-22Include "ui/recent_utils.h" so that the functions we define are checkedGuy Harris2-0/+2
against the declarations for them. svn path=/trunk/; revision=49528
2013-05-22Include "ui/gtk/gtk_iface_monitor.h" so that our definitions are checkedGuy Harris1-0/+1
against the published declarations. svn path=/trunk/; revision=49527
2013-05-22Make routines not used outside their source files static.Guy Harris3-8/+14
svn path=/trunk/; revision=49522