From daf3ae77afb890228220727be85cc9e89f53f601 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 3 May 2017 18:12:15 +0200 Subject: pn dcp (profinet): fix conflicting entry in its value_string Field 'BlockQualifier: ResettoFactory' (pn_dcp.block_qualifier_reset) has a conflicting entry in its value_string: 9 is at indices 7 (Resets all stored data) and 12 (Reserved)) Change-Id: I9d43fc44899d47eaafb50a76511dda69560a75da Reviewed-on: https://code.wireshark.org/review/21512 Reviewed-by: Michael Mann --- plugins/profinet/packet-pn-dcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/profinet/packet-pn-dcp.c b/plugins/profinet/packet-pn-dcp.c index 58b218f754..4fa2b729a4 100644 --- a/plugins/profinet/packet-pn-dcp.c +++ b/plugins/profinet/packet-pn-dcp.c @@ -182,7 +182,7 @@ static const value_string pn_dcp_BlockQualifier[] = { { 0x000B, "Reset engineering parameter" }, { 0x000C, "Reserved" }, { 0x000D, "Reserved" }, - { 0x0009, "Reserved" }, + { 0x000E, "Reserved" }, { 0x0010, "Resets all stored data in the IOD or IOC to its factory values" }, { 0x0011, "Resets all stored data in the IOD or IOC to its factory values" }, { 0x0012, "Reset and restore data" }, -- cgit v1.2.1