source: basicnet/netutils/ethereal.xml@ 5de2721

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 5de2721 was 5de2721, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to Ethereal-0.10.14

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

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