In case we have an unknown vendor tag, just decode the vendor from

manuf.

svn path=/trunk/; revision=13339
This commit is contained in:
Jörg Mayer 2005-02-07 15:55:13 +00:00
parent 1fb60a0659
commit 243a2b832e
1 changed files with 4 additions and 2 deletions

View File

@ -1017,8 +1017,10 @@ dissect_vendor_specific_ie(proto_tree * tree, tvbuff_t * tvb, int offset,
proto_tree_add_string(tree, tag_interpretation, tvb, offset,
tag_len, out_buff);
} else
proto_tree_add_string(tree, tag_interpretation,
tvb, offset, tag_len, "Not interpreted");
proto_tree_add_string_format(tree, tag_interpretation,
tvb, offset, tag_len, "",
"Tag interpretation: Vendor \"%s\" not interpreted",
get_manuf_name(tag_val));
}
static void