aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menus.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-24Fix for bug 4522:jake1-2/+2
Don't offer "Wiki Protocol Page" and "Filter Field Reference" in the context menu when a Text item is selected. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31987 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31731 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31730 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-22Renamed some menu items to clarify the usage:stig1-6/+6
"Mark All Packets" -> "Mark All Displayed Packets" "Ignore All Packets" -> "Ignore All Displayed Packets" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31349 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-22Set correct sensitivity for "Ignore All Packets".stig1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31348 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-21Add "Ignore all packets", just like "Mark all packets"sake1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31343 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-18Added some shortcuts for the Ignore Packet menu items.stig1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31314 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-17Added "Ignore Packet" menu items to the main menu.stig1-0/+18
Show ignored packages in the summary dialog. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31289 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-17Introduce "Ignore Packet" in the packet list.stig1-0/+2
This will remove the package from the dissection functions without removing it from the capture file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31287 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-14From Valerio Messina:jake1-2/+2
As now, when Wireshark save capture files, it show "Loading" in status bar and in the dialog box, warning many users of lost them packets. Saving work as expected. Is simply a GUI use interaction problem. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31269 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-09Added "No Sorting" and Align menu items to the old packet list stig1-0/+7
heading popup menu. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31214 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-02Use size_t for length.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31152 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-02Indicate default column alignment in the popup menu.stig1-1/+38
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31150 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-02Fixed opening correct preferences page.stig1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31149 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-01Save column alignment in the recent file.stig1-4/+6
Added center and default alignment menu items. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31143 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-01Added three states for sorting: ascending, descending and no sortingstig1-0/+1
(ascending on first column). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31141 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-30Function rename:stig1-12/+12
new_packet_list_column_clicked() -> new_packet_list_column_menu_cb() packet_list_column_clicked() -> packet_list_column_menu_cb() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31130 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-27Added function to align columns.stig1-2/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31099 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-26Added the popup menu to the old packet list heading, to make it equal tostig1-2/+15
the new packet list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31089 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-26Added a popup menu in the packet list heading to set sort order and somestig1-2/+30
functions to rename column title, resize a single column and remove a column. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31086 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-19Implement new_packet_list_recreate(). This should be reimplemented tostig1-4/+0
avoid building a new table and redissecting all packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31024 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-19Add a custom column from the packet details popup menu.stig1-1/+16
This fixes bug 4246. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31020 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-05Introduce packet bytes bit view.stig1-16/+33
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30832 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-21cf_change_time_formats() is not needed with new packet list.etxrab1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30034 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-07Enable resize columns button for new packet list.stig1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29763 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-02Also deactivate and activate menu for recent.gui_time_precision.stig1-16/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29679 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-02Make sure that we deactivate before activating in ↵krj1-15/+5
menu_recent_read_finished(). This fixes a crash due to recent.gui_time_format being invalid (-1). Please review whether this is a correct fix git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29678 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-02Use new_packet_list_colorize_packets() where cf_colorize_packets();etxrab1-2/+12
is used. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29674 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-01From Richard Brodie via. Bug 3913:krj1-1/+1
Free ptr array allocated through proto_find_finfo() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29654 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-27Add #include <stdio.h> in a few more places for Solaris.wmeier1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29577 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-18Make copy summary work for new_packet_list.etxrab1-2/+7
XXX The enum in .h file does not seem to work??? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29467 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-15Enable 'Mark Packet' in the Edit menukrj1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29424 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-15Add support for mark/unmark all frames in our new packet listkrj1-6/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29423 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-15Find next/previous mark is also supported so don't exclude itkrj1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29422 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-15Don't exclude functionality we already supportkrj1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29421 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-14Make 'Apply as filter'/'Prepare filter' work for new packet list.krj1-3/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29419 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-28Make mark frame work.etxrab1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29225 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-28From Kovarththanan Rajaratnam:etxrab1-4/+13
Enable popup menu in packet list view. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29223 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-28Fix setting of timestamp_precision.etxrab1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29218 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-28Fix setting of new time format.etxrab1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29212 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-25From Kovarththanan Rajaratnam:etxrab1-4/+2
packet_goto_next_previous_frame git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29191 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-25From Kovarththanan Rajaratnam:etxrab1-1/+1
New packet list: enable goto first/last packet (Optimized) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29190 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-20Introduce packet list coloring for the NEW_PACKET_LIST. One caveat: whensfisher1-0/+2
enabling/disabling the coloring of the packet list from the menus, the user has to drag the mouse cursor over each displayed row to take away/add the coloring. Dragging the scroll bar up or down will also take care of this as only the displayed rows are colored. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29142 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-30Fix typo.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28893 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listsfisher1-3/+16
To use the GTK2 based packet list, define NEW_PACKET_LIST when compiling. To do this with gcc, set the environment variable CPPFLAGS to "-DNEW_PACKET_LIST" and re-run configure. Many features do not yet work. This work began with prototypes by Ulf quite a while back. I've put quite a bit of work into this so far and as discussed with a few of the core team members at Sharkfest09 and it was decided that it would be best to commit what I have so far to allow others to help work on this. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28892 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butguy1-0/+3205
context menus. Note why we have an empty hex dump pane context menu. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28794 f5534014-38df-0310-8fa8-9805f1628bb7