aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sgsap.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2010-12-27 16:38:03 +0000
committerStephen Fisher <steve@stephen-fisher.com>2010-12-27 16:38:03 +0000
commit4c0447c8ccaac095857f6b8e5f0aa0a18b7874ef (patch)
tree2b2ed25e5c84708115d37583e3c7a1e7151a3be6 /epan/dissectors/packet-sgsap.c
parenta95df8ac8cdd25e826350890cda43a8a5f2c4f01 (diff)
Fix build by #if 0 out unused de_sgsap_tmsi() function.
svn path=/trunk/; revision=35274
Diffstat (limited to 'epan/dissectors/packet-sgsap.c')
-rw-r--r--epan/dissectors/packet-sgsap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sgsap.c b/epan/dissectors/packet-sgsap.c
index 69faec5eec..cfceca3e61 100644
--- a/epan/dissectors/packet-sgsap.c
+++ b/epan/dissectors/packet-sgsap.c
@@ -383,6 +383,7 @@ de_sgsap_sgs_cause(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U
* 9.4.20 TMSI
* See subclause 18.4.23 in 3GPP TS 29.018 [16].
*/
+#if 0
static guint16
de_sgsap_tmsi(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
{
@@ -395,6 +396,8 @@ de_sgsap_tmsi(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gc
return(curr_offset - offset);
}
+#endif /* 0 */
+
/*
* 9.4.21 TMSI status
*