aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dsp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-08 22:11:18 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-08 22:11:18 +0000
commit6e2465b94e7f7777ed2807fd9ccdd070c1e064a0 (patch)
tree84826a28f4b40901193b0032988dfbba54694369 /epan/dissectors/packet-dsp.c
parent4124b7aa170001bcb0df4b8605a9a6b1682e5b5f (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53873
Diffstat (limited to 'epan/dissectors/packet-dsp.c')
-rw-r--r--epan/dissectors/packet-dsp.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/epan/dissectors/packet-dsp.c b/epan/dissectors/packet-dsp.c
index 6f80571473..6a6cd16996 100644
--- a/epan/dissectors/packet-dsp.c
+++ b/epan/dissectors/packet-dsp.c
@@ -55,6 +55,9 @@
#define PSNAME "DSP"
#define PFNAME "dsp"
+void proto_register_dsp(void);
+void proto_reg_handoff_dsp(void);
+
static guint global_dsp_tcp_port = 102;
static dissector_handle_t tpkt_handle;
static void prefs_register_dsp(void); /* forward declaration for use in preferences registration */
@@ -205,7 +208,7 @@ static int hf_dsp_signed = -1; /* BOOLEAN */
static int hf_dsp_other = -1; /* EXTERNAL */
/*--- End of included file: packet-dsp-hf.c ---*/
-#line 59 "../../asn1/dsp/packet-dsp-template.c"
+#line 62 "../../asn1/dsp/packet-dsp-template.c"
/* Initialize the subtree pointers */
static gint ett_dsp = -1;
@@ -285,7 +288,7 @@ static gint ett_dsp_AuthenticationLevel = -1;
static gint ett_dsp_T_basicLevels = -1;
/*--- End of included file: packet-dsp-ett.c ---*/
-#line 63 "../../asn1/dsp/packet-dsp-template.c"
+#line 66 "../../asn1/dsp/packet-dsp-template.c"
/*--- Included file: packet-dsp-fn.c ---*/
@@ -1783,7 +1786,7 @@ static void dissect_DitBridgeKnowledge_PDU(tvbuff_t *tvb _U_, packet_info *pinfo
/*--- End of included file: packet-dsp-fn.c ---*/
-#line 65 "../../asn1/dsp/packet-dsp-template.c"
+#line 68 "../../asn1/dsp/packet-dsp-template.c"
/*
* Dissect X518 PDUs inside a ROS PDUs
@@ -2545,7 +2548,7 @@ void proto_register_dsp(void) {
"EXTERNAL", HFILL }},
/*--- End of included file: packet-dsp-hfarr.c ---*/
-#line 274 "../../asn1/dsp/packet-dsp-template.c"
+#line 277 "../../asn1/dsp/packet-dsp-template.c"
};
/* List of subtrees */
@@ -2627,7 +2630,7 @@ void proto_register_dsp(void) {
&ett_dsp_T_basicLevels,
/*--- End of included file: packet-dsp-ettarr.c ---*/
-#line 280 "../../asn1/dsp/packet-dsp-template.c"
+#line 283 "../../asn1/dsp/packet-dsp-template.c"
};
module_t *dsp_module;
@@ -2668,7 +2671,7 @@ void proto_reg_handoff_dsp(void) {
/*--- End of included file: packet-dsp-dis-tab.c ---*/
-#line 310 "../../asn1/dsp/packet-dsp-template.c"
+#line 313 "../../asn1/dsp/packet-dsp-template.c"
/* APPLICATION CONTEXT */