aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-09 06:50:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-09 06:50:09 +0000
commitb693f74b891484ca335c52136224df2c532c2521 (patch)
tree15135d0e3e3c64ba069830ef72e319fd0762c3f9 /epan/dissectors/packet-h245.c
parent0d46cdae53f3295fa708139911af9a62202865ec (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53877
Diffstat (limited to 'epan/dissectors/packet-h245.c')
-rw-r--r--epan/dissectors/packet-h245.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/epan/dissectors/packet-h245.c b/epan/dissectors/packet-h245.c
index 8eacd7a752..4710c1c575 100644
--- a/epan/dissectors/packet-h245.c
+++ b/epan/dissectors/packet-h245.c
@@ -68,6 +68,8 @@
#define PSNAME "H.245"
#define PFNAME "h245"
+void proto_register_h245(void);
+void proto_reg_handoff_h245(void);
static dissector_handle_t rtcp_handle=NULL;
static dissector_table_t nsp_object_dissector_table;
@@ -214,7 +216,7 @@ typedef enum _IndicationMessage_enum {
} IndicationMessage_enum;
/*--- End of included file: packet-h245-val.h ---*/
-#line 87 "../../asn1/h245/packet-h245-template.c"
+#line 89 "../../asn1/h245/packet-h245-template.c"
static const value_string h245_RequestMessage_short_vals[] = {
{ RequestMessage_nonStandard , "NSM" },
@@ -1925,7 +1927,7 @@ static int hf_h245_encrypted = -1; /* OCTET_STRING */
static int hf_h245_encryptedAlphanumeric = -1; /* EncryptedAlphanumeric */
/*--- End of included file: packet-h245-hf.c ---*/
-#line 391 "../../asn1/h245/packet-h245-template.c"
+#line 393 "../../asn1/h245/packet-h245-template.c"
/* Initialize the subtree pointers */
static int ett_h245 = -1;
@@ -2426,7 +2428,7 @@ static gint ett_h245_FlowControlIndication = -1;
static gint ett_h245_MobileMultilinkReconfigurationIndication = -1;
/*--- End of included file: packet-h245-ett.c ---*/
-#line 396 "../../asn1/h245/packet-h245-template.c"
+#line 398 "../../asn1/h245/packet-h245-template.c"
/* Forward declarations */
static int dissect_h245_MultimediaSystemControlMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
@@ -14493,7 +14495,7 @@ static void dissect_OpenLogicalChannel_PDU(tvbuff_t *tvb _U_, packet_info *pinfo
/*--- End of included file: packet-h245-fn.c ---*/
-#line 405 "../../asn1/h245/packet-h245-template.c"
+#line 407 "../../asn1/h245/packet-h245-template.c"
static void
dissect_h245(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
@@ -20187,7 +20189,7 @@ void proto_register_h245(void) {
NULL, HFILL }},
/*--- End of included file: packet-h245-hfarr.c ---*/
-#line 486 "../../asn1/h245/packet-h245-template.c"
+#line 488 "../../asn1/h245/packet-h245-template.c"
};
/* List of subtrees */
@@ -20690,7 +20692,7 @@ void proto_register_h245(void) {
&ett_h245_MobileMultilinkReconfigurationIndication,
/*--- End of included file: packet-h245-ettarr.c ---*/
-#line 493 "../../asn1/h245/packet-h245-template.c"
+#line 495 "../../asn1/h245/packet-h245-template.c"
};
module_t *h245_module;