aboutsummaryrefslogtreecommitdiffstats
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
parent88501bd7f23a6edebc1b785d525a95e3ae3f5595 (diff)
get rid of warning message
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18653 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--asn1/h235/packet-h235-template.c2
-rw-r--r--epan/dissectors/packet-h235.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h235/packet-h235-template.c b/asn1/h235/packet-h235-template.c
index 7c966b9394..690d1d26f6 100644
--- a/asn1/h235/packet-h235-template.c
+++ b/asn1/h235/packet-h235-template.c
@@ -50,7 +50,7 @@ int proto_h235 = -1;
/* Initialize the subtree pointers */
#include "packet-h235-ett.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;
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;