Ethereal-dev: Re: [Ethereal-dev] Patch to packet-dcerpc.c CORRECTION to previous patches.

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 20 Feb 2004 20:58:30 -0800
On Wed, Feb 18, 2004 at 05:54:07PM -0800, jaime.fournier@xxxxxxxx wrote:
> Well I found I was putting data in the wrong place.
> The UNKUUID col_info update was only working as dcerpc_try_handoff()
> would fail to find the subdissector, and thus did not clobber it with
> col_add_str(). It is now in the right place to determine a UUID that
> was either not found, or is disabled. The boolean dcerpc.unknown_if_id
> is now only set on cases where the handoff fails. This has been tested,

packet-dcerpc.c: In function `dcerpc_try_handoff':
packet-dcerpc.c:1790: `di' undeclared (first use this function)
packet-dcerpc.c:1790: (Each undeclared identifier is reported only once
packet-dcerpc.c:1790: for each function it appears in.)