source: basicnet/netutils/ethereal.xml@ ccb2449

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ccb2449 was 3932f297, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to Ethereal-0.99.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5985 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 14.4 KB
RevLine 
[1a3dd316]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[1a3dd316]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY ethereal-download-http "http://www.ethereal.com/distribution/ethereal-&ethereal-version;.tar.bz2">
8 <!ENTITY ethereal-download-ftp "ftp://ftp.ethereal.com/pub/ethereal/all-versions/ethereal-&ethereal-version;.tar.bz2">
[3932f297]9 <!ENTITY ethereal-md5sum "f9905b9d347acdc05af664a7553f7f76">
10 <!ENTITY ethereal-size "8.8 MB">
11 <!ENTITY ethereal-buildsize "331 MB">
12 <!ENTITY ethereal-time "5.4 SBU">
[1a3dd316]13]>
14
15<sect1 id="ethereal" xreflabel="Ethereal-&ethereal-version;">
[13659efc]16 <?dbhtml filename="ethereal.html"?>
[50b8d8b]17
[13659efc]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[4dbbf634]21 <keywordset>
22 <keyword role="package">ethereal-&ethereal-version;.tar</keyword>
[25475f5]23 <keyword role="ftpdir">ethereal</keyword>
[4dbbf634]24 </keywordset>
[13659efc]25 </sect1info>
[50b8d8b]26
[13659efc]27 <title>Ethereal-&ethereal-version;</title>
[50b8d8b]28
[13659efc]29 <indexterm zone="ethereal">
30 <primary sortas="a-Ethereal">Ethereal</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Ethereal</title>
35
[1065a91]36 <para>The <application>Ethereal</application> package contains a network
37 protocol analyzer, also known as a <quote>sniffer</quote>. This is useful
38 for analyzing data captured <quote>off the wire</quote> from a live network
39 connection, or data read from a capture file.
[c3ee07c]40 <application>Ethereal</application> provides both a graphical and TTY-mode
41 front-end for examining captured network packets from over 500 protocols,
42 as well as the capability to read capture files from many other popular
43 network analyzers.</para>
[50b8d8b]44
[13659efc]45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&ethereal-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&ethereal-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &ethereal-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &ethereal-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &ethereal-buildsize;</para>
61 </listitem>
62 <listitem>
[2174baa]63 <para>Estimated build time: &ethereal-time;</para>
64 </listitem>
[13659efc]65 </itemizedlist>
[50b8d8b]66
[3932f297]67 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
68 <itemizedlist spacing="compact">
69 <listitem>
70 <para>Additional Documentation: <ulink
71 url="http://www.ethereal.com/docs/"/></para>
72 </listitem>
73 </itemizedlist>
74
75 <para>From this page you can download many different docs in a variety
76 of formats.</para>
77
[13659efc]78 <bridgehead renderas="sect3">Ethereal dependencies</bridgehead>
[50b8d8b]79
[13659efc]80 <bridgehead renderas="sect4">Required</bridgehead>
[5de2721]81 <para role="required"><xref linkend="GLib"/> or <xref linkend="glib2"/>
82 (to build the TTY-mode front-end only)</para>
[50b8d8b]83
[13659efc]84 <bridgehead renderas="sect4">Recommended</bridgehead>
[5de2721]85 <para role="recommended"><xref linkend="libpcap"/>
86 (required to capture data)</para>
[50b8d8b]87
[13659efc]88 <bridgehead renderas="sect4">Optional</bridgehead>
[4dbbf634]89 <para role="optional"><xref linkend="pkgconfig"/>,
[5de2721]90 <xref linkend="GTK"/> or <xref linkend="gtk2"/>
91 (to build the GUI front-end),
[1065a91]92 <xref linkend="openssl"/>,
93 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
94 <xref linkend="python"/>,
95 <xref linkend="pcre"/>,
[3932f297]96 <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>
97 (which needs <ulink
98 url="http://www.gnupg.org/download/index.html#libgpg-error">libgpg-error</ulink>
99 then <ulink
100 url="http://www.gnupg.org/download/index.html#libgcrypt">libgcrypt</ulink>),
101 <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
102 <ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink>, and
103 <ulink url="http://www.lua.org/">Lua</ulink></para>
104
105 <!-- Though configure looks for all these, and the developers I'm
106 sure use them, the doc sources are not included in the release
107 tarball (they are in SVN, though)
[1065a91]108 <bridgehead renderas="sect4">Optional (to build additional
[28d83dbc]109 documentation)</bridgehead>
[4dbbf634]110 <para role="optional"><xref linkend="doxygen"/>,
[1065a91]111 <xref linkend="libxml"/>,
[5de2721]112 <xref linkend="libxslt"/>, and
[28d83dbc]113 <xref linkend="fop"/></para>
[3932f297]114 -->
[28d83dbc]115
[061ec9d]116 <para condition="html" role="usernotes">User Notes:
117 <ulink url="&blfs-wiki;/ethereal"/></para>
118
[13659efc]119 </sect2>
[50b8d8b]120
[13659efc]121 <sect2 role="kernel" id="ethereal-kernel">
122 <title>Kernel Configuration</title>
[50b8d8b]123
[1065a91]124 <para>The kernel must have the Packet protocol enabled for
125 <application>Ethereal</application> to capture live packets from the
126 network. Enable the Packet protocol by choosing <quote>Y</quote> in the
[3932f297]127 <quote>Networking</quote> &ndash; <quote>Packet socket</quote>
128 configuration parameter. Alternatively, build the
129 <filename>af_packet.ko</filename> module by choosing <quote>M</quote> in
130 this parameter.</para>
[50b8d8b]131
[13659efc]132 <indexterm zone="ethereal ethereal-kernel">
[1065a91]133 <primary sortas="d-Capturing-network-packets">Capturing network
[13659efc]134 packets</primary>
135 </indexterm>
[50b8d8b]136
[13659efc]137 </sect2>
[50b8d8b]138
[13659efc]139 <sect2 role="installation">
140 <title>Installation of Ethereal</title>
141
[1065a91]142 <para>Install <application>Ethereal</application> by running the following
[13659efc]143 commands:</para>
144
[3932f297]145<screen><userinput>./configure --prefix=/usr \
146 --sysconfdir=/etc \
147 --enable-threads &amp;&amp;
[13659efc]148make</userinput></screen>
[28d83dbc]149
150 <para>This package does not come with a test suite.</para>
[50b8d8b]151
[13659efc]152 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[50b8d8b]153
[28d83dbc]154<screen role="root"><userinput>make install &amp;&amp;
[3932f297]155install -v -m644 FAQ README{,.linux} doc/README.* doc/*.{pod,txt} \
156 /usr/share/ethereal &amp;&amp;
[28d83dbc]157install -v -m644 -D ethereal.desktop \
[3932f297]158 /usr/share/applications/ethereal.desktop &amp;&amp;
[28d83dbc]159install -v -m644 -D image/elogo3d48x48.png \
[3932f297]160 /usr/share/pixmaps/ethereal.png &amp;&amp;
161install -v -m755 -d /usr/share/pixmaps/ethereal &amp;&amp;
162install -v -m644 image/*.{png,ico,xpm,bmp} \
163 /usr/share/pixmaps/ethereal</userinput></screen>
164
165 <para>If you downloaded any of the documentation files from the page
166 listed in the 'Additional Downloads', install them by issuing the following
167 commands as the <systemitem class="username">root</systemitem> user:</para>
168
169<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/ethereal-&ethereal-version; &amp;&amp;
170install -v -m644 <replaceable>&lt;Downloaded_Files&gt;</replaceable> /usr/share/doc/ethereal-&ethereal-version;</userinput></screen>
[50b8d8b]171
[13659efc]172 </sect2>
[50b8d8b]173
[13659efc]174 <sect2 role="commands">
175 <title>Command Explanations</title>
[50b8d8b]176
[1065a91]177 <para><parameter>--enable-threads</parameter>: This parameter enables the
[28d83dbc]178 use of threads in <command>ethereal</command>.</para>
[50b8d8b]179
[1065a91]180 <para><option>--with-ssl</option>: This parameter enables the use of the
[50b8d8b]181 <application>OpenSSL</application>
[13659efc]182 <filename class='libraryfile'>libcrypto</filename> library.</para>
[50b8d8b]183
[13659efc]184 </sect2>
[50b8d8b]185
[13659efc]186 <sect2 role="configuration">
187 <title>Configuring Ethereal</title>
188
189 <sect3 id="ethereal-config">
190 <title>Config Files</title>
[50b8d8b]191
[1065a91]192 <para><filename>/etc/ethereal.conf</filename> and
[13659efc]193 <filename>~/.ethereal/preferences</filename></para>
[50b8d8b]194
[13659efc]195 <indexterm zone="ethereal ethereal-config">
196 <primary sortas="e-AA.ethereal-preferences">~/.ethereal/preferences</primary>
197 </indexterm>
[50b8d8b]198
[13659efc]199 <indexterm zone="ethereal ethereal-config">
200 <primary sortas="e-etc-ethereal.conf">/etc/ethereal.conf</primary>
201 </indexterm>
[50b8d8b]202
[13659efc]203 </sect3>
[50b8d8b]204
[13659efc]205 <sect3>
206 <title>Configuration Information</title>
[50b8d8b]207
[1065a91]208 <para>Though the default configuration parameters are very sane,
209 reference the configuration section of the
210 <ulink url="http://www.ethereal.com/docs/user-guide/">Ethereal User's
211 Guide</ulink> for configuration information. Most of
212 <application>Ethereal</application>'s configuration can be accomplished
[50b8d8b]213 using the menu options of the <command>ethereal</command>
[c3ee07c]214 graphical interface.</para>
[50b8d8b]215
[13659efc]216 <note>
[1065a91]217 <para>If you want to look at packets, make sure you don't filter
218 them out with <xref linkend="iptables"/>. If you want to exclude
219 certain classes of packets, it is more efficient to do it with
220 <application>iptables</application> than
[13659efc]221 <application>Ethereal</application>.</para>
222 </note>
[50b8d8b]223
[13659efc]224 </sect3>
[50b8d8b]225
[13659efc]226 </sect2>
[50b8d8b]227
[13659efc]228 <sect2 role="content">
229 <title>Contents</title>
230
231 <segmentedlist>
232 <segtitle>Installed Programs</segtitle>
233 <segtitle>Installed Libraries</segtitle>
234 <segtitle>Installed Directories</segtitle>
[50b8d8b]235
[13659efc]236 <seglistitem>
[1065a91]237 <seg>capinfos, dftest, editcap, ethereal, idl2eth, mergecap, randpkt,
[13659efc]238 tethereal and text2pcap</seg>
[1065a91]239 <seg>libethereal.so, libwiretap.so and numerous dissector plugin
[28d83dbc]240 modules</seg>
[1065a91]241 <seg>/usr/lib/ethereal, /usr/share/ethereal and
[28d83dbc]242 /usr/share/pixmaps/ethereal</seg>
[13659efc]243 </seglistitem>
244 </segmentedlist>
[50b8d8b]245
[13659efc]246 <variablelist>
247 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
248 <?dbfo list-presentation="list"?>
249 <?dbhtml list-presentation="table"?>
[50b8d8b]250
[13659efc]251 <varlistentry id="capinfos">
252 <term><command>capinfos</command></term>
253 <listitem>
[1065a91]254 <para>reads a saved capture file and returns any or all of several
255 statistics about that file. It is able to detect and read any capture
[13659efc]256 supported by the <application>Ethereal</application> package.</para>
257 <indexterm zone="ethereal capinfos">
258 <primary sortas="b-capinfos">capinfos</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
[50b8d8b]262
[13659efc]263 <varlistentry id="dftest">
264 <term><command>dftest</command></term>
265 <listitem>
266 <para>is a display-filter-compiler test program.</para>
267 <indexterm zone="ethereal dftest">
268 <primary sortas="b-dftest">dftest</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
[50b8d8b]272
[13659efc]273 <varlistentry id="editcap">
274 <term><command>editcap</command></term>
275 <listitem>
[1065a91]276 <para>edits and/or translates the format of capture files. It knows
277 how to read <application>libpcap</application> capture files,
278 including those of <command>tcpdump</command>,
279 <application>Ethereal</application> and other tools that write
[28d83dbc]280 captures in that format.</para>
[13659efc]281 <indexterm zone="ethereal editcap">
282 <primary sortas="b-editcap">editcap</primary>
283 </indexterm>
284 </listitem>
285 </varlistentry>
[50b8d8b]286
[13659efc]287 <varlistentry id="ethereal-prog">
288 <term><command>ethereal</command></term>
289 <listitem>
[1065a91]290 <para>is a GUI network protocol analyzer. It lets you interactively
291 browse packet data from a live network or from a previously
[13659efc]292 saved capture file.</para>
293 <indexterm zone="ethereal ethereal-prog">
294 <primary sortas="b-ethereal">ethereal</primary>
295 </indexterm>
296 </listitem>
297 </varlistentry>
[50b8d8b]298
[13659efc]299 <varlistentry id="idl2eth">
300 <term><command>idl2eth</command></term>
301 <listitem>
[1065a91]302 <para>takes a user specified CORBA
303 IDL file and generates <quote>C</quote> source code that
[50b8d8b]304 can be used to create an <application>Ethereal</application>
[28d83dbc]305 plugin.</para>
[13659efc]306 <indexterm zone="ethereal idl2eth">
307 <primary sortas="b-idl2eth">idl2eth</primary>
308 </indexterm>
309 </listitem>
310 </varlistentry>
[50b8d8b]311
[13659efc]312 <varlistentry id="mergecap">
313 <term><command>mergecap</command></term>
314 <listitem>
[1065a91]315 <para>combines multiple saved capture files into a single output
[13659efc]316 file.</para>
317 <indexterm zone="ethereal mergecap">
318 <primary sortas="b-mergecap">mergecap</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
[50b8d8b]322
[13659efc]323 <varlistentry id="randpkt">
324 <term><command>randpkt</command></term>
325 <listitem>
326 <para>creates random-packet capture files.</para>
327 <indexterm zone="ethereal randpkt">
328 <primary sortas="b-randpkt">randpkt</primary>
329 </indexterm>
330 </listitem>
331 </varlistentry>
[50b8d8b]332
[13659efc]333 <varlistentry id="tethereal">
334 <term><command>tethereal</command></term>
335 <listitem>
[1065a91]336 <para>is a TTY-mode network protocol analyzer. It lets you capture
337 packet data from a live network or read packets from a
[13659efc]338 previously saved capture file.</para>
339 <indexterm zone="ethereal tethereal">
340 <primary sortas="b-tethereal">tethereal</primary>
341 </indexterm>
342 </listitem>
343 </varlistentry>
[50b8d8b]344
[13659efc]345 <varlistentry id="text2pcap">
346 <term><command>text2pcap</command></term>
347 <listitem>
[1065a91]348 <para>reads in an ASCII hex dump and writes the
349 data described into a <application>libpcap</application>-style
[28d83dbc]350 capture file.</para>
[13659efc]351 <indexterm zone="ethereal text2pcap">
352 <primary sortas="b-text2pcap">text2pcap</primary>
353 </indexterm>
354 </listitem>
355 </varlistentry>
[50b8d8b]356
[13659efc]357 <varlistentry id="libethereal">
358 <term><filename class='libraryfile'>libethereal.so</filename></term>
359 <listitem>
[1065a91]360 <para>contains functions used by the
361 <application>Ethereal</application> programs to perform filtering and
[13659efc]362 packet capturing.</para>
363 <indexterm zone="ethereal libethereal">
364 <primary sortas="c-libethereal">libethereal.so</primary>
365 </indexterm>
366 </listitem>
367 </varlistentry>
[50b8d8b]368
[13659efc]369 <varlistentry id="libwiretap">
370 <term><filename class='libraryfile'>libwiretap.so</filename></term>
371 <listitem>
[1065a91]372 <para>is a library being developed as a future replacement for
373 <filename class='libraryfile'>libpcap</filename>, the current
374 standard Unix library for packet capturing. For more information,
375 see the <filename>README</filename> file in the source
[13659efc]376 <filename class='directory'>wiretap</filename> directory.</para>
377 <indexterm zone="ethereal libwiretap">
378 <primary sortas="c-libwiretap">libwiretap.so</primary>
379 </indexterm>
380 </listitem>
381 </varlistentry>
[50b8d8b]382
[13659efc]383 </variablelist>
384
385 </sect2>
[1a3dd316]386
387</sect1>
Note: See TracBrowser for help on using the repository browser.