Download libsmi
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 26 Aug 2007 19:17:03 +0000 (19:17 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 26 Aug 2007 19:17:03 +0000 (19:17 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22671 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.nmake
config.nmake

index e38bdc52fe5c35fd20f8ba1d5a4f2a8199931516..c12249a15a7cee772905e2139803bb0212b0f8c1 100644 (file)
@@ -658,6 +658,10 @@ setup: verify_tools clean_setup
        @$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
                . lua5_1_dll.zip
 !ENDIF
+!IFDEF LIBSMI_DIR
+       @$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
+               . libsmi-0.4.5.zip
+!ENDIF
 !IFDEF GNUTLS_DIR
        @$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
                . gnutls-1.6.1-1.zip
index 476f1de7dddc25fb6beaae4452c8d0c6f1f730e8..99e2fba4a5a1438442ecd06c2879f44dcfd90db4 100644 (file)
@@ -235,6 +235,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.
 #