aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-08-26 19:17:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-08-26 19:17:03 +0000
commitd4e158db7490a416d06324a0605c90b345e74343 (patch)
treef5712f4d5f84b3a46fd95f416653b8f922ddc5eb /config.nmake
parentbc422bc08b1ccb99513768d420e955cb6c69b669 (diff)
Download libsmi
svn path=/trunk/; revision=22671
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index 476f1de7dd..99e2fba4a5 100644
--- a/config.nmake
+++ b/config.nmake
@@ -236,6 +236,17 @@ KFW_DIR=$(WIRESHARK_LIBS)\kfw-2.5
# NETTLE_DIR=$(WIRESHARK_LIBS)\nettle-1.10
#
+# Optional: libsmi library enables OID and MIB resolution.
+#
+# If you have the libsmi library, set this to the directory in which
+# the libsmi package is stored.
+#
+# If you don't have libsmi, comment this line out, so that LIBSMI_DIR
+# isn't defined.
+#
+LIBSMI_DIR=$(WIRESHARK_LIBS)\libsmi-0.4.5
+
+#
# Optional: the LUA library enables scripting support.
#
# If you have the LUA library, set this to the directory in which