source: basicnet/netutils/ethereal.xml@ 061ec9d

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

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #1

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

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