aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/lcsap
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-04-27 17:15:56 +0200
committerMichael Mann <mmann78@netscape.net>2017-04-27 15:38:29 +0000
commitf7fdc06fa0b59b9860cb9b294778262cb6a205e3 (patch)
tree47d52fd6e5f71f47f7077e1a5b166b9c31cd4f68 /epan/dissectors/asn1/lcsap
parent3e038cba156329feebbe6732340c2b1cea0b487a (diff)
lcsap fix conflicting entry in its value_string
Field 'Positioning Method' (lcsap.pos_method) has a conflicting entry in its value_string: 15 is at indices 15 (Reserved for other location technologies) and 31 (Reserved for network specific positioning methods)) Change-Id: If0db3d7466924da82e1307717b79dd3e4c2bdf6e Reviewed-on: https://code.wireshark.org/review/21382 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/asn1/lcsap')
-rw-r--r--epan/dissectors/asn1/lcsap/packet-lcsap-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/lcsap/packet-lcsap-template.c b/epan/dissectors/asn1/lcsap/packet-lcsap-template.c
index 0e165064c8..f508276284 100644
--- a/epan/dissectors/asn1/lcsap/packet-lcsap-template.c
+++ b/epan/dissectors/asn1/lcsap/packet-lcsap-template.c
@@ -138,10 +138,10 @@ static const value_string lcsap_pos_method_vals[] = {
{ 0x19, "Reserved for network specific positioning methods" },
{ 0x1a, "Reserved for network specific positioning methods" },
{ 0x1b, "Reserved for network specific positioning methods" },
- { 0x1c, "RReserved for network specific positioning methods" },
+ { 0x1c, "Reserved for network specific positioning methods" },
{ 0x1d, "Reserved for network specific positioning methods" },
{ 0x1e, "Reserved for network specific positioning methods" },
- { 0x0f, "Reserved for network specific positioning methods" },
+ { 0x1f, "Reserved for network specific positioning methods" },
{ 0, NULL }
};