aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h323.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-08 22:02:12 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-08 22:02:12 +0000
commit4124b7aa170001bcb0df4b8605a9a6b1682e5b5f (patch)
treead499e4e97ada84295a364f0fd96eee524da9392 /epan/dissectors/packet-h323.c
parent23c9eb270fc7aeb82f7bc171b58e8038031ce4be (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53872
Diffstat (limited to 'epan/dissectors/packet-h323.c')
-rw-r--r--epan/dissectors/packet-h323.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/epan/dissectors/packet-h323.c b/epan/dissectors/packet-h323.c
index 0e123c20a1..42dc9da732 100644
--- a/epan/dissectors/packet-h323.c
+++ b/epan/dissectors/packet-h323.c
@@ -47,6 +47,8 @@
#define PSNAME "H.323"
#define PFNAME "h323"
+void proto_register_h323(void);
+void proto_reg_handoff_h323(void);
/* Generic Extensible Framework */
gef_ctx_t* gef_ctx_alloc(gef_ctx_t *parent, const gchar *type) {
@@ -129,7 +131,7 @@ static int hf_h323_timeToLive = -1; /* TimeToLive */
static int hf_h323_includeFastStart = -1; /* NULL */
/*--- End of included file: packet-h323-hf.c ---*/
-#line 92 "../../asn1/h323/packet-h323-template.c"
+#line 94 "../../asn1/h323/packet-h323-template.c"
/* Initialize the subtree pointers */
@@ -150,7 +152,7 @@ static gint ett_h323_T_fastStart = -1;
static gint ett_h323_StatusInquiry_RD = -1;
/*--- End of included file: packet-h323-ett.c ---*/
-#line 95 "../../asn1/h323/packet-h323-template.c"
+#line 97 "../../asn1/h323/packet-h323-template.c"
/*--- Included file: packet-h323-fn.c ---*/
@@ -441,7 +443,7 @@ static int dissect_RobustnessData_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-h323-fn.c ---*/
-#line 97 "../../asn1/h323/packet-h323-template.c"
+#line 99 "../../asn1/h323/packet-h323-template.c"
/*--- proto_register_h323 ----------------------------------------------*/
void proto_register_h323(void) {
@@ -565,7 +567,7 @@ void proto_register_h323(void) {
NULL, HFILL }},
/*--- End of included file: packet-h323-hfarr.c ---*/
-#line 104 "../../asn1/h323/packet-h323-template.c"
+#line 106 "../../asn1/h323/packet-h323-template.c"
};
/* List of subtrees */
@@ -588,7 +590,7 @@ void proto_register_h323(void) {
&ett_h323_StatusInquiry_RD,
/*--- End of included file: packet-h323-ettarr.c ---*/
-#line 109 "../../asn1/h323/packet-h323-template.c"
+#line 111 "../../asn1/h323/packet-h323-template.c"
};
/* Register protocol */