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, 23 Feb 2004 17:13:36 -0600 (CST)
guy         2004/02/23 17:13:36 CST

  Modified files:
    gtk                  capture_dlg.c 
  Log:
  Sigh.  On Windows OT, device names don't have "\Device\" in front of
  them, so we can't look for "\Device\" as the beginning of the interface
  name.  Instead, on Windows, scan backwards for a colon and then skip the
  colon and any subsequent blanks.  (I don't *think* interface names have
  colons in them in Windows, even on NT 5.x with the GUID crapola in the
  name.)
  
  Revision  Changes    Path
  1.108     +27 -9     ethereal/gtk/capture_dlg.c