Ethereal-users: Re: [Ethereal-users] How to add a remote interface in Ethereal

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: Wed, 10 Nov 2004 11:24:24 -0800
FRANCIS PROVENCHER wrote:
Some one can tell me where i can add the remote interface i want to
"sniff"?

"Add" in what sense? Ethereal doesn't currently support the new APIs for remote packet capture, so it doesn't currently have separate Interface: and Capture host: fields, and can't connect to the remote host to find out what interfaces it has and display a list of those interfaces.

However, "pcap_open_live()" should, on WinPcap, allow you to open something using rpcap syntax, as described in the document I referred to in my previous message, so if you already know the name of that interface, you should be able to put it in the Interface: field.