aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_menubar.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Add GTK modules for existing LBM dissectors.dameiss1-0/+41
2014-06-05Add Object (file) export for files transferred over TFTP.Martin Mathieson1-1/+2
2014-05-01Fix -Wunreachable-code found by ClangAlexis La Goutte1-23/+0
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-3/+3
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-2/+2
2013-12-24add ssl detection to proto_get_frame_protocols()Martin Kaiser1-1/+1
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-12-02Use g_strlcpy() and g_strlcat() to squelch API checker warnings.Guy Harris1-4/+6
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-1/+0
2013-11-30Squelch a "parentheses suggested" warning.Guy Harris1-3/+3
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-3/+47
2013-11-26Note why refresh_local_interface_lists() is being called in variousGuy Harris1-0/+3
2013-11-23Always check cf->edt before dereferencing it, so that Coverity doesn'tGuy Harris1-6/+6
2013-11-23Replace similar code with a common routine.Gerald Combs1-21/+1
2013-11-21Remove an unused function.Gerald Combs1-6/+0
2013-11-21Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Conv...Michael Mann1-22/+78
2013-11-21Revert what I thought was a simple "compile" change for r53473, but causes Wi...Michael Mann1-69/+20
2013-11-21Walk list of protocol strings to determine which protocols are present in a p...Michael Mann1-20/+69
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-07Remove C++ commentsAlexis La Goutte1-1/+1
2013-11-07Add Edit Packet in Right ClickAlexis La Goutte1-2/+18
2013-11-07Add Packet Editor PreferenceAlexis La Goutte1-1/+1
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-4/+8
2013-10-29Make the packet analysis for SCTP independent from GTK and QT.Irene Rüngeler1-1/+2
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs1-2/+10
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