Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c main.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@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 3 Apr 2001 00:26:29 -0500 (CDT)
gram        2001/04/03 00:26:28 CDT

  Modified files:
    gtk                  capture_dlg.c main.c 
  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.38      +17 -1     ethereal/gtk/capture_dlg.c
  1.188     +9 -1      ethereal/gtk/main.c