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

Ethereal-dev: Re: [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.

From: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Sat, 7 Dec 2002 20:44:42 -0600 (CST)
Checked in, along with the code you sent yesterday.

On Sat, 7 Dec 2002 ddutt@xxxxxxxxx wrote:

> 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
> 
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>