Ethereal-dev: Re: [Ethereal-dev] Q on data structure in Ethereal & FCIP

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: Tue, 22 Oct 2002 02:12:48 -0700
On Thu, Oct 17, 2002 at 02:41:30PM -0700, ddutt@xxxxxxxxx wrote:
>  > BTW, note that I will probably be checking in Don Lee's IP-over-FC
>  > support at some point, so the FC dissector would probably call that
>  > dissector for RFC 2625 IP-over-FC.
> I've added a decoder for IP/FC as well and tested it. I'll let you decide how
> to proceed.

I've added a Wiretap encapsulation type for RFC 2625 IP-over-FC
(WTAP_ENCAP_IP_OVER_FC); your IP-over-FC dissector (I'm assuming here
that the tvbuff passed to it starts with a Network_Header of the sort
described in RFC 2625) should register itself with the "wtap_encap"
dissector table using that encapsulation type.

I'll look at both your IP-over-FC dissector and Don's, and merge stuff
as appropriate.