svn path=/trunk/; revision=24533
This commit is contained in:
Jörg Mayer 2008-03-03 18:07:47 +00:00
parent ea297f369f
commit a9e61881b9
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ static void add_avp_to_tree(proto_tree* avp_tree, proto_item* avp_item, packet_i
if (dictionary_entry->tagged) {
guint tag;
if (avp_length < 3) {
if (avp_length == 0) {
pi = proto_tree_add_text(avp_tree, tvb, offset,
0, "AVP too short for tag");
PROTO_ITEM_SET_GENERATED(pi);