Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] Patch to packet-llc.c to support IPFC

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

Date: Sat, 7 Dec 2002 16:59:52 -0800
Hi,

Enclosed is the patch to packet-llc.c to support IP over FC. Support for IP/FC
requires the FC dissector that I submitted yesterday,

Dinesh
--
Index: packet-llc.c
===================================================================
RCS file: /cvsroot/ethereal/packet-llc.c,v
retrieving revision 1.102
diff -u -r1.102 packet-llc.c
--- packet-llc.c        2002/11/16 08:55:11     1.102
+++ packet-llc.c        2002/12/08 00:58:36
@@ -560,4 +560,5 @@
        dissector_add("udp.port", UDP_PORT_LLC3, llc_handle);
        dissector_add("udp.port", UDP_PORT_LLC4, llc_handle);
        dissector_add("udp.port", UDP_PORT_LLC5, llc_handle);
+       dissector_add("ipfc.llc", 0, llc_handle);
 }

-- 
A man is not old until regrets take the place of dreams. - John Barrymore