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

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Fri, 19 Nov 1999 17:01:39 -0600 (CST)
gram        1999/11/19 17:01:33 CST

  Modified files:
    gtk                  main.c 
  Log:
  Change ipv4 class to use ip_to_str() when converting IP address to string.
  ip_to_str() is 7 times faster than my sprintf() implementation (both of
  which take very little time for the single call that match_selected() makes,
  but you know....)
  
  Revision  Changes    Path
  1.40      +4 -7      ethereal/gtk/main.c