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] tethereal interface command line option

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 6 Jun 2002 11:49:01 -0700
On Thu, Jun 06, 2002 at 12:02:47PM -0400, Larry T. Todd wrote:
> Ethereal GUI capture options displays two interfaces:
>   NdisWan Adapter: \Device\Packet_NdisWanlp
>   Fast Ethernet PC Card: \Device\Packet_{BD11F961-9620-4761-8EF6-6E1F1821D2CD}
> 
> Can anybody supply the correct tethereal command line in W2K that would
> allow capture on the fast ethernet interface?

	tethereal -i \Device\Packet_{BD11F961-9620-4761-8EF6-6E1F1821D2CD}

> I've tried different options using the ID within the {}

The reason why Ethereal displays the string complete with
"\Device\Packet_" and the "{" and "}" is that they are part of the name
you have to supply in order to capture on the device.  You can't just
use the ID, you have to use the whole string.