aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-03 17:19:30 +0000
committerrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-03 17:19:30 +0000
commitb381a8d348ace0382b283a9a51156f42698025b1 (patch)
treef14716c4cb399258dd58ff596e4913e43a7f6b9a /epan/prefs.h
parentaf9ff2690195463ffdc8af890716e80bebd03356 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32096 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index 058e879912..68c97cbc14 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -147,6 +147,8 @@ typedef struct _e_prefs {
gint console_log_level;
guint32 name_resolve;
gint name_resolve_concurrency;
+ gboolean load_smi_modules;
+ gboolean suppress_smi_errors;
gchar *capture_device;
gchar *capture_devices_linktypes;
gchar *capture_devices_descr;