aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main_menubar.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-08Recent files: Disable mnemonic accelerator key for menu itemJiří Engelthaler1-0/+8
2015-04-27ext_menubar: Add pointer to GUI main structureRoland Knall1-1/+1
2015-04-14UI: Implementing menus for pluginsRoland Knall1-0/+220
2015-02-08Menubar (GTK): fix warning: no previous prototype for ‘set_menus_capture_st...Alexis La Goutte1-0/+1
2015-02-04HTTP2: Add tap for HTTP2 dissectorAlexis La Goutte1-0/+2
2015-01-27Added HPFEEDS stats_tree.Dario Lombardo1-0/+2
2015-01-27GTK: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2015-01-27GTK: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-1/+1
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-3/+1
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-4/+9
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-2/+4
2015-01-05Added DNS statistics supportDario Lombardo1-2/+2
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-17/+0
2014-12-26Fix building of color conversation filterPascal Quantin1-12/+20
2014-12-19Replace uses of proto_get_frame_protocols with proto_is_frame_protocol when o...Michael Mann1-32/+2
2014-12-19Use new color_dissector_filters.[ch] to refactor (color) conversation generat...Michael Mann1-736/+296
2014-10-21Qt: Fill in time display menu items. Other fixes and updates.Gerald Combs1-1/+1
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-8/+4
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-30/+66
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-31/+72
2014-07-16"Export PDUs to File" pops up a dialog, so put "..." after it.Guy Harris1-1/+1
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-06-25fix_bug_10199: enhancement Telephony VoIP Call add ability to show all SIP Fl...James Coleman1-0/+2
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