aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-05-31 01:29:16 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-05-31 01:29:16 +0000
commit4c21e608ca97a98e3acbb1695b33a0f72225f2e4 (patch)
treec6d31ade4301bb7e692bbf326449518709ffcf86 /epan/dissectors/packet-gtp.c
parentb7e74ea0d7c65577b57356da916ebed1bb341c0e (diff)
Wrap newly added (svn rev 22007) but unused "Required MBMS bearer
capabilities 7.7.76" function called decode_gtp_mbms_bearer_cap in an #if 0 block to get the Unix buildbots going again. Left code intact on the asumption that it is about to be used since it was recently added. svn path=/trunk/; revision=22014
Diffstat (limited to 'epan/dissectors/packet-gtp.c')
-rw-r--r--epan/dissectors/packet-gtp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c
index ddaf3a5532..0eb509df38 100644
--- a/epan/dissectors/packet-gtp.c
+++ b/epan/dissectors/packet-gtp.c
@@ -5419,6 +5419,8 @@ decode_gtp_bssgp_cause(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_
return 3 + length;
}
+
+#if 0
/*
* Required MBMS bearer capabilities 7.7.76
*/
@@ -5441,6 +5443,7 @@ decode_gtp_mbms_bearer_cap(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, pr
*/
/* TODO Add decoding (call Diameter dissector???)*/
}
+#endif /* 0 */
/*
* RIM Routing Address Discriminator 7.7.77