From 0bd79c548e5ecfd78bec6aa1ce3167d0aa0baae2 Mon Sep 17 00:00:00 2001 From: Hannes Mezger Date: Mon, 8 Dec 2014 11:20:16 +0100 Subject: Fix full name of NodeId namespace index field, was a copy&pase error Change-Id: I7b1eea9965880e35c65f04406ff756d245b568d4 Reviewed-on: https://code.wireshark.org/review/5668 Reviewed-by: Alexis La Goutte --- plugins/opcua/opcua_application_layer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/opcua/opcua_application_layer.c b/plugins/opcua/opcua_application_layer.c index 3ec3e16e3c..943d415639 100644 --- a/plugins/opcua/opcua_application_layer.c +++ b/plugins/opcua/opcua_application_layer.c @@ -52,7 +52,7 @@ void registerApplicationLayerTypes(int proto) { /* id full name abbreviation type display strings bitmask blurb HFILL */ {&hf_opcua_nodeid_encodingmask, {"NodeId EncodingMask", "opcua.servicenodeid.encodingmask", FT_UINT8, BASE_HEX, VALS(g_nodeidmasks), 0x0, NULL, HFILL}}, - {&hf_opcua_app_nsid, {"NodeId EncodingMask", "opcua.servicenodeid.nsid", FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL}}, + {&hf_opcua_app_nsid, {"NodeId Namespace Index", "opcua.servicenodeid.nsid", FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL}}, {&hf_opcua_app_numeric, {"NodeId Identifier Numeric", "opcua.servicenodeid.numeric", FT_UINT32, BASE_DEC, VALS(g_requesttypes), 0x0, NULL, HFILL}} }; -- cgit v1.2.1