Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.nmake README.win32 capture.c

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: Wed, 9 Feb 2000 13:18:01 -0600 (CST)
gram        2000/02/09 13:17:59 CST

  Modified files:
    .                    Makefile.nmake README.win32 capture.c 
                         config.h.win32 config.nmake mkstemp.c 
                         packet-ip.c snprintf.c util.c 
  Log:
  Integrate Ed Meaney's <emeaney@xxxxxxxxxx> changes for using libpcap
  from WinDump with Ethereal. We now have packet capturing on Win32. :)
  
  Revision  Changes    Path
  1.15      +11 -9     ethereal/Makefile.nmake
  1.6       +12 -4     ethereal/README.win32
  1.95      +14 -2     ethereal/capture.c
  1.7       +1 -1      ethereal/config.h.win32
  1.2       +4 -1      ethereal/config.nmake
  1.3       +4 -1      ethereal/mkstemp.c
  1.73      +4 -1      ethereal/packet-ip.c
  1.8       +2 -0      ethereal/snprintf.c
  1.36      +29 -1     ethereal/util.c