Handle -I in the options processing.
[obnox/wireshark/wip.git] / gtk / menus.c
2010-05-06 stigAdded an option to display seconds as hours, minutes...
2010-04-27 stigAdded Manual IP address resolve functions.
2010-02-24 jakeFix for bug 4522:
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-12-22 stigRenamed some menu items to clarify the usage:
2009-12-22 stigSet correct sensitivity for "Ignore All Packets".
2009-12-21 sakeAdd "Ignore all packets", just like "Mark all packets"
2009-12-18 stigAdded some shortcuts for the Ignore Packet menu items.
2009-12-17 stigAdded "Ignore Packet" menu items to the main menu.
2009-12-17 stigIntroduce "Ignore Packet" in the packet list.
2009-12-14 jakeFrom Valerio Messina:
2009-12-09 stigAdded "No Sorting" and Align menu items to the old...
2009-12-02 stigUse size_t for length.
2009-12-02 stigIndicate default column alignment in the popup menu.
2009-12-02 stigFixed opening correct preferences page.
2009-12-01 stigSave column alignment in the recent file.
2009-12-01 stigAdded three states for sorting: ascending, descending...
2009-11-30 stigFunction rename:
2009-11-27 stigAdded function to align columns.
2009-11-26 stigAdded the popup menu to the old packet list heading...
2009-11-26 stigAdded a popup menu in the packet list heading to set...
2009-11-19 stigImplement new_packet_list_recreate(). This should...
2009-11-19 stigAdd a custom column from the packet details popup menu.
2009-11-05 stigIntroduce packet bytes bit view.
2009-09-21 etxrabcf_change_time_formats() is not needed with new packet...
2009-09-07 stigEnable resize columns button for new packet list.
2009-09-02 stigAlso deactivate and activate menu for recent.gui_time_p...
2009-09-02 krjMake sure that we deactivate before activating in menu_...
2009-09-02 etxrabUse new_packet_list_colorize_packets() where cf_coloriz...
2009-09-01 krjFrom Richard Brodie via. Bug 3913:
2009-08-27 wmeierAdd #include <stdio.h> in a few more places for Solaris.
2009-08-18 etxrabMake copy summary work for new_packet_list.
2009-08-15 krjEnable 'Mark Packet' in the Edit menu
2009-08-15 krjAdd support for mark/unmark all frames in our new packe...
2009-08-15 krjFind next/previous mark is also supported so don't...
2009-08-15 krjDon't exclude functionality we already support
2009-08-14 krjMake 'Apply as filter'/'Prepare filter' work for new...
2009-07-28 etxrabMake mark frame work.
2009-07-28 etxrabFrom Kovarththanan Rajaratnam:
2009-07-28 etxrabFix setting of timestamp_precision.
2009-07-28 etxrabFix setting of new time format.
2009-07-25 etxrabFrom Kovarththanan Rajaratnam:
2009-07-25 etxrabFrom Kovarththanan Rajaratnam:
2009-07-20 sfisherIntroduce packet list coloring for the NEW_PACKET_LIST...
2009-06-30 guyFix typo.
2009-06-30 sfisherIntroduce experimental new feature: GTK2 tree view...
2009-06-21 guy"main_menu.[ch]" -> "menus.[ch]"; it handles not only...