summaryrefslogtreecommitdiff
path: root/ui/gtk/main_menubar.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-27Remove U3 code and packaging.Gerald Combs1-10/+2
2013-10-24Revert previous commit of Irene, which doesn't work (yet).Michael Tüxen1-1/+1
2013-10-24Move sctp_stat to ui to make it independent from gtk.Irene Rüngeler1-1/+1
2013-10-23Add the ability to collapse subtrees with Shift+Left + additional menu items....Michael Mann1-0/+10
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ...Michael Mann1-2/+2
2013-09-15Use a better hash algorithm and add a dialouge to get hastable data.Anders Broman1-0/+3
2013-08-28There is no use in checking for (cf) if we have already unconditionallyJörg Mayer1-3/+2
2013-08-27Add TCP sequence number (Stevens-style) graphs.Gerald Combs1-6/+11
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss1-1/+2
2013-07-12Move the print modules into epan.Jeff Morriss1-2/+1
2013-06-21Sort the man pages. Add capinfos and reordercap. Should we also any others ...Chris Maynard1-14/+30
2013-05-31The SIP and WSP statistics taps register themselves; get rid of theirGuy Harris1-4/+0
2013-05-31Add a REGISTER_STAT_GROUP_TELEPHONY_SCTP, make the SCTP chunk counterGuy Harris1-5/+1
2013-05-31The BOOTP/DHCP statistics tap registers itself; get rid of the explicitGuy Harris1-2/+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 Harris1-4/+1
2013-05-31Use #ifdefs in the XML to include or exclude the packet-editor andGuy Harris1-72/+60
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 Harris1-1/+1
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 Harris1-61/+47
2013-05-24Rename register_lua_menu_bar_menu_items() toGuy Harris1-1/+1
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-23make_menu_xml() is only used if we HAVE_LUA; only define it when we'll use it.Jeff Morriss1-0/+2
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 Harris1-20/+1
2013-05-17From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8690 :Jeff Morriss1-10/+10
2013-05-10Set Start menu button inactive, if capture is in progress.Irene Rüngeler1-3/+1
2013-05-05Add the abillity to export PDU:s to file using a USER_DLT adding meta data be...Anders Broman1-0/+5
2013-04-12Ifdef LibPcapIrene Rüngeler1-2/+2
2013-04-12The button are only needed if libpcap is present.Irene Rüngeler1-0/+2
2013-04-12Change the sensitivity of the start button depending on the number of interfa...Irene Rüngeler1-0/+8
2013-04-01Add routines to file.c to indicate whether:Guy Harris1-25/+2
2013-04-01If we can't write the capture out in a file format that supportsGuy Harris1-1/+1
2013-03-31Make the menu item for importing a hex dump text file be "Import fromGuy Harris1-2/+2
2013-03-26From Jim Young:Anders Broman1-1/+1
2013-03-25Add a few missing explicit castsPascal Quantin1-1/+1
2013-03-24Redissect extra packet windows in all cases (that I know of) where weEvan Huus1-0/+3
2013-03-21Fix compilation if WANT_PACKET_EDITOR is defined. Should we also add an edit...Chris Maynard1-1/+1
2013-03-21From Michail Koreshkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Evan Huus1-1/+11
2013-03-21From beroset:Bill Meier1-33/+33
2013-03-12Use explicit casts.Anders Broman1-67/+67
2013-03-09From Jose Pico via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8377 N...Alexis La Goutte1-1/+1
2013-02-25it's ==> its & its ==> it's as needed.Bill Meier1-3/+3
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs1-1/+17
2013-01-24Separate Time Shift item from Time Reference items. From Cal Turney viaChris Maynard1-0/+1
2013-01-22For menu consistency and shortcut simplification, change some "Ignore" relate...Chris Maynard1-2/+2
2013-01-21Avoid using *<control>X shortcuts. In this case, using *<control>D instead.Chris Maynard1-3/+3