Wireshark-commits: [Wireshark-commits] rev 33817: /trunk/ /trunk/gtk/: main.c main.h menus.c new_pa

Date: Mon, 16 Aug 2010 18:17:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33817

User: etxrab
Date: 2010/08/16 11:17 AM

Log:
 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

Directory: /trunk/gtk/
  Changes    Path                 Action
  +3 -1      main.c               Modified
  +9 -1      main.h               Modified
  +67 -44    menus.c              Modified
  +119 -59   new_packet_list.c    Modified
  +13 -6     new_packet_list.h    Modified

Directory: /trunk/
  Changes    Path          Action
  +1 -0      cfile.h       Modified
  +1 -0      file.c        Modified