Ethereal-dev: Re: [Ethereal-dev] 2 protocols in one dissector

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: Wed, 29 Oct 2003 14:09:53 -0800

On Oct 29, 2003, at 1:53 PM, Michael Lum wrote:

    call_dissector(dtap_handle, l3_tvb, g_pinfo, g_tree);

    curr_offset += len;

Is this the right way of doing this

Yes.  Dissectors should always be called through handles.