aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimaxasncp/packet-wimaxasncp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimaxasncp/packet-wimaxasncp.c b/plugins/wimaxasncp/packet-wimaxasncp.c
index 1e88d92cdb..741c01f2bc 100644
--- a/plugins/wimaxasncp/packet-wimaxasncp.c
+++ b/plugins/wimaxasncp/packet-wimaxasncp.c
@@ -1691,7 +1691,7 @@ static void wimaxasncp_dissect_tlv_value(
vendorId = tvb_get_ntoh24(tvb, offset);
- vendorName = val_to_str_ext_const(vendorId, &sminmpec_values_ext, "Unknown");
+ vendorName = enterprises_lookup(vendorId, "Unknown");
proto_tree_add_uint_format(
vsif_tree, tlv_info->hf_vendor_id,
tvb, offset, 3, vendorId,