Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal ipv4.c ipv4.h

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:22 -0600 (CST)
gram        1999/11/19 17:01:18 CST

  Modified files:
    .                    ipv4.c ipv4.h 
  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.4       +6 -13     ethereal/ipv4.c
  1.3       +4 -3      ethereal/ipv4.h