Ethereal-dev: Re: [Ethereal-dev] Re: Bug in packet-stun.c

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: Sun, 4 Jan 2004 12:45:04 -0800
On Sun, Jan 04, 2004 at 11:17:05PM +0800, smhuang wrote:
> There is still a bug in previous mail.
> 
> Line 257 in packet-stun.c
> 
> proto_tree_add_item(att_tree, stun_att_length, tvb, offset+2, att_length, FALSE);
> 
> , should be replaced by
> 
> proto_tree_add_item(att_tree, stun_att_value, tvb, offset+4, att_length, FALSE);

Checked in.