aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cdt.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-07-01 00:11:49 +0000
committerGuy Harris <guy@alum.mit.edu>2006-07-01 00:11:49 +0000
commitfa10d33734884b26a57a23e6647585d36fbf3dbf (patch)
tree3881ae0ccbeb9a88d937cf1a3000daaa7ab91971 /epan/dissectors/packet-cdt.c
parenta3099ba15ce0e135cf26567180d2fba4a39dc087 (diff)
Include <epan/oid_resolv.h> to declare get_oid_str_name().
svn path=/trunk/; revision=18627
Diffstat (limited to 'epan/dissectors/packet-cdt.c')
-rw-r--r--epan/dissectors/packet-cdt.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/epan/dissectors/packet-cdt.c b/epan/dissectors/packet-cdt.c
index 4cab993609..0bdc0bd4a9 100644
--- a/epan/dissectors/packet-cdt.c
+++ b/epan/dissectors/packet-cdt.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
-/* .\packet-cdt.c */
+/* ./packet-cdt.c */
/* ../../tools/asn2wrs.py -b -e -p cdt -c cdt.cnf -s packet-cdt-template cdt.asn */
/* Input file: packet-cdt-template.c */
@@ -40,6 +40,7 @@
#endif
#include <epan/packet.h>
+#include <epan/oid_resolv.h>
#include "packet-ber.h"
#include "packet-x411.h"
@@ -67,7 +68,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 49 "packet-cdt-template.c"
+#line 50 "packet-cdt-template.c"
/* Initialize the subtree pointers */
@@ -79,7 +80,7 @@ static gint ett_cdt_CompressedContentInfo = -1;
static gint ett_cdt_T_contentType = -1;
/*--- End of included file: packet-cdt-ett.c ---*/
-#line 52 "packet-cdt-template.c"
+#line 53 "packet-cdt-template.c"
/*--- Included file: packet-cdt-fn.c ---*/
@@ -323,7 +324,7 @@ static void dissect_CompressedData_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_
/*--- End of included file: packet-cdt-fn.c ---*/
-#line 54 "packet-cdt-template.c"
+#line 55 "packet-cdt-template.c"
/*--- proto_register_cdt -------------------------------------------*/
@@ -396,7 +397,7 @@ void proto_register_cdt (void) {
"CompressedContentInfo/compressedContent", HFILL }},
/*--- End of included file: packet-cdt-hfarr.c ---*/
-#line 86 "packet-cdt-template.c"
+#line 87 "packet-cdt-template.c"
};
/* List of subtrees */
@@ -410,7 +411,7 @@ void proto_register_cdt (void) {
&ett_cdt_T_contentType,
/*--- End of included file: packet-cdt-ettarr.c ---*/
-#line 91 "packet-cdt-template.c"
+#line 92 "packet-cdt-template.c"
};
/* Register protocol */
@@ -432,5 +433,5 @@ void proto_reg_handoff_cdt (void) {
/*--- End of included file: packet-cdt-dis-tab.c ---*/
-#line 106 "packet-cdt-template.c"
+#line 107 "packet-cdt-template.c"
}