Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap Makefile.nmake config.h.win32

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: Mon, 12 Jul 1999 21:53:40 -0500 (CDT)
gram        1999/07/12 21:53:38 CDT

  Modified files:
    wiretap              Makefile.in config.h.in configure 
                         configure.in file.c iptrace.c lanalyzer.c 
                         libpcap.c netmon.c netxray.c ngsniffer.c 
                         snoop.c wtap.c wtap.h 
  Added files:
    wiretap              Makefile.nmake config.h.win32 
  Log:
  Added support for compiling on win32 with Visual C and 'nmake'. It compiles,
  but does not link. Perhaps someone who understands the MS tools can help
  out. I made it link a few months ago, but with different version of glib/gtk+.
  I can't remember how I made it link.
  
  Most of the compatibility issues were resolved with adding
  #ifdef HAVE_UNISTD_H the the source code. Please be sure to add this to all
  future code.
  
  Revision  Changes    Path
  1.21      +1 -0      ethereal/wiretap/Makefile.in
  1.8       +6 -0      ethereal/wiretap/config.h.in
  1.16      +96 -96    ethereal/wiretap/configure
  1.12      +3 -2      ethereal/wiretap/configure.in
  1.11      +4 -2      ethereal/wiretap/file.c
  1.4       +4 -1      ethereal/wiretap/iptrace.c
  1.10      +4 -1      ethereal/wiretap/lanalyzer.c
  1.5       +4 -1      ethereal/wiretap/libpcap.c
  1.8       +4 -1      ethereal/wiretap/netmon.c
  1.8       +4 -1      ethereal/wiretap/netxray.c
  1.13      +4 -1      ethereal/wiretap/ngsniffer.c
  1.5       +6 -1      ethereal/wiretap/snoop.c
  1.10      +4 -2      ethereal/wiretap/wtap.c
  1.20      +9 -1      ethereal/wiretap/wtap.h