aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.c
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-04 09:02:26 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-04 09:02:26 +0000
commit4b7de140fe008fbc3d5d30b27da1ff67a601119d (patch)
treef70cf9e4906697e40889d9fab0fca5f4af7ab7f6 /epan/dissectors/packet-h235.c
parent88501bd7f23a6edebc1b785d525a95e3ae3f5595 (diff)
get rid of warning message
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18653 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h235.c')
-rw-r--r--epan/dissectors/packet-h235.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h235.c b/epan/dissectors/packet-h235.c
index a80f42b189..9adde12f83 100644
--- a/epan/dissectors/packet-h235.c
+++ b/epan/dissectors/packet-h235.c
@@ -210,7 +210,7 @@ static gint ett_h235_FecOrder = -1;
/*--- End of included file: packet-h235-ett.c ---*/
#line 52 "packet-h235-template.c"
-static guint32
+static int
dissect_xxx_ToBeSigned(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_) {
PER_NOT_DECODED_YET("ToBeSigned");
return offset;