aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-22More capture_options -> capture_session changes.Guy Harris6-29/+30
2013-05-22And reflect the new capture_options structure here.Guy Harris1-0/+3
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris11-70/+86
2013-05-22There are clearly not enough different sets of build tools out there, soGuy Harris1-1/+1
2013-05-22Rename capture_opts_trim_iface() toGuy Harris2-4/+8
2013-05-22From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8706Evan Huus1-6/+6
2013-05-22On OS X, get the interface type from the System Configuration framework.Guy Harris1-1/+1
2013-05-21Only overwrite the scanned link layer properties if they are specified by com...Irene RĂ¼ngeler1-1/+3
2013-05-21Apply the filter string if all interfaces are selected.Irene RĂ¼ngeler1-4/+18
2013-05-21Fix compilation with GTK version older than 2.24Pascal Quantin1-0/+2
2013-05-21- Move the export_pdu tap outside of if(tree)Anders Broman1-1/+8
2013-05-20Fix trimming the maximum number if display filter entries.Gerald Combs1-9/+8