Ethereal-dev: Re: [ethereal-dev] [patch] code for dissecting X11 requests

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Mon, 12 Jun 2000 01:31:40 -0700
I've checked in changes to tvbuffify the X11 request dissector code;
there's a capture file I have that causes the un-tvbuffified dissector
to dump core.

"dissect_x11()" currently still takes the arguments that an
un-tvbuffified dissector takes, but it constructs a tvbuff and uses it
in the request dissector.  (The event/reply dissector isn't
tvbuffified.)