Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture-wpcap.c capture-wpcap.h Makefile.am

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 3 Apr 2001 00:26:27 -0500 (CDT)
gram        2001/04/03 00:26:27 CDT

  Modified files:
    .                    Makefile.am Makefile.nmake tethereal.c 
  Added files:
    .                    capture-wpcap.c capture-wpcap.h 
  Log:
  Now that WinPcap is a DLL, I can load it at run-time rather than load-time.
  That means that I no longer need to distribute capture and non-capture
  versions of Ethereal for Win32; one version (compiled with WinPcap headers)
  can run on systems with or without WinPcap.
  
  For systems that don't have WinPcap, instead of disabling the Capture
  menu, Capture|Start brings up a dialogue informing the user that wpcap.dll
  was not loadable, and gives a URL to the WinPcap home page.
  
  Revision  Changes    Path
  1.300     +3 -1      ethereal/Makefile.am
  1.92      +10 -11    ethereal/Makefile.nmake
  1.74      +16 -1     ethereal/tethereal.c