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.

Date: Thu, 29 Nov 2001 16:30:19 EST
Just had to add the following line:

    dissector_add("gre.proto", SAP_OSINL, dissect_osi, -1);

to the function:

    proto_reg_handoff_osi(void)

Jeff