Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal tap-iostat.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: Fri, 1 Nov 2002 03:40:24 -0600 (CST)
guy         2002/11/01 03:40:24 CST

  Modified files:
    .                    tap-iostat.c 
  Log:
  Use "strchr()", not "index()"; MSVC++ doesn't declare "index()" or
  "rindex()" if you include <string.h>, and they're non-standard routines
  (the ANSI C names for those functions are "strchr()" and "strrchr()").
  
  Revision  Changes    Path
  1.2       +3 -3      ethereal/tap-iostat.c