aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-12-30 16:07:39 +0100
committerPascal Quantin <pascal@wireshark.org>2019-12-30 15:37:14 +0000
commitcff06caa1ec517fefe7a8b82c34e57047fb289c1 (patch)
treec9f1b78be41833a650eac767e2baf582f3b64551 /epan/dissectors
parent12550ef794927e2ddb4a196573958255131acee7 (diff)
GSM A RR: Fix typos in PS IR field
Change-Id: I521633fe2533983e403eb694b544c377d4b3ae9f Reviewed-on: https://code.wireshark.org/review/35597 Reviewed-by: Vadim Yanitskiy <axilirator@gmail.com> Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-gsm_a_rr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_rr.c b/epan/dissectors/packet-gsm_a_rr.c
index 0ec040a79f..3251f19a6c 100644
--- a/epan/dissectors/packet-gsm_a_rr.c
+++ b/epan/dissectors/packet-gsm_a_rr.c
@@ -14085,7 +14085,7 @@ proto_register_gsm_a_rr(void)
NULL, HFILL }
},
{ &hf_gsm_a_rr_feat_ind_ps_ir,
- { "pS IR","gsm_a.rr.feature_indicator.cs_ir",
+ { "PS IR","gsm_a.rr.feature_indicator.ps_ir",
FT_BOOLEAN, BASE_NONE, TFS(&gsm_a_rr_feat_ind_ps_ir), 0x00,
NULL, HFILL }
},