aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
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 /asn1
parenta3099ba15ce0e135cf26567180d2fba4a39dc087 (diff)
Include <epan/oid_resolv.h> to declare get_oid_str_name().
svn path=/trunk/; revision=18627
Diffstat (limited to 'asn1')
-rw-r--r--asn1/cdt/cdt-exp.cnf2
-rw-r--r--asn1/cdt/packet-cdt-template.c1
-rw-r--r--asn1/cms/cms-exp.cnf2
-rw-r--r--asn1/cms/packet-cms-template.c1
-rw-r--r--asn1/x420/packet-x420-template.c1
-rw-r--r--asn1/x420/x420-exp.cnf2
-rw-r--r--asn1/x509af/packet-x509af-template.c1
-rw-r--r--asn1/x509af/x509af-exp.cnf2
-rw-r--r--asn1/x509if/packet-x509if-template.c1
-rw-r--r--asn1/x509if/x509if-exp.cnf2
10 files changed, 10 insertions, 5 deletions
diff --git a/asn1/cdt/cdt-exp.cnf b/asn1/cdt/cdt-exp.cnf
index 57d8607f11..259c10aaae 100644
--- a/asn1/cdt/cdt-exp.cnf
+++ b/asn1/cdt/cdt-exp.cnf
@@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
-# .\cdt-exp.cnf
+# ./cdt-exp.cnf
# ../../tools/asn2wrs.py -b -e -p cdt -c cdt.cnf -s packet-cdt-template cdt.asn
#.MODULE
diff --git a/asn1/cdt/packet-cdt-template.c b/asn1/cdt/packet-cdt-template.c
index 3a9750dcbb..51ca1685ed 100644
--- a/asn1/cdt/packet-cdt-template.c
+++ b/asn1/cdt/packet-cdt-template.c
@@ -32,6 +32,7 @@
#endif
#include <epan/packet.h>
+#include <epan/oid_resolv.h>
#include "packet-ber.h"
#include "packet-x411.h"
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>
diff --git a/asn1/x420/packet-x420-template.c b/asn1/x420/packet-x420-template.c
index 290f389c70..f99f31dc77 100644
--- a/asn1/x420/packet-x420-template.c
+++ b/asn1/x420/packet-x420-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>
diff --git a/asn1/x420/x420-exp.cnf b/asn1/x420/x420-exp.cnf
index 2e0a43f535..1ef3330743 100644
--- a/asn1/x420/x420-exp.cnf
+++ b/asn1/x420/x420-exp.cnf
@@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
-# .\x420-exp.cnf
+# ./x420-exp.cnf
# ../../tools/asn2wrs.py -b -e -p x420 -c x420.cnf -s packet-x420-template x420.asn
#.MODULE
diff --git a/asn1/x509af/packet-x509af-template.c b/asn1/x509af/packet-x509af-template.c
index 50c0feb05a..f8ac215681 100644
--- a/asn1/x509af/packet-x509af-template.c
+++ b/asn1/x509af/packet-x509af-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>
diff --git a/asn1/x509af/x509af-exp.cnf b/asn1/x509af/x509af-exp.cnf
index 6be2ac9936..817623089f 100644
--- a/asn1/x509af/x509af-exp.cnf
+++ b/asn1/x509af/x509af-exp.cnf
@@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
-# .\x509af-exp.cnf
+# ./x509af-exp.cnf
# ../../tools/asn2wrs.py -b -e -p x509af -c x509af.cnf -s packet-x509af-template AuthenticationFramework.asn
#.MODULE
diff --git a/asn1/x509if/packet-x509if-template.c b/asn1/x509if/packet-x509if-template.c
index 9a65111720..5e8926a048 100644
--- a/asn1/x509if/packet-x509if-template.c
+++ b/asn1/x509if/packet-x509if-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>
diff --git a/asn1/x509if/x509if-exp.cnf b/asn1/x509if/x509if-exp.cnf
index 4a1907e8a4..d83732262e 100644
--- a/asn1/x509if/x509if-exp.cnf
+++ b/asn1/x509if/x509if-exp.cnf
@@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
-# .\x509if-exp.cnf
+# ./x509if-exp.cnf
# ../../tools/asn2wrs.py -b -e -p x509if -c x509if.cnf -s packet-x509if-template InformationFramework.asn
#.MODULE