diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2007-01-02 22:19:48 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2007-01-02 22:19:48 +0000 |
commit | 77694f8b8e69ac9c074e0ff1076bcda0a9a6877d (patch) | |
tree | dc5fda4de70143d4ae20e17e884213cbf9fb6819 | |
parent | 1fd0d3a9d4f65a9257e83b0e662bcddffaf1f386 (diff) | |
download | wireshark-77694f8b8e69ac9c074e0ff1076bcda0a9a6877d.tar.gz wireshark-77694f8b8e69ac9c074e0ff1076bcda0a9a6877d.tar.bz2 wireshark-77694f8b8e69ac9c074e0ff1076bcda0a9a6877d.zip |
define SecMIBs only if NET_SNMP_DIR is defined - to prevent a NSIS warning
svn path=/trunk/; revision=20276
-rw-r--r-- | packaging/nsis/wireshark.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index 47bb45dbb6..8f7b097cbb 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -1033,7 +1033,9 @@ SectionEnd !insertmacro MUI_DESCRIPTION_TEXT ${SecPlugins} "Plugins with some extended dissections." !insertmacro MUI_DESCRIPTION_TEXT ${SecStatsTree} "Plugin for some extended statistics." !insertmacro MUI_DESCRIPTION_TEXT ${SecMate} "Plugin - Meta Analysis and Tracing Engine (Experimental)." +!ifdef NET_SNMP_DIR !insertmacro MUI_DESCRIPTION_TEXT ${SecMIBs} "SNMP MIBs for better SNMP dissection." +!endif !insertmacro MUI_DESCRIPTION_TEXT ${SecToolsGroup} "Additional command line based tools." !insertmacro MUI_DESCRIPTION_TEXT ${SecEditCap} "Editcap is a program that reads a capture file and writes some or all of the packets into another capture file." !insertmacro MUI_DESCRIPTION_TEXT ${SecText2Pcap} "Text2pcap is a program that reads in an ASCII hex dump and writes the data into a libpcap-style capture file." |