Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan column-utils.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: Mon, 2 Apr 2001 05:38:28 -0500 (CDT)
guy         2001/04/02 05:38:27 CDT

  Modified files:
    epan                 column-utils.c 
  Log:
  Don't use "u_int" for IPv4 addresses in "column-utils.c", as that'll
  require that it drag in <winsock.h> on Windows; instead, use "guint32".
  
  Revision  Changes    Path
  1.3       +2 -2      ethereal/epan/column-utils.c