Updated to Ethereal-0.10.12

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4867 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-08-01 00:16:06 +00:00
parent 5aa3ec9b7a
commit 3239e369d8
4 changed files with 15 additions and 19 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY ethereal-download-http "http://www.ethereal.com/distribution/ethereal-&ethereal-version;.tar.bz2">
<!ENTITY ethereal-download-ftp "ftp://ftp.ethereal.com/pub/ethereal/all-versions/ethereal-&ethereal-version;.tar.bz2">
<!ENTITY ethereal-md5sum "03aa7fe2cbef9aa0654637cdc60e0458">
<!ENTITY ethereal-size "5.9 MB">
<!ENTITY ethereal-buildsize "225 MB">
<!ENTITY ethereal-time "4.2 SBU">
<!ENTITY ethereal-md5sum "372b60e6eca14b7e1cf3e789207027f7">
<!ENTITY ethereal-size "7.7 MB">
<!ENTITY ethereal-buildsize "255 MB">
<!ENTITY ethereal-time "4.6 SBU">
]>
<sect1 id="ethereal" xreflabel="Ethereal-&ethereal-version;">
@ -114,8 +114,7 @@
<para>Install <application>Ethereal</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
--enable-randpkt --enable-threads &amp;&amp;
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --enable-threads &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -137,9 +136,6 @@ install -v -m644 image/toolbar/* /usr/share/pixmaps/ethereal/toolbar</userinput>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--enable-randpkt</parameter>: This parameter builds the
random capture program.</para>
<para><parameter>--enable-threads</parameter>: This parameter enables the
use of threads in <command>ethereal</command>.</para>

View File

@ -87,7 +87,6 @@
<!ENTITY slib-version "3a1">
<!ENTITY gwrap-version "1.3.4">
<!ENTITY LZO-version "2.01">
<!ENTITY libpcap-version "0.9.3">
<!ENTITY libusb-version "0.1.10a">
<!-- Chapter 9 -->
@ -230,6 +229,7 @@
<!ENTITY wvstreams-version "4.0.1">
<!ENTITY gnet-version "2.0.7">
<!ENTITY libsoup-version "2.2.3">
<!ENTITY libpcap-version "0.9.3">
<!-- Chapter 17 -->
<!ENTITY Links-version "2.1pre17">
@ -256,7 +256,7 @@
<!ENTITY nmap-version "3.81">
<!ENTITY whois-version "4.7.5">
<!ENTITY bind-version "9.3.1">
<!ENTITY ethereal-version "0.10.11">
<!ENTITY ethereal-version "0.10.12">
<!-- Chapter 20 -->
<!ENTITY nail-version "11.24">

View File

@ -191,7 +191,7 @@ cp -v php.ini-recommended /etc/php.ini</userinput></screen>
class='directory'>/etc</filename>.</para>
<para><parameter>--with-zlib</parameter>: This parameter adds
support for zlib compression.</para>
support for <application>Zlib</application> compression.</para>
<para><parameter>--enable-bcmath</parameter>: Enables bc style
precision math functions.</para>
@ -203,16 +203,16 @@ cp -v php.ini-recommended /etc/php.ini</userinput></screen>
provides support for calendar conversion.</para>
<para><parameter>--enable-dba</parameter>: This parameter enables
numerous databse support including Berkeley DB functions.</para>
numerous database support including Berkeley DB functions.</para>
<para><parameter>--enable-exif</parameter>: Enables functions
to access metadata from images.</para>
<para><parameter>--enable-ftp</parameter>: This parameter
enables ftp functions.</para>
enables FTP functions.</para>
<para><parameter>--with-gettext</parameter>: Enables functions
that use gettext text translation.</para>
that use <application>Gettext</application> text translation.</para>
<para><parameter>--enable-mbstring</parameter>: This parameter
enables multibyte string support.</para>
@ -221,10 +221,10 @@ cp -v php.ini-recommended /etc/php.ini</userinput></screen>
terminal independent cursor handling.</para>
<para><parameter>--with-readline</parameter>: This parameter
enables command line readline supoprt.</para>
enables command line readline support.</para>
<para><parameter>--disable-libxml</parameter>: This parameter
disables xml support functions.</para>
disables XML support functions.</para>
</sect2>

View File

@ -27,12 +27,12 @@
<listitem>
<para>July 31st, 2005 [randy]: Updated to libpcap-0.9.3 and moved the
instructions from Chapter 8 "General Libraries" to Chapter 16 "Networking
libraries"; updated to HTML Tidy-050722.</para>
libraries"; updated to HTML Tidy-050722 and Ethereal-0.10.12.</para>
</listitem>
<listitem>
<para>July 31st, 2005 [dj]: Updated bootscripts tarball, added
alsa dev.d helper scripts, corrected SSL instructions for postfix,
ALSA dev.d helper scripts, corrected SSL instructions for postfix,
and updated postfix to 2.2.5.</para>
</listitem>