Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs
Main Index | Thread Index | Mailing Lists | | Date Prev | Date Next | Thread Prev | Thread Next
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