Ethereal-users: Re: [Ethereal-users] Fibre Channel

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 20 May 2003 21:01:33 -0700
On Wed, May 21, 2003 at 01:18:16PM +0930, David Ruwoldt wrote:
> I need to decode FCP for our SAN. I have ethereal installed and have 
> used it for ethernet but how do I get it to see the Fibre Channel Card 
> so I can select that to capture packets on.

Ethereal does not know anything about the low-level part of capturing on
network interfaces; it relies on the libpcap library to handle all of
that, and libpcap relies on the underlying OS.

Unfortunately, Linux doesn't support treating FCP as a network protocol,
using its networking infrastructure - it supports IP-over-FC, but not
FCP, in that fashion - which means libpcap, and thus Ethereal, don't
support capturing FCP traffic in that fashion.