From c1e1f62cb811ad2e7fa68bbe0d337bd305eb79f4 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Fri, 23 Dec 2016 09:34:42 +0100 Subject: GSM A GM: use same spelling as the 3GPP specification Change-Id: I706b64bb3875a15d8be0e486a03784e19ab5af23 Reviewed-on: https://code.wireshark.org/review/19392 Reviewed-by: Pascal Quantin --- epan/dissectors/packet-gsm_a_gm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-gsm_a_gm.c') diff --git a/epan/dissectors/packet-gsm_a_gm.c b/epan/dissectors/packet-gsm_a_gm.c index fe10dc3f3e..8c64041afe 100644 --- a/epan/dissectors/packet-gsm_a_gm.c +++ b/epan/dissectors/packet-gsm_a_gm.c @@ -4232,7 +4232,7 @@ de_sm_nsapi(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 off */ static const range_string gsm_a_sm_pco_ms2net_prot_vals[] = { { 0x0001, 0x0001, "P-CSCF IPv6 Address Request" }, - { 0x0002, 0x0002, "IM CN Subsystem Signalling Flag" }, + { 0x0002, 0x0002, "IM CN Subsystem Signaling Flag" }, { 0x0003, 0x0003, "DNS Server IPv6 Address Request" }, { 0x0004, 0x0004, "Not Supported" }, { 0x0005, 0x0005, "MS Support of Network Requested Bearer Control indicator" }, @@ -4258,7 +4258,7 @@ static const range_string gsm_a_sm_pco_ms2net_prot_vals[] = { }; static const range_string gsm_a_sm_pco_net2ms_prot_vals[] = { { 0x0001, 0x0001, "P-CSCF IPv6 Address" }, - { 0x0002, 0x0002, "IM CN Subsystem Signalling Flag" }, + { 0x0002, 0x0002, "IM CN Subsystem Signaling Flag" }, { 0x0003, 0x0003, "DNS Server IPv6 Address" }, { 0x0004, 0x0004, "Policy Control rejection code" }, { 0x0005, 0x0005, "Selected Bearer Control Mode" }, -- cgit v1.2.1