aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2021-05-28 11:43:23 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-05-28 12:19:15 +0000
commite1e2aaf91a3d7d8e32d26fd50c9d59630aac292d (patch)
tree35e2d2be3ebbb9b6ae4595a6d48d008611c8fd23 /epan/dissectors/packet-gsm_a_common.c
parent1dba58789d7fbf6952d631774c94f63e2179d4d1 (diff)
Geographical description, correct the bitmask.
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.c')
-rw-r--r--epan/dissectors/packet-gsm_a_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.c b/epan/dissectors/packet-gsm_a_common.c
index af7b270ed6..6602aa1097 100644
--- a/epan/dissectors/packet-gsm_a_common.c
+++ b/epan/dissectors/packet-gsm_a_common.c
@@ -4738,12 +4738,12 @@ proto_register_gsm_a_common(void)
},
{ &hf_gsm_a_geo_loc_high_acc_uncertainty_semi_major,
{ "High accuracy uncertainty semi-major", "gsm_a.gad.high_acc_uncertainty_semi_major",
- FT_UINT8, BASE_DEC, NULL, 0x7f,
+ FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_gsm_a_geo_loc_high_acc_uncertainty_semi_minor,
{ "High accuracy uncertainty semi-minor", "gsm_a.gad.high_acc_uncertainty_semi_minor",
- FT_UINT8, BASE_DEC, NULL, 0x7f,
+ FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_gsm_a_geo_loc_high_acc_alt,