From 6580e3f19f66b1d8873944a434041c3f843538a6 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sun, 25 Feb 2018 18:05:10 +0100 Subject: isup fix duplicate entry Field 'Mandatory Parameter' (isup.parameter_type) has a conflicting entry in its value_string: 168 is at indices 133 (IEPS call information) and 134 (VED information)) Field 'Upgraded parameter' (isup.upgraded_parameter) has a conflicting entry in its value_string: 168 is at indices 133 (IEPS call information) and 134 (VED information)) Change-Id: I8bf3421ed21e50e4b607ac70faa568112e7c46ae Reviewed-on: https://code.wireshark.org/review/26100 Reviewed-by: Anders Broman --- epan/dissectors/packet-isup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c index ac4bc792c9..ba1b1ca48e 100644 --- a/epan/dissectors/packet-isup.c +++ b/epan/dissectors/packet-isup.c @@ -1255,7 +1255,7 @@ const value_string isup_parameter_type_value[] = { /* 142 */ { 142, "Forward CAT indicators"}, /* Q.763 Amendment 6(10/2009) */ /* 143 */ { 143, "Backward CAT indicators"}, /* Q.763 Amendment 6(10/2009) */ /* 150 */ { 150, "Automatic re-routing" }, /* Q.763 Amendment 3(04/2004) */ -/* 166 */ { 168, "IEPS call information" }, /* Q.763 Amendment 4(01/2006) */ +/* 166 */ { 166, "IEPS call information" }, /* Q.763 Amendment 4(01/2006) */ /* 168 */ { 168, "VED information" }, /* Q.763 Amendment 5(09/2006) */ /* 192 */ { PARAM_TYPE_GENERIC_NR, "Generic number"}, /* 193 */ { PARAM_TYPE_GENERIC_DIGITS, "Generic digits (national use)"}, -- cgit v1.2.3