aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-06-01Implement PARAM_UINT as a spin button with a range of 0 to G_MAXUINT.Guy Harris1-1/+19
2013-05-31Neither gtk_mac_lte_stat_init() nor gtk_rlc_lte_stat_init() are referredGuy Harris3-4/+2
2013-05-31The SIP and WSP statistics taps register themselves; get rid of theirGuy Harris4-19/+0
2013-05-31Add a REGISTER_STAT_GROUP_TELEPHONY_SCTP, make the SCTP chunk counterGuy Harris5-20/+4
2013-05-31The BOOTP/DHCP statistics tap registers itself; get rid of the explicitGuy Harris3-11/+0
2013-05-31Consistently use "/Statistics", rather than "/StatisticsMenu", in actionGuy Harris1-55/+55
2013-05-31Add a REGISTER_STAT_GROUP_TELEPHONY_LTE for the Telephony/LTE menu, andGuy Harris5-20/+4
2013-05-31Don't call gtk_widget_unregister_window() in bytes_view_unrealize() after GTK...Balint Reczey1-3/+1
2013-05-31Use #ifdefs in the XML to include or exclude the packet-editor andGuy Harris1-72/+60
2013-05-31IOSTAT: plot LOAD y-axis in number of I/O not number of I/O times 1000Ronnie Sahlberg1-0/+10
2013-05-30Put back some conversation list and endpoint list statistics presumablyGuy Harris1-0/+3
2013-05-30Add a stat group REGISTER_STAT_GROUP_TELEPHONY_GSM for the Telephony/GSMGuy Harris4-10/+4
2013-05-30Use gtk_widget_register_window() and gtk_widget_unregister_window()Balint Reczey1-0/+8
2013-05-29Fix and clarify name resolution preference tooltips. Print theGerald Combs1-3/+4
2013-05-29Bugfix crash when 'SCTP' -> 'Prepare Filter for this Association' has no asso...Michael Mann1-0/+2
2013-05-28In ICMP taps, don't use g_slist_insert_sorted (which results inEvan Huus2-4/+10
2013-05-25Object::connect: No such signal WiresharkApplication::captureCaptureUpdateCon...Alexis La Goutte1-2/+2
2013-05-25Apply change of Bug 8706 ( "Stream" should be changed to "Follow Stream" in t...Alexis La Goutte1-2/+2
2013-05-25Menu labels aren't paths, they're just the strings shown to the user forGuy Harris1-4/+4
2013-05-24Have register_param_stat() add menu items, rather than having the menuGuy Harris19-173/+103
2013-05-24And another (cosmetic) change for that.Guy Harris1-3/+3
2013-05-24A long-overdue rename of register_dfilter_stat() toGuy Harris24-28/+29
2013-05-24Rename register_lua_menu_bar_menu_items() toGuy Harris3-3/+3
2013-05-23We don't want to restrict the ability to dynamically add statisticsGuy Harris1-14/+0
2013-05-23Use a single #ifdef HAVE_LUA/#endif for two routines (currently) usedGuy Harris1-2/+0
2013-05-23Include ui/gtk/export_pdu_dlg.h so that the functions defined here areGuy Harris1-0/+2
2013-05-23make_menu_xml() is only used if we HAVE_LUA; only define it when we'll use it.Jeff Morriss1-0/+2
2013-05-22Include ui/ssl_key_export.h so that functions defined here are checkedGuy Harris1-0/+1
2013-05-22Include ui/gtk/addr_resolution_dlg.h so that functions defined here areGuy Harris1-1/+2
2013-05-22Make a routine not used outside this file static.Guy Harris1-1/+1
2013-05-22Include ui/gtk/prefs_filter_expressions.h so that functions defined hereGuy Harris1-0/+1
2013-05-22Make a routine not used outside this file static.Guy Harris1-5/+6
2013-05-22Make a routine not used outside this file static.Guy Harris1-1/+1
2013-05-22Include ui/recent_utils.h, to check functions defined here against theirGuy Harris1-1/+2
2013-05-22Turn "packet_is_ssl()" into a general "does the packet whose dissectionGuy Harris3-26/+3
2013-05-22Include ui/gtk/main_80211_toolbar.h so that the functions we define areGuy Harris1-0/+1
2013-05-22Include "ui/recent_utils.h" so that the functions we define are checkedGuy Harris2-0/+2
2013-05-22Include "ui/gtk/gtk_iface_monitor.h" so that our definitions are checkedGuy Harris1-0/+1
2013-05-22Make routines not used outside their source files static.Guy Harris3-8/+14
2013-05-22Get rid of an unused routine.Guy Harris2-10/+0
2013-05-22And a few more fixes. Put wrappers in capture_session.h to make it workGuy Harris1-2/+2
2013-05-22More capture_options -> capture_session fixes.Guy Harris3-10/+12
2013-05-22More capture_options -> capture_session fixes.Guy Harris1-16/+16
2013-05-22And handle the no-libpcap case here as well.Guy Harris1-0/+2
2013-05-22Sigh, it was a "building without libpcap" issue.Guy Harris1-29/+2
2013-05-22More capture_options -> capture_session fixes.Guy Harris1-7/+7
2013-05-22OK, try hiding from *THIS*, GCC. Will break other buildbots, but theGuy Harris1-0/+28
2013-05-22Include "capture_session.h" to define capture_session.Guy Harris1-0/+1
2013-05-22OK, try directly including capture_session.h.Guy Harris1-0/+1
2013-05-22OK, what's your beef, GCC?Guy Harris1-1/+1