Ethereal-users: Re: [Ethereal-users] No interface to capture on with Ethereal 0.9.13 onWindows 9

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 12 Jun 2003 19:37:53 -0700
On Thu, Jun 12, 2003 at 03:49:12PM -0500, Gerald Combs wrote:
> It looks like line 480 in pcap-util.c needs to be changed from 
> 
>     while (win95names[i] == 0)
> 
> to
> 
>     while (win95names[i] != 0)

I've checked that fix in.