aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms
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 /asn1/cms
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 'asn1/cms')
-rw-r--r--asn1/cms/cms-exp.cnf2
-rw-r--r--asn1/cms/packet-cms-template.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/asn1/cms/cms-exp.cnf b/asn1/cms/cms-exp.cnf
index 03c3c94086..5d7aa8672b 100644
--- a/asn1/cms/cms-exp.cnf
+++ b/asn1/cms/cms-exp.cnf
@@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
-# .\cms-exp.cnf
+# ./cms-exp.cnf
# ../../tools/asn2wrs.py -b -e -p cms -c cms.cnf -s packet-cms-template CryptographicMessageSyntax.asn
#.MODULE
diff --git a/asn1/cms/packet-cms-template.c b/asn1/cms/packet-cms-template.c
index a2c381b7a2..d8bda3f085 100644
--- a/asn1/cms/packet-cms-template.c
+++ b/asn1/cms/packet-cms-template.c
@@ -30,6 +30,7 @@
#include <glib.h>
#include <epan/packet.h>
#include <epan/conversation.h>
+#include <epan/oid_resolv.h>
#include <stdio.h>
#include <string.h>