From 81dc105402698422e7c977ed016adcca78988777 Mon Sep 17 00:00:00 2001 From: Thomas Wiens Date: Fri, 26 Oct 2018 20:34:01 +0200 Subject: [PATCH] s7comm: Remove duplicate entry in event-id list Change-Id: I68af3fec94721580d0c9e6c2cf44e45a32fa5b19 Reviewed-on: https://code.wireshark.org/review/30392 Reviewed-by: Anders Broman --- epan/dissectors/packet-s7comm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/epan/dissectors/packet-s7comm.c b/epan/dissectors/packet-s7comm.c index 93f33ff2b7..d6bdca1acc 100644 --- a/epan/dissectors/packet-s7comm.c +++ b/epan/dissectors/packet-s7comm.c @@ -1895,7 +1895,6 @@ static const value_string cpu_diag_eventid_fix_names[] = { { 0x596D, "The existing network configuration does not mach the system requirements or configuration" }, { 0x5979, "Diagnostic message from DP interface: EXTF LED on" }, { 0x597C, "DP Global Control command failed or moved" }, - { 0x597C, "DP command Global Control failure or moved" }, { 0x59A0, "The interrupt can not be associated in the CPU" }, { 0x59A1, "Configuration error in the integrated technology" }, { 0x59A3, "Error when downloading the integrated technology" },