source: basicnet/netutils/ethereal.xml@ d740db2

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 d740db2 was 25475f5, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Basicnet.

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

  • Property mode set to 100644
File size: 13.0 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">
[c3ee07c]9 <!ENTITY ethereal-md5sum "08d277951ff6f6a93c752abebd85d5bc">
10 <!ENTITY ethereal-size "8.0 MB">
11 <!ENTITY ethereal-buildsize "276 MB">
12 <!ENTITY ethereal-time "4.8 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
[13659efc]67 <bridgehead renderas="sect3">Ethereal dependencies</bridgehead>
[50b8d8b]68
[13659efc]69 <bridgehead renderas="sect4">Required</bridgehead>
[4dbbf634]70 <para role="required"><xref linkend="GLib"/> or <xref linkend="glib2"/> (to build the
[13659efc]71 TTY-mode front-end only)</para>
[50b8d8b]72
[13659efc]73 <bridgehead renderas="sect4">Recommended</bridgehead>
[4dbbf634]74 <para role="recommended"><xref linkend="libpcap"/> (required to capture data)</para>
[50b8d8b]75
[13659efc]76 <bridgehead renderas="sect4">Optional</bridgehead>
[4dbbf634]77 <para role="optional"><xref linkend="pkgconfig"/>,
[1065a91]78 <xref linkend="GTK"/> or <xref linkend="gtk2"/> (to build the
79 GUI front-end),
80 <xref linkend="openssl"/>,
81 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
82 <xref linkend="python"/>,
83 <xref linkend="pcre"/>,
84 <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink> and
[13659efc]85 <ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink></para>
[28d83dbc]86
[1065a91]87 <bridgehead renderas="sect4">Optional (to build additional
[28d83dbc]88 documentation)</bridgehead>
[4dbbf634]89 <para role="optional"><xref linkend="doxygen"/>,
[1065a91]90 <xref linkend="libxml"/>,
[28d83dbc]91 <xref linkend="libxslt"/>,
92 <xref linkend="fop"/></para>
93
[13659efc]94 </sect2>
[50b8d8b]95
[13659efc]96 <sect2 role="kernel" id="ethereal-kernel">
97 <title>Kernel Configuration</title>
[50b8d8b]98
[1065a91]99 <para>The kernel must have the Packet protocol enabled for
100 <application>Ethereal</application> to capture live packets from the
101 network. Enable the Packet protocol by choosing <quote>Y</quote> in the
[50b8d8b]102 <quote>Device Drivers</quote> &ndash; <quote>Networking support</quote>
[1065a91]103 &ndash; <quote>Networking options</quote> &ndash;
104 <quote>Packet socket</quote> configuration parameter. Alternatively,
105 build the af_packet module by choosing <quote>M</quote> in this
[28d83dbc]106 parameter.</para>
[50b8d8b]107
[13659efc]108 <indexterm zone="ethereal ethereal-kernel">
[1065a91]109 <primary sortas="d-Capturing-network-packets">Capturing network
[13659efc]110 packets</primary>
111 </indexterm>
[50b8d8b]112
[13659efc]113 </sect2>
[50b8d8b]114
[13659efc]115 <sect2 role="installation">
116 <title>Installation of Ethereal</title>
117
[1065a91]118 <para>Install <application>Ethereal</application> by running the following
[13659efc]119 commands:</para>
120
[3239e36]121<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --enable-threads &amp;&amp;
[13659efc]122make</userinput></screen>
[28d83dbc]123
124 <para>This package does not come with a test suite.</para>
[50b8d8b]125
[13659efc]126 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[50b8d8b]127
[28d83dbc]128<screen role="root"><userinput>make install &amp;&amp;
[c3ee07c]129install -v -m644 doc/README.* doc/randpkt.txt /usr/share/ethereal &amp;&amp;
[28d83dbc]130install -v -m644 -D ethereal.desktop \
131 /usr/share/applications/ethereal.desktop &amp;&amp;
132install -v -m644 -D image/elogo3d48x48.png \
133 /usr/share/pixmaps/ethereal.png &amp;&amp;
134install -v -m755 -d /usr/share/pixmaps/ethereal/toolbar &amp;&amp;
135install -v -m644 image/*.{png,ico,xpm} /usr/share/pixmaps/ethereal &amp;&amp;
136install -v -m644 image/toolbar/* /usr/share/pixmaps/ethereal/toolbar</userinput></screen>
[50b8d8b]137
[13659efc]138 </sect2>
[50b8d8b]139
[13659efc]140 <sect2 role="commands">
141 <title>Command Explanations</title>
[50b8d8b]142
[1065a91]143 <para><parameter>--enable-threads</parameter>: This parameter enables the
[28d83dbc]144 use of threads in <command>ethereal</command>.</para>
[50b8d8b]145
[1065a91]146 <para><option>--with-ssl</option>: This parameter enables the use of the
[50b8d8b]147 <application>OpenSSL</application>
[13659efc]148 <filename class='libraryfile'>libcrypto</filename> library.</para>
[50b8d8b]149
[13659efc]150 </sect2>
[50b8d8b]151
[13659efc]152 <sect2 role="configuration">
153 <title>Configuring Ethereal</title>
154
155 <sect3 id="ethereal-config">
156 <title>Config Files</title>
[50b8d8b]157
[1065a91]158 <para><filename>/etc/ethereal.conf</filename> and
[13659efc]159 <filename>~/.ethereal/preferences</filename></para>
[50b8d8b]160
[13659efc]161 <indexterm zone="ethereal ethereal-config">
162 <primary sortas="e-AA.ethereal-preferences">~/.ethereal/preferences</primary>
163 </indexterm>
[50b8d8b]164
[13659efc]165 <indexterm zone="ethereal ethereal-config">
166 <primary sortas="e-etc-ethereal.conf">/etc/ethereal.conf</primary>
167 </indexterm>
[50b8d8b]168
[13659efc]169 </sect3>
[50b8d8b]170
[13659efc]171 <sect3>
172 <title>Configuration Information</title>
[50b8d8b]173
[1065a91]174 <para>Though the default configuration parameters are very sane,
175 reference the configuration section of the
176 <ulink url="http://www.ethereal.com/docs/user-guide/">Ethereal User's
177 Guide</ulink> for configuration information. Most of
178 <application>Ethereal</application>'s configuration can be accomplished
[50b8d8b]179 using the menu options of the <command>ethereal</command>
[c3ee07c]180 graphical interface.</para>
[50b8d8b]181
[13659efc]182 <note>
[1065a91]183 <para>If you want to look at packets, make sure you don't filter
184 them out with <xref linkend="iptables"/>. If you want to exclude
185 certain classes of packets, it is more efficient to do it with
186 <application>iptables</application> than
[13659efc]187 <application>Ethereal</application>.</para>
188 </note>
[50b8d8b]189
[13659efc]190 </sect3>
[50b8d8b]191
[13659efc]192 </sect2>
[50b8d8b]193
[13659efc]194 <sect2 role="content">
195 <title>Contents</title>
196
197 <segmentedlist>
198 <segtitle>Installed Programs</segtitle>
199 <segtitle>Installed Libraries</segtitle>
200 <segtitle>Installed Directories</segtitle>
[50b8d8b]201
[13659efc]202 <seglistitem>
[1065a91]203 <seg>capinfos, dftest, editcap, ethereal, idl2eth, mergecap, randpkt,
[13659efc]204 tethereal and text2pcap</seg>
[1065a91]205 <seg>libethereal.so, libwiretap.so and numerous dissector plugin
[28d83dbc]206 modules</seg>
[1065a91]207 <seg>/usr/lib/ethereal, /usr/share/ethereal and
[28d83dbc]208 /usr/share/pixmaps/ethereal</seg>
[13659efc]209 </seglistitem>
210 </segmentedlist>
[50b8d8b]211
[13659efc]212 <variablelist>
213 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
214 <?dbfo list-presentation="list"?>
215 <?dbhtml list-presentation="table"?>
[50b8d8b]216
[13659efc]217 <varlistentry id="capinfos">
218 <term><command>capinfos</command></term>
219 <listitem>
[1065a91]220 <para>reads a saved capture file and returns any or all of several
221 statistics about that file. It is able to detect and read any capture
[13659efc]222 supported by the <application>Ethereal</application> package.</para>
223 <indexterm zone="ethereal capinfos">
224 <primary sortas="b-capinfos">capinfos</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
[50b8d8b]228
[13659efc]229 <varlistentry id="dftest">
230 <term><command>dftest</command></term>
231 <listitem>
232 <para>is a display-filter-compiler test program.</para>
233 <indexterm zone="ethereal dftest">
234 <primary sortas="b-dftest">dftest</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
[50b8d8b]238
[13659efc]239 <varlistentry id="editcap">
240 <term><command>editcap</command></term>
241 <listitem>
[1065a91]242 <para>edits and/or translates the format of capture files. It knows
243 how to read <application>libpcap</application> capture files,
244 including those of <command>tcpdump</command>,
245 <application>Ethereal</application> and other tools that write
[28d83dbc]246 captures in that format.</para>
[13659efc]247 <indexterm zone="ethereal editcap">
248 <primary sortas="b-editcap">editcap</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
[50b8d8b]252
[13659efc]253 <varlistentry id="ethereal-prog">
254 <term><command>ethereal</command></term>
255 <listitem>
[1065a91]256 <para>is a GUI network protocol analyzer. It lets you interactively
257 browse packet data from a live network or from a previously
[13659efc]258 saved capture file.</para>
259 <indexterm zone="ethereal ethereal-prog">
260 <primary sortas="b-ethereal">ethereal</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
[50b8d8b]264
[13659efc]265 <varlistentry id="idl2eth">
266 <term><command>idl2eth</command></term>
267 <listitem>
[1065a91]268 <para>takes a user specified CORBA
269 IDL file and generates <quote>C</quote> source code that
[50b8d8b]270 can be used to create an <application>Ethereal</application>
[28d83dbc]271 plugin.</para>
[13659efc]272 <indexterm zone="ethereal idl2eth">
273 <primary sortas="b-idl2eth">idl2eth</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
[50b8d8b]277
[13659efc]278 <varlistentry id="mergecap">
279 <term><command>mergecap</command></term>
280 <listitem>
[1065a91]281 <para>combines multiple saved capture files into a single output
[13659efc]282 file.</para>
283 <indexterm zone="ethereal mergecap">
284 <primary sortas="b-mergecap">mergecap</primary>
285 </indexterm>
286 </listitem>
287 </varlistentry>
[50b8d8b]288
[13659efc]289 <varlistentry id="randpkt">
290 <term><command>randpkt</command></term>
291 <listitem>
292 <para>creates random-packet capture files.</para>
293 <indexterm zone="ethereal randpkt">
294 <primary sortas="b-randpkt">randpkt</primary>
295 </indexterm>
296 </listitem>
297 </varlistentry>
[50b8d8b]298
[13659efc]299 <varlistentry id="tethereal">
300 <term><command>tethereal</command></term>
301 <listitem>
[1065a91]302 <para>is a TTY-mode network protocol analyzer. It lets you capture
303 packet data from a live network or read packets from a
[13659efc]304 previously saved capture file.</para>
305 <indexterm zone="ethereal tethereal">
306 <primary sortas="b-tethereal">tethereal</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
[50b8d8b]310
[13659efc]311 <varlistentry id="text2pcap">
312 <term><command>text2pcap</command></term>
313 <listitem>
[1065a91]314 <para>reads in an ASCII hex dump and writes the
315 data described into a <application>libpcap</application>-style
[28d83dbc]316 capture file.</para>
[13659efc]317 <indexterm zone="ethereal text2pcap">
318 <primary sortas="b-text2pcap">text2pcap</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
[50b8d8b]322
[13659efc]323 <varlistentry id="libethereal">
324 <term><filename class='libraryfile'>libethereal.so</filename></term>
325 <listitem>
[1065a91]326 <para>contains functions used by the
327 <application>Ethereal</application> programs to perform filtering and
[13659efc]328 packet capturing.</para>
329 <indexterm zone="ethereal libethereal">
330 <primary sortas="c-libethereal">libethereal.so</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
[50b8d8b]334
[13659efc]335 <varlistentry id="libwiretap">
336 <term><filename class='libraryfile'>libwiretap.so</filename></term>
337 <listitem>
[1065a91]338 <para>is a library being developed as a future replacement for
339 <filename class='libraryfile'>libpcap</filename>, the current
340 standard Unix library for packet capturing. For more information,
341 see the <filename>README</filename> file in the source
[13659efc]342 <filename class='directory'>wiretap</filename> directory.</para>
343 <indexterm zone="ethereal libwiretap">
344 <primary sortas="c-libwiretap">libwiretap.so</primary>
345 </indexterm>
346 </listitem>
347 </varlistentry>
[50b8d8b]348
[13659efc]349 </variablelist>
350
351 </sect2>
[1a3dd316]352
353</sect1>
Note: See TracBrowser for help on using the repository browser.