From Pascal Quantin:

[NAS EPS] Fix TFT decoding when having several Packet Filters defined
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5274

svn path=/trunk/; revision=34385
This commit is contained in:
Anders Broman 2010-10-05 17:58:58 +00:00
parent a0b284c5db
commit 23c4983424
1 changed files with 1 additions and 1 deletions

View File

@ -4249,8 +4249,8 @@ de_sm_tflow_temp(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gch
pf_length=0;
}
proto_item_append_text(tf, "%s (%u)", str, pack_component_type);
count++;
}
count++;
}
}