Replaced net-SNMP section with libSMI.
authorJaap Keuter <jaap.keuter@xs4all.nl>
Thu, 5 Jun 2008 13:25:48 +0000 (13:25 -0000)
committerJaap Keuter <jaap.keuter@xs4all.nl>
Thu, 5 Jun 2008 13:25:48 +0000 (13:25 -0000)
svn path=/trunk/; revision=25432

docbook/wsdg_src/WSDG_chapter_libraries.xml

index 02a9811f3a2c15f7a9f38b4227a2f257ba1df701..c5565c351e798bbcca3de089f7fae297dac47a6a 100644 (file)
        </section>
   </section>
   
-  <section id="ChLibsSNMP">
-       <title>Net-SNMP (optional)</title>
+  <section id="ChLibsSMI">
+       <title>SMI (optional)</title>
        <para>
-       "Various tools relating to the Simple Network Management Protocol"
+       "Various tools relating to the SMI MIB Information"
        </para>
        
-       <section id="ChLibsUnixSNMP">
+       <section id="ChLibsUnixSMI">
        <title>Unix</title>
        <para>
        If this library isn't already installed or available as a 
        package for your platform, you can get it at: 
-       <ulink url="http://sourceforge.net/projects/net-snmp/"/>.
+       <ulink url="http://www.ibr.cs.tu-bs.de/projects/libsmi/"/>.
        </para>
        </section>
 
-       <section id="ChLibsWin32SNMP">
+       <section id="ChLibsWin32SMI">
        <title>Win32 MSVC</title>
        <para>
-       Wireshark uses the source Net-SNMP distribution at 
-       <ulink url="http://sourceforge.net/projects/net-snmp/"/>.
-       libsnmp is compiled with the "libsnmp - Win32 Release" project 
-       using MSVC++ 6.0. A file called "README.wireshark" has been placed in the 
-       net-snmp zip archive at <ulink 
-       url="http://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/"/>
-       describing the changes in more detail.
+       Wireshark uses the source libSMI distribution at 
+       <ulink url="http://www.ibr.cs.tu-bs.de/projects/libsmi/"/>.
+       libSMI is compiled using MSVC++ 6.0. It's stored in the libsmi zip archive at
+       <ulink url="http://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/"/>
        </para>
        </section>