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