Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk endpoint_talkers_table.c find_dlg.c find

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Tue, 7 Oct 2003 04:30:34 -0500 (CDT)
sahlberg    2003/10/07 04:30:34 CDT

  Modified files:
    gtk                  endpoint_talkers_table.c find_dlg.c 
                         find_dlg.h 
  Log:
  Add Find Next/Find Previous submenu to conversation lists.
  
  By using Find Next/Previous you will jump to the next/previous matching packet in the ethereal main window.
  
  I could not get CTRL-N / CTRL-B to work and was too lazy to research.
  It would be nice if CTRL-N / CTRL-P would invoke the same thing as selecting
  /Find Frame/Find Next/EP1 <-> EP2
  or
  /Find Frame/Find Previous/EP1 <-> EP2
  from the menu.
  I could not figure out how to get gtk to do this.
  The person that adds CTRL-N/CTRL-B here will be a hero.
  
  Revision  Changes    Path
  1.21      +64 -16    ethereal/gtk/endpoint_talkers_table.c
  1.38      +31 -1     ethereal/gtk/find_dlg.c
  1.5       +2 -1      ethereal/gtk/find_dlg.h