Ethereal-dev: Re: [Ethereal-dev] Can I force data into a dissector from below ?

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 3 Nov 2003 13:22:22 -0800

On Nov 3, 2003, at 8:32 AM, Michael Lum wrote:

The company I work for has a proprietary protocol used to carry
SCCP traffic over IP.  I have a dissector for it but don't want
to check-it in because it is proprietary and no one else would
want it.

Is there a way I can write a plugin that will attach to TCP
dissect and then force the data into the BSSAP dissector.

So where does your protocol fit in the protocol stack? Does it run atop BSSAP? Or does BSSAP run atop your protocol? Or is there some other layering?