On Thu, Oct 17, 2002 at 02:41:30PM -0700, [EMAIL PROTECTED] 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.
