Ethereal-users: Re: [Ethereal-users] GRE dissector question

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 29 Nov 2001 15:10:32 -0800 (PST)
> Just had to add the following line:
> 
>     dissector_add("gre.proto", SAP_OSINL, dissect_osi, -1);
> 
> to the function:
> 
>     proto_reg_handoff_osi(void)

I've checked that in.  (0xFE is mentioned as a GRE protocol type value
for CLNP in

	http://www.helios-is.com/downloads/atnp/wg2/wps/w2wp290.pdf

as found by Google.)