Ethereal

[Ethereal-dev] Bug in packet-stun.c
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: January 2004


Christian just found a bug in packet-stun.c line 257.
"offset+2" should be replaced by "offset+4". The corrected code is:

proto_tree_add_item(att_tree, stun_att_length, tvb, offset+4, att_length, FALSE);

Shiang-Ming


Powered by MHonArc 2.6.10