aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-06-08 12:23:34 +0200
committerAnders Broman <a.broman58@gmail.com>2015-06-08 11:14:49 +0000
commit79483782604a20bc9a3278bdf8e5caa9abfcc085 (patch)
tree852993d8081fc49cd6ef68e9af4f76a5d4507428 /epan/dissectors/packet-gtpv2.c
parent049fc494d0eb0597715553bc74cc60b901484332 (diff)
GTPv2: fix indent (use 4 spaces)
Change-Id: I9f20a5797ec0f8f3ae67b1be67d342b256da03ae Reviewed-on: https://code.wireshark.org/review/8836 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gtpv2.c')
-rw-r--r--epan/dissectors/packet-gtpv2.c42
1 files changed, 21 insertions, 21 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index 349f8c95bb..08e312b4b6 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -5052,13 +5052,13 @@ dissect_gtpv2_mbms_time_to_data_xfer(tvbuff_t *tvb, packet_info *pinfo _U_, prot
}
static const value_string gtpv2_throttling_delay_unit_vals[] = {
- { 0, "value is incremented in multiples of 2 seconds" },
- { 1, "value is incremented in multiples of 1 minute" },
- { 2, "value is incremented in multiples of 10 minutes" },
- { 3, "value is incremented in multiples of 1 hour" },
- { 4, "value is incremented in multiples of 10 hour" },
- { 7, "value indicates that the timer is deactivated" },
- { 0, NULL }
+ { 0, "value is incremented in multiples of 2 seconds" },
+ { 1, "value is incremented in multiples of 1 minute" },
+ { 2, "value is incremented in multiples of 10 minutes" },
+ { 3, "value is incremented in multiples of 1 hour" },
+ { 4, "value is incremented in multiples of 10 hour" },
+ { 7, "value indicates that the timer is deactivated" },
+ { 0, NULL }
};
/* 8.85 Throttling */
@@ -7243,12 +7243,12 @@ void proto_register_gtpv2(void)
{&hf_gtpv2_uci_csg_id,
{"CSG ID", "gtpv2.cui_csg_id",
FT_UINT32, BASE_DEC, NULL, 0x07FFFFFF,
- NULL, HFILL}
+ NULL, HFILL}
},
{&hf_gtpv2_uci_csg_id_spare,
{"Spare", "gtpv2.cui_csg_id_spare",
FT_UINT8, BASE_DEC, NULL, 0xF8,
- NULL, HFILL}
+ NULL, HFILL}
},
{ &hf_gtpv2_uci_csg_membership,
{ "CSG Membership Indication", "gtpv2.uci_csg_membership",
@@ -7692,17 +7692,17 @@ void proto_register_gtpv2(void)
FT_UINT8, BASE_DEC|BASE_EXT_STRING, &gtpv2_action_indication_vals_ext, 0x07,
NULL , HFILL}
},
- { &hf_gtpv2_uli_timestamp,
- { "ULI Timestamp", "gtpv2.uli_timestamp",
- FT_STRING, BASE_NONE, NULL, 0,
- NULL, HFILL }
- },
- { &hf_gtpv2_abs_time_mbms_data,
- { "Absolute Time of MBMS Data Transfer", "gtpv2.abs_time_mbms_data",
- FT_STRING, BASE_NONE, NULL, 0,
- NULL, HFILL }
- },
- { &hf_gtpv2_mbms_session_duration_days,
+ { &hf_gtpv2_uli_timestamp,
+ { "ULI Timestamp", "gtpv2.uli_timestamp",
+ FT_STRING, BASE_NONE, NULL, 0,
+ NULL, HFILL }
+ },
+ { &hf_gtpv2_abs_time_mbms_data,
+ { "Absolute Time of MBMS Data Transfer", "gtpv2.abs_time_mbms_data",
+ FT_STRING, BASE_NONE, NULL, 0,
+ NULL, HFILL }
+ },
+ { &hf_gtpv2_mbms_session_duration_days,
{"MBMS Session Duration (days)", "gtpv2.mbms_session_duration_days",
FT_UINT24, BASE_DEC, NULL, 0x00007F,
NULL, HFILL}
@@ -7762,7 +7762,7 @@ void proto_register_gtpv2(void)
FT_UINT8, BASE_DEC, NULL, 0x1f,
NULL, HFILL}
},
- { &hf_gtpv2_throttling_delay_value,
+ { &hf_gtpv2_throttling_delay_value,
{"Throttling Delay value", "gtpv2.throttling_delay_value",
FT_UINT8, BASE_DEC, NULL, 0x1f,
NULL, HFILL }