Ethereal-dev: Re: [ethereal-dev] C++ patch part two

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: Mon, 21 Aug 2000 11:39:06 -0700 (PDT)
> My bad.  Should have had a function call or macro to set the dissector in
> the conversation structure.

Now there is - or, rather, now there are;
"old_conversation_set_dissector()", to set the dissector for a
conversation to a non-tvbuffified dissector, and
"conversation_set_dissector()", to set it to a tvbuffified dissector.

I've checked in Andreas' patches to the conversation code as well, in
addition to changes to the MS Proxy, Quake, SOCKS, and RTSP dissectors
to use the routine.