Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.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: Mon, 26 Jan 2004 03:05:59 -0600 (CST)
guy         2004/01/26 03:05:59 CST

  Modified files:
    gtk                  capture_dlg.c 
  Log:
  On Windows OT, interface names *can* have spaces in them; to find the
  interface name, look forward in the interface string for "\Device\", not
  backwards for a space, on Windows.  (Continue to look backwards for a
  space on UNIX; names don't start with "\Device\", or even "/dev/", and
  don't have spaces in them on any UNIX-flavored OS I know of.)
  
  Revision  Changes    Path
  1.97      +45 -17    ethereal/gtk/capture_dlg.c