Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal getopt.c getopt.h Makefile.nmake con

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: Tue, 28 Mar 2000 14:20:09 -0600 (CST)
gram        2000/03/28 14:20:05 CST

  Modified files:
    .                    Makefile.nmake config.h.win32 tethereal.c 
  Added files:
    .                    getopt.c getopt.h 
  Log:
  Add getopt.c (from GNU libc) for use on Win32.
  Ethereal/win32 now supports command-line options.
  Tethereal now compiles on win32, except for the fact that I haven't
  put the Makefile.nmake changes in for that yet.
  
  Revision  Changes    Path
  1.21      +1 -0      ethereal/Makefile.nmake
  1.8       +1 -0      ethereal/config.h.win32
  1.21      +11 -1     ethereal/tethereal.c