aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-09-04 23:20:52 +0000
committerGuy Harris <guy@alum.mit.edu>2006-09-04 23:20:52 +0000
commitee7166aff1c2c7cd809b05f5119a904a0b978476 (patch)
tree6ae91b57a8fa8619959ef58f5fa39bfae1d11141 /asn1/h248
parent6b70649f74e0aeb7f37b8da95f544fc921fdb509 (diff)
Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they're
used. svn path=/trunk/; revision=19141
Diffstat (limited to 'asn1/h248')
-rw-r--r--asn1/h248/packet-h248-template.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/asn1/h248/packet-h248-template.c b/asn1/h248/packet-h248-template.c
index 5297da7daa..1dfd6c5396 100644
--- a/asn1/h248/packet-h248-template.c
+++ b/asn1/h248/packet-h248-template.c
@@ -1287,10 +1287,16 @@ dissect_h248_PropertyID(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet
static guint16 annex_e_parameter_id;
static int
+dissect_h248_Name(gboolean, tvbuff_t *, int, packet_info *, proto_tree *, int);
+
+static int
+dissect_h248_Value(gboolean, tvbuff_t *, int, packet_info *, proto_tree *, int);
+
+static int
dissect_h248_EventOrSigParameterName(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index _U_) {
guint16 name_major;
- tvbuff_t *new_tvb;
+ tvbuff_t *new_tvb;
name_major = packageandid >> 16;