ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-users: Re: [Ethereal-users] Stupid Question

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

From: "Bauer, Blaine D" <blaine.d.bauer@xxxxxxxxx>
Date: Thu, 28 Feb 2002 09:11:00 -0800
>The tool to use, in order to get the names of interfaces on your
>machine, is called "tethereal". :-)

>Run Tethereal with the "-D" flag; it will print the names of the
>interfaces it knows about.

I find windump to be more useful for this. Tethereal -d will give the
following:

c:\zdir>tethereal -D
\Device\Packet_NdisWanIp
\Device\Packet_{AC78607A-B557-41AC-A0F5-FA1465C34B2D}
\Device\Packet_{D9CEC815-AC3E-48A7-977A-B7E3BE2DFA68}

whereas windump will provide useful information about what the adapters is:

c:\zdir>windump -D
1.\Device\Packet_NdisWanIp (NdisWan Adapter)
2.\Device\Packet_{AC78607A-B557-41AC-A0F5-FA1465C34B2D} (Intel(R) PRO
Adapter)
3.\Device\Packet_{D9CEC815-AC3E-48A7-977A-B7E3BE2DFA68} (VPN Client Adapter)

Of course, this is probably only an issue if you end up changing adapters
from time to time.

Blaine