aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_dtap.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-06-10 21:59:31 -0400
committerBill Meier <wmeier@newsguy.com>2015-06-11 02:15:35 +0000
commit4c3677ef3b640ad78d6e4c5d3c0a0268d5a2c8ea (patch)
tree21bf6425b4b331b659fea9f1c72888e362dde4a2 /epan/dissectors/packet-gsm_a_dtap.c
parentdcf69bb2717f50948a19655898ba1495486c0c0e (diff)
Replace tabs in files with editor modeline "expandtab"
Change-Id: I4667fd4091c510a4c798f79dae333a07dc42dad6 Reviewed-on: https://code.wireshark.org/review/8880 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-gsm_a_dtap.c')
-rw-r--r--epan/dissectors/packet-gsm_a_dtap.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/epan/dissectors/packet-gsm_a_dtap.c b/epan/dissectors/packet-gsm_a_dtap.c
index 2fa89d0a26..7256c5fc90 100644
--- a/epan/dissectors/packet-gsm_a_dtap.c
+++ b/epan/dissectors/packet-gsm_a_dtap.c
@@ -144,16 +144,16 @@ const value_string gsm_a_dtap_msg_gcc_strings[] = {
};
const value_string gsm_a_dtap_msg_bcc_strings[] = {
- { 0x31, "Immediate Setup" },
- { 0x32, "Setup" },
- { 0x33, "Connect" },
- { 0x34, "Termination" },
- { 0x35, "Termination Request" },
- { 0x36, "Termination Reject" },
- { 0x38, "Status" },
- { 0x39, "Get Status" },
- { 0x3A, "Set Parameter" },
- { 0x3B, "Immediate Setup 2" },
+ { 0x31, "Immediate Setup" },
+ { 0x32, "Setup" },
+ { 0x33, "Connect" },
+ { 0x34, "Termination" },
+ { 0x35, "Termination Request" },
+ { 0x36, "Termination Reject" },
+ { 0x38, "Status" },
+ { 0x39, "Get Status" },
+ { 0x3A, "Set Parameter" },
+ { 0x3B, "Immediate Setup 2" },
{ 0, NULL }
};
@@ -453,7 +453,7 @@ static const true_false_string tfs_acceptable_not_acceptable = { "Acceptable", "
#define DTAP_MM_IEI_MASK 0x3f
#define DTAP_GCC_IEI_MASK 0x3f
-#define DTAP_BCC_IEI_MASK 0x3f
+#define DTAP_BCC_IEI_MASK 0x3f
#define DTAP_CC_IEI_MASK 0x3f
#define DTAP_SMS_IEI_MASK 0xff
#define DTAP_SS_IEI_MASK 0x3f