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: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Thu, 12 Jun 2003 15:49:12 -0500 (CDT)
It looks like line 480 in pcap-util.c needs to be changed from 

    while (win95names[i] == 0)

to

    while (win95names[i] != 0)

However, I don't have a 95, 98, or ME machine to test with.  Can you
download 

    http://www.ethereal.com/~gerald/ethereal-setup-0.9.13-if-list-fix.exe

and see if it fixes the problem?


On Thu, 12 Jun 2003, Martin Regner wrote:

> Martin Regner wrote:
> <I installed Ethereal 0.9.13 with the installation script and noticed that I didn't get any devics listed in the Capture panel.
> <
> <C:\Program\Ethereal0913>tethereal
> <tethereal: There are no interfaces on which a capture can be done
> 
> Some more information.
> 
> I get the same problem also when installing Ethereal 0.9.12, but no problem with Ethereal 0.9.11.
> 
> By putting "DC21X4" in the Interface field in Edit/Preferences.../Capture I can capture on that device with Ethereal and Tethereal
> without having to put in DC21X4 manually every time.
> 
> C:\Ethereal_utv>windump -D
> 1.PPPMAC (PPP Adapter.)
> 2.DC21X4 (DEC DC21143 PCI Fast Ethernet Adapter)
> 
> C:\Program\Ethereal0913>tethereal -D
> tethereal: There are no interfaces on which a capture can be done
> 
> I have one packet.dll (3, 0, 0, 18, 2003-04-04 15:08) and one wpcap.dll (3, 0, 0, 18, 2003-04-04 14:54)
> 
> I uninstalled WinPcap 2.0, rebooted PC, and installed it again, rebooted PC again - but sill same problem.
> 
> 
> _______________________________________________
> Ethereal-users mailing list
> Ethereal-users@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-users
>