summaryrefslogtreecommitdiff
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-09-11 22:30:12 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-09-11 22:30:12 +0000
commit7c2dbdd580af08b5bdd8cb489dd0cad00ea8413f (patch)
treed1f2916dff2f4989776f8b2bba37f35299b9fbad /docbook/wsdg_src
parent26b81bd92644feb964eb59a7bf324cc38ca61986 (diff)
downloadwireshark-7c2dbdd580af08b5bdd8cb489dd0cad00ea8413f.tar.gz
add missing libraries: GNUTLS, Gcrypt, Kerberos, LUA, PortAudio (please check if it's correct)
fix a lot of broken URL's svn path=/trunk/; revision=19192
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_libraries.xml137
-rw-r--r--docbook/wsdg_src/WSDG_chapter_tools.xml2
2 files changed, 135 insertions, 4 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_libraries.xml b/docbook/wsdg_src/WSDG_chapter_libraries.xml
index 2e9a4b32cf..c49965a908 100644
--- a/docbook/wsdg_src/WSDG_chapter_libraries.xml
+++ b/docbook/wsdg_src/WSDG_chapter_libraries.xml
@@ -31,7 +31,7 @@
<para>
Win32: All required libraries for the MSVC
generation are available at:
- <ulink url="http://www.wireshark.org/distribution/win32/development/"/>,
+ <ulink url="http://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/"/>,
but see <xref linkend="ChLibsSetup"/> for an easier way to install the
libraries.
</para>
@@ -225,7 +225,7 @@
</section>
<section id="ChLibsSNMP">
- <title>Net SNMP (previously known as "ucd-snmp")</title>
+ <title>Net SNMP (optional, previously known as "ucd-snmp")</title>
<para>
"Various tools relating to the Simple Network Management Protocol"
</para>
@@ -283,7 +283,7 @@ utilities."
<section id="ChLibsPCRE">
- <title>PCRE(optional)</title>
+ <title>PCRE (optional)</title>
<para>
"Perl compatible regular expressions"
</para>
@@ -368,6 +368,137 @@ utilities."
</section>
+ <section id="ChLibsGNUTLS">
+ <title>GNUTLS (optional)</title>
+ <para>
+ The "GNU Transport Layer Security Library" is used to dissect SSL and TLS
+ protocols (aka: HTTPS).
+ </para>
+
+ <section id="ChLibsUnixGNUTLS">
+ <title>Unix</title>
+ <para>
+ If this library isn't already installed and also not available as a
+ package for your platform, you can get it at:
+ <ulink url="http://www.gnu.org/software/gnutls/download.html"/>.
+ </para>
+ </section>
+
+ <section id="ChLibsWin32GNUTLS">
+ <title>Win32 MSVC</title>
+ <para>
+ We roll our own version using:
+ <ulink url="http://josefsson.org/gnutls4win/"/>
+ </para>
+ </section>
+
+ </section>
+
+ <section id="ChLibsGcrypt">
+ <title>Gcrypt (optional)</title>
+ <para>
+ The "Gcrypt Library" is Low-level encryption library and provides
+ support for many ciphers, such as DES, 3DES, AES, Blowfish, and others..
+ </para>
+
+ <section id="ChLibsUnixGcrypt">
+ <title>Unix</title>
+ <para>
+ If this library isn't already installed and also not available as a
+ package for your platform, you can get it at:
+ <ulink url="http://directory.fsf.org/security/libgcrypt.html"/>.
+ </para>
+ </section>
+
+ <section id="ChLibsWin32Gcrypt">
+ <title>Win32 MSVC</title>
+ <para>
+ Part of our homemade GnuTLS package.
+ </para>
+ </section>
+
+ </section>
+
+ <section id="ChLibsKerberos">
+ <title>Kerberos (optional)</title>
+ <para>
+ The Kerberos library is used to dissect Kerberos, sealed DCERPC and
+ secureLDAP protocols.
+ </para>
+
+ <section id="ChLibsUnixKerberos">
+ <title>Unix</title>
+ <para>
+ If this library isn't already installed and also not available as a
+ package for your platform, you can get it at:
+ <ulink url="http://web.mit.edu/Kerberos/dist/"/>.
+ </para>
+ <para>
+ XXX - Is it supported on *NIX at all?
+ </para>
+ </section>
+
+ <section id="ChLibsWin32Kerberos">
+ <title>Win32 MSVC</title>
+ <para>
+ You can get the latest version of KfW "Kerberos for Windows" at:
+ <ulink url="http://web.mit.edu/Kerberos/dist/"/>
+ </para>
+ </section>
+
+ </section>
+
+ <section id="ChLibsLua">
+ <title>LUA (optional)</title>
+ <para>
+ The LUA library is used to add scripting support to Wireshark.
+ </para>
+
+ <section id="ChLibsUnixLua">
+ <title>Unix</title>
+ <para>
+ If this library isn't already installed and also not available as a
+ package for your platform, you can get it at:
+ <ulink url="http://www.lua.org/download.html"/>.
+ </para>
+ </section>
+
+ <section id="ChLibsWin32Lua">
+ <title>Win32 MSVC</title>
+ <para>
+ You can get the latest version at:
+ <ulink url="http://luaforge.net/frs/?group_id=110"/>
+ </para>
+ </section>
+
+ </section>
+
+ <section id="ChLibsPortAudio">
+ <title>PortAudio (optional)</title>
+ <para>
+ The PortAudio library enables audio output for RTP streams.
+ </para>
+
+ <section id="ChLibsUnixPortAudio">
+ <title>Unix</title>
+ <para>
+ If this library isn't already installed and also not available as a
+ package for your platform, you can get it at:
+ <ulink url="http://www.portaudio.com/download.html"/>.
+ </para>
+ </section>
+
+ <section id="ChLibsWin32PortAudio">
+ <title>Win32 MSVC</title>
+ <para>
+ You can get the latest version at:
+ <ulink url="http://www.portaudio.com/download.html"/>
+ </para>
+ </section>
+
+ </section>
+
+
<section id="ChLibsWimp">
<title>Win32: GTK WIMP (optional) for GTK 2.x only</title>
<para>
diff --git a/docbook/wsdg_src/WSDG_chapter_tools.xml b/docbook/wsdg_src/WSDG_chapter_tools.xml
index d67717a961..917a493c77 100644
--- a/docbook/wsdg_src/WSDG_chapter_tools.xml
+++ b/docbook/wsdg_src/WSDG_chapter_tools.xml
@@ -1339,7 +1339,7 @@ written by Larry Wall and Paul Eggert]]>
If GNU unzip isn't already installed and also not available as a package
for your platform (well, for Win32 it is available as a Cygwin package),
you can get it at:
- <ulink url="http://www.gnu.org/software/unzip/unzip.html"/>.
+ <ulink url="http://gnuwin32.sourceforge.net/packages/unzip.htm"/>.
</para>
</section>