aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-08-08 13:08:57 +0200
committerMichael Mann <mmann78@netscape.net>2015-08-08 14:09:38 +0000
commitb703f479bceabb4223cb380a9000512522f8cdbe (patch)
tree5e6e9c97ba3dcdbd413c3397affd4758899ead28
parent5cf66db577e96485d8eff0ceb870b46f95a78b6c (diff)
GTPv2: fix indent (use 4 spaces)
Change-Id: I7836360ae4fe67098776911a496ecc969d3e093d Reviewed-on: https://code.wireshark.org/review/9921 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-gtpv2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index 070e41938c..f716b991d6 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -866,9 +866,9 @@ static const value_string gtpv2_element_type_vals[] = {
{ 1, "International Mobile Subscriber Identity (IMSI)"}, /* Variable Length / 8.3 */
{ 2, "Cause"}, /* Variable Length / 8.4 */
{ 3, "Recovery (Restart Counter)"}, /* Variable Length / 8.5 */
- /* 4-34 Reserved for S101 interface Extendable / See 3GPP TS 29.276 [14] */
- /* 4-34 Reserved for S101 interface Extendable / See 3GPP TS 29.276 [14] */
- /* 35-50 / See 3GPP TS 29.276 */
+ /* 4-34 Reserved for S101 interface Extendable / See 3GPP TS 29.276 [14] */
+ /* 4-34 Reserved for S101 interface Extendable / See 3GPP TS 29.276 [14] */
+ /* 35-50 / See 3GPP TS 29.276 */
/*Start SRVCC Messages ETSI TS 129 280 V10.1.0 (2011-06) 6.1*/
{ 51, "STN-SR"}, /* Variable Length / 6.2 */
{ 52, "Source to Target Transparent Container"}, /* Variable Length / 6.3 */