Fix for bug 1093, as proposed by Atsushi Fukumoto

svn path=/trunk/; revision=19152
This commit is contained in:
Jaap Keuter 2006-09-05 12:22:44 +00:00
parent 903fd2f02c
commit db31d4a72f
1 changed files with 1 additions and 1 deletions

View File

@ -1451,7 +1451,7 @@ dissect_transform2(tvbuff_t *tvb, int offset, int length, proto_tree *tree,
guint32 val;
guint pack_len;
str = v2_aft2str(aft);
str = v2_aft2str(type);
if (aft & 0x8000) {
val = tvb_get_ntohs(tvb, offset + 2);