Ethereal-dev: Re: [Ethereal-dev] Patch to earlier V5UA plugin

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: Tue, 16 Dec 2003 21:17:46 -0800
On Mon, Dec 15, 2003 at 02:34:27PM +0100, Anders Broman (TN/EAB) wrote:
> I have made patches to the V5UA plugin erlier sent in :
> 
> http://www.ethereal.com/lists/ethereal-dev/200307/msg00255.html
> http://www.ethereal.com/lists/ethereal-dev/200307/msg00271.html
> 
> now I don't get any warnings. I have no samples to test it with but
> any way here it is.

I've checked in the plugin, with your patches; there's one warning from
GCC:

	packet-v5ua.c: In function `dissect_parameters':
	packet-v5ua.c:1664: warning: unused parameter `tree'

because "dissect_parameters()" doesn't put the tag or length into the
protocol tree.