Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftype-ipv4.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: Sat, 23 Jun 2001 14:10:28 -0500 (CDT)
guy         2001/06/23 14:10:28 CDT

  Modified files:
    epan/ftypes          ftype-ipv4.c 
  Log:
  "index()" is non-standard, and MSVC++ 6.0 complained about it; the ANSI
  C standard has "strchr()" instead, so use it.
  
  Revision  Changes    Path
  1.5       +3 -4      ethereal/epan/ftypes/ftype-ipv4.c