aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-01 00:11:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-01 00:11:49 +0000
commitfb2b5ad437352dc8acc1dcf691d8b28635d4d6ed (patch)
tree3881ae0ccbeb9a88d937cf1a3000daaa7ab91971 /epan/dissectors/packet-cms.c
parent3ad470baed71b210e6494b7e29532b58de3fabcb (diff)
Include <epan/oid_resolv.h> to declare get_oid_str_name().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18627 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-cms.c')
-rw-r--r--epan/dissectors/packet-cms.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/epan/dissectors/packet-cms.c b/epan/dissectors/packet-cms.c
index 98093da61e..2a587c7eda 100644
--- a/epan/dissectors/packet-cms.c
+++ b/epan/dissectors/packet-cms.c
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
-/* .\packet-cms.c */
+/* ./packet-cms.c */
/* ../../tools/asn2wrs.py -b -e -p cms -c cms.cnf -s packet-cms-template CryptographicMessageSyntax.asn */
/* Input file: packet-cms-template.c */
@@ -38,6 +38,7 @@
#include <glib.h>
#include <epan/packet.h>
#include <epan/conversation.h>
+#include <epan/oid_resolv.h>
#include <stdio.h>
#include <string.h>
@@ -147,7 +148,7 @@ static int hf_cms_signature = -1; /* Signature */
static int hf_cms_attributes = -1; /* UnauthAttributes */
/*--- End of included file: packet-cms-hf.c ---*/
-#line 53 "packet-cms-template.c"
+#line 54 "packet-cms-template.c"
/* Initialize the subtree pointers */
@@ -196,7 +197,7 @@ static gint ett_cms_ExtendedCertificate = -1;
static gint ett_cms_ExtendedCertificateInfo = -1;
/*--- End of included file: packet-cms-ett.c ---*/
-#line 56 "packet-cms-template.c"
+#line 57 "packet-cms-template.c"
static int dissect_cms_OCTET_STRING(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index _U_) ; /* XXX kill a compiler warning until asn2wrs stops generating these silly wrappers */
@@ -1590,7 +1591,7 @@ static void dissect_Countersignature_PDU(tvbuff_t *tvb, packet_info *pinfo, prot
/*--- End of included file: packet-cms-fn.c ---*/
-#line 133 "packet-cms-template.c"
+#line 134 "packet-cms-template.c"
/*--- proto_register_cms ----------------------------------------------*/
void proto_register_cms(void) {
@@ -1946,7 +1947,7 @@ void proto_register_cms(void) {
"ExtendedCertificateInfo/attributes", HFILL }},
/*--- End of included file: packet-cms-hfarr.c ---*/
-#line 144 "packet-cms-template.c"
+#line 145 "packet-cms-template.c"
};
/* List of subtrees */
@@ -1997,7 +1998,7 @@ void proto_register_cms(void) {
&ett_cms_ExtendedCertificateInfo,
/*--- End of included file: packet-cms-ettarr.c ---*/
-#line 149 "packet-cms-template.c"
+#line 150 "packet-cms-template.c"
};
/* Register protocol */
@@ -2029,6 +2030,6 @@ void proto_reg_handoff_cms(void) {
/*--- End of included file: packet-cms-dis-tab.c ---*/
-#line 164 "packet-cms-template.c"
+#line 165 "packet-cms-template.c"
}