Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk help_dlg.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 6 Mar 2001 15:07:14 -0600 (CST)
guy         2001/03/06 15:07:14 CST

  Modified files:
    gtk                  help_dlg.c 
  Log:
  Use "proto_get_first_protocol()" and "proto_get_next_protocol()" to
  enumerate the protocols, as that
  
  	1) gives you the protocols in dictionary order;
  
  	2) leaves out the non-protocol "text";
  
  	3) doesn't even bother to show you non-protocols, so you don't
  	   have to check for them.
  
  Revision  Changes    Path
  1.16      +22 -23    ethereal/gtk/help_dlg.c