aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter_3gpp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-05-22 14:09:10 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-05-22 12:38:22 +0000
commite6b5ae74c96a292526fbf6fea8cdec97e2f777ba (patch)
tree1c5fd886cee88a01563d2bf31cdc0a37ad7238ef /epan/dissectors/packet-diameter_3gpp.c
parenta0fcd0b726e59b60b04b6cd47ea9e87350519346 (diff)
Diameter: fix indent (Use 4 spaces)
Change-Id: Ie82f243af15f6851021d297018005c672a3fb28b Reviewed-on: https://code.wireshark.org/review/8584 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-diameter_3gpp.c')
-rw-r--r--epan/dissectors/packet-diameter_3gpp.c64
1 files changed, 32 insertions, 32 deletions
diff --git a/epan/dissectors/packet-diameter_3gpp.c b/epan/dissectors/packet-diameter_3gpp.c
index 139a3e5f71..958489b85e 100644
--- a/epan/dissectors/packet-diameter_3gpp.c
+++ b/epan/dissectors/packet-diameter_3gpp.c
@@ -495,18 +495,18 @@ dissect_diameter_3gpp_feature_list(tvbuff_t *tvb, packet_info *pinfo _U_, proto_
bit_offset++;
/*offset = bit_offset>>3;*/
- }
- else if (application_id == DIAM_APPID_3GPP_SH) {
- proto_tree_add_bits_item(sub_tree, hf_diameter_3gpp_spare_bits, tvb, bit_offset, 28, ENC_BIG_ENDIAN);
- bit_offset += 28;
- proto_tree_add_bits_item(sub_tree, hf_diameter_3gpp_feature_list1_sh_flags_bit3, tvb, bit_offset, 1, ENC_BIG_ENDIAN);
- bit_offset++;
- proto_tree_add_bits_item(sub_tree, hf_diameter_3gpp_feature_list1_sh_flags_bit2, tvb, bit_offset, 1, ENC_BIG_ENDIAN);
- bit_offset++;
- proto_tree_add_bits_item(sub_tree, hf_diameter_3gpp_feature_list1_sh_flags_bit1, tvb, bit_offset, 1, ENC_BIG_ENDIAN);
- bit_offset++;
- proto_tree_add_bits_item(sub_tree, hf_diameter_3gpp_feature_list1_sh_flags_bit0, tvb, bit_offset, 1, ENC_BIG_ENDIAN);
- bit_offset++;
+ }
+ else if (application_id == DIAM_APPID_3GPP_SH) {
+ proto_tree_add_bits_item(sub_tree, hf_diameter_3gpp_spare_bits, tvb, bit_offset, 28, ENC_BIG_ENDIAN);
+ bit_offset += 28;
+ proto_tree_add_bits_item(sub_tree, hf_diameter_3gpp_feature_list1_sh_flags_bit3, tvb, bit_offset, 1, ENC_BIG_ENDIAN);
+ bit_offset++;
+ proto_tree_add_bits_item(sub_tree, hf_diameter_3gpp_feature_list1_sh_flags_bit2, tvb, bit_offset, 1, ENC_BIG_ENDIAN);
+ bit_offset++;
+ proto_tree_add_bits_item(sub_tree, hf_diameter_3gpp_feature_list1_sh_flags_bit1, tvb, bit_offset, 1, ENC_BIG_ENDIAN);
+ bit_offset++;
+ proto_tree_add_bits_item(sub_tree, hf_diameter_3gpp_feature_list1_sh_flags_bit0, tvb, bit_offset, 1, ENC_BIG_ENDIAN);
+ bit_offset++;
} else if(application_id == DIAM_APPID_3GPP_S6A_S6D) {
if(feature_list_id == 1) {
@@ -1452,26 +1452,26 @@ proto_register_diameter_3gpp(void)
FT_BOOLEAN, BASE_NONE, TFS(&tfs_supported_not_supported), 0x0,
NULL, HFILL }
},
- { &hf_diameter_3gpp_feature_list1_sh_flags_bit0,
- { "Notif-Eff", "diameter.3gpp.feature_list1_sh_flags_bit0",
- FT_BOOLEAN, BASE_NONE, TFS(&tfs_supported_not_supported), 0x0,
- NULL, HFILL }
- },
- { &hf_diameter_3gpp_feature_list1_sh_flags_bit1,
- { "Update-Eff", "diameter.3gpp.feature_list1_sh_flags_bit1",
- FT_BOOLEAN, BASE_NONE, TFS(&tfs_supported_not_supported), 0x0,
- NULL, HFILL }
- },
- { &hf_diameter_3gpp_feature_list1_sh_flags_bit2,
- { "Update-Eff-Enhance", "diameter.3gpp.feature_list1_sh_flags_bit2",
- FT_BOOLEAN, BASE_NONE, TFS(&tfs_supported_not_supported), 0x0,
- NULL, HFILL }
- },
- { &hf_diameter_3gpp_feature_list1_sh_flags_bit3,
- { "Additional-MSISDN", "diameter.3gpp.feature_list1_sh_flags_bit3",
- FT_BOOLEAN, BASE_NONE, TFS(&tfs_supported_not_supported), 0x0,
- NULL, HFILL }
- },
+ { &hf_diameter_3gpp_feature_list1_sh_flags_bit0,
+ { "Notif-Eff", "diameter.3gpp.feature_list1_sh_flags_bit0",
+ FT_BOOLEAN, BASE_NONE, TFS(&tfs_supported_not_supported), 0x0,
+ NULL, HFILL }
+ },
+ { &hf_diameter_3gpp_feature_list1_sh_flags_bit1,
+ { "Update-Eff", "diameter.3gpp.feature_list1_sh_flags_bit1",
+ FT_BOOLEAN, BASE_NONE, TFS(&tfs_supported_not_supported), 0x0,
+ NULL, HFILL }
+ },
+ { &hf_diameter_3gpp_feature_list1_sh_flags_bit2,
+ { "Update-Eff-Enhance", "diameter.3gpp.feature_list1_sh_flags_bit2",
+ FT_BOOLEAN, BASE_NONE, TFS(&tfs_supported_not_supported), 0x0,
+ NULL, HFILL }
+ },
+ { &hf_diameter_3gpp_feature_list1_sh_flags_bit3,
+ { "Additional-MSISDN", "diameter.3gpp.feature_list1_sh_flags_bit3",
+ FT_BOOLEAN, BASE_NONE, TFS(&tfs_supported_not_supported), 0x0,
+ NULL, HFILL }
+ },
{ &hf_diameter_3gpp_feature_list1_s6a_flags_bit0,
{ "Operator Determined Barring of all Packet Oriented Services", "diameter.3gpp.feature_list1_s6a_flags_bit0",
FT_BOOLEAN, BASE_NONE, TFS(&tfs_supported_not_supported), 0x0,