aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-02-25 18:05:10 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-25 21:10:03 +0000
commit6580e3f19f66b1d8873944a434041c3f843538a6 (patch)
tree7fc89210ec4b384d7356706b821e34748e3c779d
parentd7e1970cbeb1107b058adbd3bdafcbea5013c89b (diff)
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 <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-isup.c2
1 files changed, 1 insertions, 1 deletions
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)"},