From Cal Turney:
authorAnders Broman <anders.broman@ericsson.com>
Mon, 16 Aug 2010 18:17:45 +0000 (18:17 -0000)
committerAnders Broman <anders.broman@ericsson.com>
Mon, 16 Aug 2010 18:17:45 +0000 (18:17 -0000)
commit46cd4a8507f56cc61d46cca849e7bf8903a9c49d
treeda049ea1a4163fcbc6cb3ad790573777e642f543
parent6ef98db3bb08d5dfb37aed480fb3458ae1ab9d9a
From Cal Turney:
1. Restore the functionality of <Ctrl>A and <Ctrl>X to the filter textbox.
2. Assign intuitive shortcuts without consuming any new shortcut letters.
3. Add 'Un-Time Reference All Packets' to the menu.
4. Disallow the marking or ignoring of all packets in the capture.
5. Make the Mark/Ignore/Time Reference-related menu items context sensitive.
6. Add 'ref_time_count' to the capture_file structure
7. Utilize marked/ignored/ref_time_count vars to prevent needless looping thru
   the entire packet list by exiting the loop when it becomes zero.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5115

svn path=/trunk/; revision=33817
cfile.h
file.c
gtk/main.c
gtk/main.h
gtk/menus.c
gtk/new_packet_list.c
gtk/new_packet_list.h