Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c capture_prefs.c main.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sat, 12 Jun 2004 02:47:15 -0500 (CDT)
guy         2004/06/12 02:47:15 CDT

  Modified files:
    gtk                  capture_dlg.c capture_prefs.c main.c 
  Log:
  On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LIST
  and the error message includes "Not enough storage is available
  to process this command" or "The operation completed successfully",
  suggest that the user install a WinPcap version later than 3.0 - this is
  definitely a Frequently Asked Question on the Ethereal list.
  
  Revision  Changes    Path
  1.133     +6 -3      ethereal/gtk/capture_dlg.c
  1.37      +8 -4      ethereal/gtk/capture_prefs.c
  1.441     +5 -3      ethereal/gtk/main.c