summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-cdt.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-07-09 11:18:13 +0000
committerJörg Mayer <jmayer@loplof.de>2006-07-09 11:18:13 +0000
commitba62d2e1b3578fcd9f45dfb6ca0c4dd54744ac1b (patch)
tree6c945c157af29890338937a6421d5d8308669fab /epan/dissectors/packet-cdt.c
parentc2e7ac88f29e1e02ea61306044efe6bb4430b697 (diff)
downloadwireshark-ba62d2e1b3578fcd9f45dfb6ca0c4dd54744ac1b.tar.gz
include packet-cdt.h to declare prototypes
svn path=/trunk/; revision=18689
Diffstat (limited to 'epan/dissectors/packet-cdt.c')
-rw-r--r--epan/dissectors/packet-cdt.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/epan/dissectors/packet-cdt.c b/epan/dissectors/packet-cdt.c
index 0bdc0bd4a9..2ec8a60627 100644
--- a/epan/dissectors/packet-cdt.c
+++ b/epan/dissectors/packet-cdt.c
@@ -45,6 +45,8 @@
#include "packet-ber.h"
#include "packet-x411.h"
+#include "packet-cdt.h"
+
#define PNAME "Compressed Data Type"
#define PSNAME "CDT"
#define PFNAME "cdt"
@@ -68,7 +70,7 @@ static int hf_cdt_contentType_OID = -1; /* OBJECT_IDENTIFIER */
static int hf_cdt_compressedContent = -1; /* CompressedContent */
/*--- End of included file: packet-cdt-hf.c ---*/
-#line 50 "packet-cdt-template.c"
+#line 52 "packet-cdt-template.c"
/* Initialize the subtree pointers */
@@ -80,7 +82,7 @@ static gint ett_cdt_CompressedContentInfo = -1;
static gint ett_cdt_T_contentType = -1;
/*--- End of included file: packet-cdt-ett.c ---*/
-#line 53 "packet-cdt-template.c"
+#line 55 "packet-cdt-template.c"
/*--- Included file: packet-cdt-fn.c ---*/
@@ -324,7 +326,7 @@ static void dissect_CompressedData_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_
/*--- End of included file: packet-cdt-fn.c ---*/
-#line 55 "packet-cdt-template.c"
+#line 57 "packet-cdt-template.c"
/*--- proto_register_cdt -------------------------------------------*/
@@ -397,7 +399,7 @@ void proto_register_cdt (void) {
"CompressedContentInfo/compressedContent", HFILL }},
/*--- End of included file: packet-cdt-hfarr.c ---*/
-#line 87 "packet-cdt-template.c"
+#line 89 "packet-cdt-template.c"
};
/* List of subtrees */
@@ -411,7 +413,7 @@ void proto_register_cdt (void) {
&ett_cdt_T_contentType,
/*--- End of included file: packet-cdt-ettarr.c ---*/
-#line 92 "packet-cdt-template.c"
+#line 94 "packet-cdt-template.c"
};
/* Register protocol */
@@ -433,5 +435,5 @@ void proto_reg_handoff_cdt (void) {
/*--- End of included file: packet-cdt-dis-tab.c ---*/
-#line 107 "packet-cdt-template.c"
+#line 109 "packet-cdt-template.c"
}