summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-gsm_a_gm.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-12-23 09:34:42 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2016-12-23 08:47:27 +0000
commitc1e1f62cb811ad2e7fa68bbe0d337bd305eb79f4 (patch)
tree5c7c00246219fc16f052b048385325875501d43f /epan/dissectors/packet-gsm_a_gm.c
parentb013d5c4d98dfc31d8e43d6cb63cc88ff6222cc7 (diff)
downloadwireshark-c1e1f62cb811ad2e7fa68bbe0d337bd305eb79f4.tar.gz
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 <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gsm_a_gm.c')
-rw-r--r--epan/dissectors/packet-gsm_a_gm.c4
1 files changed, 2 insertions, 2 deletions
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" },