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
This commit is contained in:
Ulf Lamping 2006-09-11 22:30:12 +00:00
parent 26b81bd926
commit 7c2dbdd580
4 changed files with 139 additions and 8 deletions

View File

@ -78,12 +78,12 @@ Wireshark Info
<!ENTITY WiresharkUsersGuidePage "&WiresharkWebSite;/docs/#usersguide">
<!ENTITY WiresharkDownloadPage "&WiresharkWebSite;/download.html">
<!ENTITY WiresharkBinariesPage "&WiresharkWebSite;/download.html#releases">
<!ENTITY WiresharkAuthorsPage "&WiresharkWebSite;/introduction.html#authors">
<!ENTITY WiresharkAuthorsPage "&WiresharkWebSite;/about.html">
<!ENTITY WiresharkProtocolsPage "&WiresharkWebSite;/docs/dfref/">
<!ENTITY WiresharkFAQPage "&WiresharkWebSite;/faq.html">
<!ENTITY WiresharkFAQPromiscPage "&WiresharkWebSite;/faq#promiscsniff">
<!ENTITY WiresharkMediaPage "&WiresharkWebSite;/media.html">
<!ENTITY WiresharkFAQPromiscPage "&WiresharkWebSite;/faq.html#promiscsniff">
<!ENTITY WiresharkWikiPage "http://wiki.wireshark.org">
<!ENTITY WiresharkMediaPage "&WiresharkWikiPage;/CaptureSetup/NetworkMedia">
<!ENTITY WiresharkWikiCaptureFiltersPage "&WiresharkWikiPage;/CaptureFilters">
<!ENTITY WiresharkWikiDisplayFiltersPage "&WiresharkWikiPage;/DisplayFilters">
<!ENTITY WiresharkWikiPreferencesPage "&WiresharkWikiPage;/Preferences">

View File

@ -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>

View File

@ -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>

View File

@ -629,7 +629,7 @@
<para>
Export packet data into PDML. This is an XML based format including
the packet details. The PDML file specification is available at:
<ulink url="http://analyzer.polito.it/30alpha/docs/dissectors/PDMLSpec.htm">
<ulink url="http://www.nbee.org/Docs/NetPDL/PDML.htm">
PDML specification</ulink>.
<note><title></title>
<para>