aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.h
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2010-03-03 17:19:30 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2010-03-03 17:19:30 +0000
commite24d953fe19351b1925b184805d424cc758d58ad (patch)
treef14716c4cb399258dd58ff596e4913e43a7f6b9a /epan/oids.h
parent5baac1de18320f6a1055f69a62f0be6088134aab (diff)
Disable OID resolution and loading SMI modules by default.
Add an option to enable OID resolution. Add an option to suppress errors reported by libsmi. svn path=/trunk/; revision=32096
Diffstat (limited to 'epan/oids.h')
-rw-r--r--epan/oids.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/oids.h b/epan/oids.h
index 2143cdb261..328cd813f8 100644
--- a/epan/oids.h
+++ b/epan/oids.h
@@ -27,6 +27,8 @@
#ifndef __OIDS_H__
#define __OIDS_H__
+#include <epan/ftypes/ftypes.h>
+
#define BER_TAG_ANY -1
struct _oid_bit_t {
@@ -103,6 +105,9 @@ typedef struct _oid_info_t {
/* init funcion called from epan.h */
extern void oids_init(void);
+/* init funcion called from epan.h */
+extern void oids_cleanup(void);
+
/*
* The objects returned by all these functions are all allocated with a
* packet lifetime and does not have have to be freed.