aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dap.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-dap.c
parent0d46cdae53f3295fa708139911af9a62202865ec (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53877
Diffstat (limited to 'epan/dissectors/packet-dap.c')
-rw-r--r--epan/dissectors/packet-dap.c21
1 files changed, 12 insertions, 9 deletions
diff --git a/epan/dissectors/packet-dap.c b/epan/dissectors/packet-dap.c
index bcdb538587..fc7df72437 100644
--- a/epan/dissectors/packet-dap.c
+++ b/epan/dissectors/packet-dap.c
@@ -60,6 +60,9 @@
#define PSNAME "DAP"
#define PFNAME "dap"
+void proto_register_dap(void);
+void proto_reg_handoff_dap(void);
+
static guint global_dap_tcp_port = 102;
static dissector_handle_t tpkt_handle;
static void prefs_register_dap(void); /* forward declaration for use in preferences registration */
@@ -479,7 +482,7 @@ static int hf_dap_SearchControlOptions_separateFamilyMembers = -1;
static int hf_dap_SearchControlOptions_searchFamily = -1;
/*--- End of included file: packet-dap-hf.c ---*/
-#line 65 "../../asn1/dap/packet-dap-template.c"
+#line 68 "../../asn1/dap/packet-dap-template.c"
/* Initialize the subtree pointers */
static gint ett_dap = -1;
@@ -658,7 +661,7 @@ static gint ett_dap_UpdateError = -1;
static gint ett_dap_T_signedUpdateError = -1;
/*--- End of included file: packet-dap-ett.c ---*/
-#line 69 "../../asn1/dap/packet-dap-template.c"
+#line 72 "../../asn1/dap/packet-dap-template.c"
/*--- Included file: packet-dap-val.h ---*/
@@ -683,7 +686,7 @@ static gint ett_dap_T_signedUpdateError = -1;
#define id_errcode_dsaReferral 9
/*--- End of included file: packet-dap-val.h ---*/
-#line 71 "../../asn1/dap/packet-dap-template.c"
+#line 74 "../../asn1/dap/packet-dap-template.c"
/*--- Included file: packet-dap-table.c ---*/
@@ -721,7 +724,7 @@ static const value_string dap_err_code_string_vals[] = {
/*--- End of included file: packet-dap-table.c ---*/
-#line 73 "../../asn1/dap/packet-dap-template.c"
+#line 76 "../../asn1/dap/packet-dap-template.c"
/*--- Included file: packet-dap-fn.c ---*/
@@ -4776,7 +4779,7 @@ static int dissect_UpdateError_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
/*--- End of included file: packet-dap-fn.c ---*/
-#line 75 "../../asn1/dap/packet-dap-template.c"
+#line 78 "../../asn1/dap/packet-dap-template.c"
/*--- Included file: packet-dap-table11.c ---*/
@@ -4808,7 +4811,7 @@ static const ros_opr_t dap_opr_tab[] = {
/*--- End of included file: packet-dap-table11.c ---*/
-#line 77 "../../asn1/dap/packet-dap-template.c"
+#line 80 "../../asn1/dap/packet-dap-template.c"
/*--- Included file: packet-dap-table21.c ---*/
#line 1 "../../asn1/dap/packet-dap-table21.c"
@@ -4837,7 +4840,7 @@ static const ros_err_t dap_err_tab[] = {
/*--- End of included file: packet-dap-table21.c ---*/
-#line 78 "../../asn1/dap/packet-dap-template.c"
+#line 81 "../../asn1/dap/packet-dap-template.c"
static const ros_info_t dap_ros_info = {
"DAP",
@@ -6477,7 +6480,7 @@ void proto_register_dap(void) {
NULL, HFILL }},
/*--- End of included file: packet-dap-hfarr.c ---*/
-#line 97 "../../asn1/dap/packet-dap-template.c"
+#line 100 "../../asn1/dap/packet-dap-template.c"
};
/* List of subtrees */
@@ -6658,7 +6661,7 @@ void proto_register_dap(void) {
&ett_dap_T_signedUpdateError,
/*--- End of included file: packet-dap-ettarr.c ---*/
-#line 103 "../../asn1/dap/packet-dap-template.c"
+#line 106 "../../asn1/dap/packet-dap-template.c"
};
module_t *dap_module;