GSM A GM: use same spelling as the 3GPP specification
authorPascal Quantin <pascal.quantin@gmail.com>
Fri, 23 Dec 2016 08:34:42 +0000 (09:34 +0100)
committerPascal Quantin <pascal.quantin@gmail.com>
Fri, 23 Dec 2016 08:47:27 +0000 (08:47 +0000)
Change-Id: I706b64bb3875a15d8be0e486a03784e19ab5af23
Reviewed-on: https://code.wireshark.org/review/19392
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
epan/dissectors/packet-gsm_a_gm.c

index fe10dc3f3eb9d7a0d8da2097e95ba0dc66ab6a9b..8c64041afe5f8f3b0d6e3e2e27107054fd50eed0 100644 (file)
@@ -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" },