Author: randy Date: 2005-11-22 08:38:54 -0700 (Tue, 22 Nov 2005) New Revision: 5294
Modified: trunk/BOOK/basicnet/netutils/ethereal.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Ethereal-0.10.13 Modified: trunk/BOOK/basicnet/netutils/ethereal.xml =================================================================== --- trunk/BOOK/basicnet/netutils/ethereal.xml 2005-11-22 14:32:41 UTC (rev 5293) +++ trunk/BOOK/basicnet/netutils/ethereal.xml 2005-11-22 15:38:54 UTC (rev 5294) @@ -6,10 +6,10 @@ <!ENTITY ethereal-download-http "http://www.ethereal.com/distribution/ethereal-ðereal-version;.tar.bz2"> <!ENTITY ethereal-download-ftp "ftp://ftp.ethereal.com/pub/ethereal/all-versions/ethereal-ðereal-version;.tar.bz2"> - <!ENTITY ethereal-md5sum "372b60e6eca14b7e1cf3e789207027f7"> - <!ENTITY ethereal-size "7.7 MB"> - <!ENTITY ethereal-buildsize "255 MB"> - <!ENTITY ethereal-time "4.6 SBU"> + <!ENTITY ethereal-md5sum "08d277951ff6f6a93c752abebd85d5bc"> + <!ENTITY ethereal-size "8.0 MB"> + <!ENTITY ethereal-buildsize "276 MB"> + <!ENTITY ethereal-time "4.8 SBU"> ]> <sect1 id="ethereal" xreflabel="Ethereal-ðereal-version;"> @@ -33,10 +33,10 @@ protocol analyzer, also known as a <quote>sniffer</quote>. This is useful for analyzing data captured <quote>off the wire</quote> from a live network connection, or data read from a capture file. - <application>Ethereal</application> provides both GUI and TTY-mode programs - for examining captured network packets from over 500 protocols, as well as - the capability to read capture files from many other popular network - analyzers.</para> + <application>Ethereal</application> provides both a graphical and TTY-mode + front-end for examining captured network packets from over 500 protocols, + as well as the capability to read capture files from many other popular + network analyzers.</para> <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> @@ -122,7 +122,7 @@ <para>Now, as the <systemitem class="username">root</systemitem> user:</para> <screen role="root"><userinput>make install && -install -v -m644 doc/README.* /usr/share/ethereal && +install -v -m644 doc/README.* doc/randpkt.txt /usr/share/ethereal && install -v -m644 -D ethereal.desktop \ /usr/share/applications/ethereal.desktop && install -v -m644 -D image/elogo3d48x48.png \ @@ -173,7 +173,7 @@ Guide</ulink> for configuration information. Most of <application>Ethereal</application>'s configuration can be accomplished using the menu options of the <command>ethereal</command> - GUI interface.</para> + graphical interface.</para> <note> <para>If you want to look at packets, make sure you don't filter Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-11-22 14:32:41 UTC (rev 5293) +++ trunk/BOOK/general.ent 2005-11-22 15:38:54 UTC (rev 5294) @@ -270,7 +270,7 @@ <!ENTITY nmap-version "3.81"> <!ENTITY whois-version "4.7.6"> <!ENTITY bind-version "9.3.1"> -<!ENTITY ethereal-version "0.10.12"> +<!ENTITY ethereal-version "0.10.13"> <!-- Chapter 20 --> <!ENTITY nail-version "11.25"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-11-22 14:32:41 UTC (rev 5293) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-11-22 15:38:54 UTC (rev 5294) @@ -45,6 +45,9 @@ <para>November 22nd, 2005</para> <itemizedlist> <listitem> + <para>[randy] - Updated to Ethereal-0.10.13.</para> + </listitem> + <listitem> <para>[randy] - Added new package GC-6.5.</para> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
