aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-06-05 13:25:48 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-06-05 13:25:48 +0000
commit29383d1d6a8ce56c10179d57daeb197aff5ec437 (patch)
tree31123a667babdeeaf233d7fe3de92f8528ee6a7a /docbook/wsdg_src
parent814535f78869d7b80b5e88e2a86abc73b59bdf91 (diff)
Replaced net-SNMP section with libSMI.
svn path=/trunk/; revision=25432
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_libraries.xml23
1 files changed, 10 insertions, 13 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_libraries.xml b/docbook/wsdg_src/WSDG_chapter_libraries.xml
index 02a9811f3a..c5565c351e 100644
--- a/docbook/wsdg_src/WSDG_chapter_libraries.xml
+++ b/docbook/wsdg_src/WSDG_chapter_libraries.xml
@@ -220,31 +220,28 @@
</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>