Updated to Ethereal-0.10.13

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5294 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-11-22 15:38:54 +00:00
parent 4d2fd6f39b
commit c3ee07cba0
3 changed files with 14 additions and 11 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 "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-&ethereal-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 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m644 doc/README.* /usr/share/ethereal &amp;&amp;
install -v -m644 doc/README.* doc/randpkt.txt /usr/share/ethereal &amp;&amp;
install -v -m644 -D ethereal.desktop \
/usr/share/applications/ethereal.desktop &amp;&amp;
install -v -m644 -D image/elogo3d48x48.png \
@ -173,7 +173,7 @@ install -v -m644 image/toolbar/* /usr/share/pixmaps/ethereal/toolbar</userinput>
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

View File

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

View File

@ -44,6 +44,9 @@
<listitem>
<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>