summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-rtse.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-08 16:40:49 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-08 16:40:49 +0000
commit8983ae005a175f04f34bd37d4e7447d583d8256c (patch)
tree380c6034536b1d967c93e96b394c8cfb232ce62d /epan/dissectors/packet-rtse.c
parentc9884f573a530de0127754d307bcb463c4f01dad (diff)
downloadwireshark-8983ae005a175f04f34bd37d4e7447d583d8256c.tar.gz
- Forward declaration of register functions.
svn path=/trunk/; revision=53861
Diffstat (limited to 'epan/dissectors/packet-rtse.c')
-rw-r--r--epan/dissectors/packet-rtse.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/epan/dissectors/packet-rtse.c b/epan/dissectors/packet-rtse.c
index bebc552832..7e2607b816 100644
--- a/epan/dissectors/packet-rtse.c
+++ b/epan/dissectors/packet-rtse.c
@@ -51,6 +51,9 @@
#define PSNAME "RTSE"
#define PFNAME "rtse"
+void proto_register_rtse(void);
+void proto_reg_handoff_rtse(void);
+
/* Initialize the protocol and registered fields */
static int proto_rtse = -1;
@@ -91,7 +94,7 @@ static int hf_rtse_t61String = -1; /* T_t61String */
static int hf_rtse_octetString = -1; /* T_octetString */
/*--- End of included file: packet-rtse-hf.c ---*/
-#line 58 "../../asn1/rtse/packet-rtse-template.c"
+#line 61 "../../asn1/rtse/packet-rtse-template.c"
/* Initialize the subtree pointers */
static gint ett_rtse = -1;
@@ -108,7 +111,7 @@ static gint ett_rtse_SessionConnectionIdentifier = -1;
static gint ett_rtse_CallingSSuserReference = -1;
/*--- End of included file: packet-rtse-ett.c ---*/
-#line 62 "../../asn1/rtse/packet-rtse-template.c"
+#line 65 "../../asn1/rtse/packet-rtse-template.c"
static expert_field ei_rtse_dissector_oid_not_implemented = EI_INIT;
static expert_field ei_rtse_unknown_rtse_pdu = EI_INIT;
@@ -736,7 +739,7 @@ dissect_rtse_RTSE_apdus(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset
/*--- End of included file: packet-rtse-fn.c ---*/
-#line 184 "../../asn1/rtse/packet-rtse-template.c"
+#line 187 "../../asn1/rtse/packet-rtse-template.c"
/*
* Dissect RTSE PDUs inside a PPDU.
@@ -1007,7 +1010,7 @@ void proto_register_rtse(void) {
NULL, HFILL }},
/*--- End of included file: packet-rtse-hfarr.c ---*/
-#line 354 "../../asn1/rtse/packet-rtse-template.c"
+#line 357 "../../asn1/rtse/packet-rtse-template.c"
};
/* List of subtrees */
@@ -1029,7 +1032,7 @@ void proto_register_rtse(void) {
&ett_rtse_CallingSSuserReference,
/*--- End of included file: packet-rtse-ettarr.c ---*/
-#line 363 "../../asn1/rtse/packet-rtse-template.c"
+#line 366 "../../asn1/rtse/packet-rtse-template.c"
};
static ei_register_info ei[] = {