source: basicnet/netutils/ethereal.xml@ 50b8d8b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 50b8d8b was 50b8d8b, checked in by Randy McMurchy <randy@…>, 19 years ago

Removed spaces from blank lines and excess spaces from the end of XML data

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

  • Property mode set to 100644
File size: 12.9 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 "03aa7fe2cbef9aa0654637cdc60e0458">
10 <!ENTITY ethereal-size "5.9 MB">
11 <!ENTITY ethereal-buildsize "225 MB">
12 <!ENTITY ethereal-time "4.2 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 </sect1info>
22
23 <title>Ethereal-&ethereal-version;</title>
24
25 <indexterm zone="ethereal">
26 <primary sortas="a-Ethereal">Ethereal</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Ethereal</title>
31
32 <para>The <application>Ethereal</application> package contains a network
33 protocol analyzer, also known as a <quote>sniffer</quote>. This is useful
34 for analyzing data captured <quote>off the wire</quote> from a live network
35 connection, or data read from a capture file.
36 <application>Ethereal</application> provides both GUI and TTY-mode programs
37 for examining captured network packets from over 500 protocols, as well as
38 the capability to read capture files from many other popular network
39 analyzers.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&ethereal-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&ethereal-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &ethereal-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &ethereal-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &ethereal-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &ethereal-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Ethereal dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para><xref linkend="GLib"/> or <xref linkend="glib2"/> (to build the
67 TTY-mode front-end only)</para>
68
69 <bridgehead renderas="sect4">Recommended</bridgehead>
70 <para><xref linkend="libpcap"/> (required to capture data)</para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para><xref linkend="pkgconfig"/>,
74 <xref linkend="GTK"/> or <xref linkend="gtk2"/> (to build the
75 GUI front-end),
76 <xref linkend="openssl"/>,
77 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
78 <xref linkend="python"/>,
79 <xref linkend="pcre"/>,
80 <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink> and
81 <ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink></para>
82
83 <bridgehead renderas="sect4">Optional (to build additional
84 documentation)</bridgehead>
85 <para><xref linkend="doxygen"/>,
86 <xref linkend="libxml"/>,
87 <xref linkend="libxslt"/>,
88 <xref linkend="fop"/></para>
89
90 </sect2>
91
92 <sect2 role="kernel" id="ethereal-kernel">
93 <title>Kernel Configuration</title>
94
95 <para>The kernel must have the Packet protocol enabled for
96 <application>Ethereal</application> to capture live packets from the
97 network. Enable the Packet protocol by choosing <quote>Y</quote> in the
98 <quote>Device Drivers</quote> &ndash; <quote>Networking support</quote>
99 &ndash; <quote>Networking options</quote> &ndash;
100 <quote>Packet socket</quote> configuration parameter. Alternatively,
101 build the af_packet module by choosing <quote>M</quote> in this
102 parameter.</para>
103
104 <indexterm zone="ethereal ethereal-kernel">
105 <primary sortas="d-Capturing-network-packets">Capturing network
106 packets</primary>
107 </indexterm>
108
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of Ethereal</title>
113
114 <para>Install <application>Ethereal</application> by running the following
115 commands:</para>
116
117<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
118 --enable-randpkt --enable-threads &amp;&amp;
119make</userinput></screen>
120
121 <para>This package does not come with a test suite.</para>
122
123 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
124
125<screen role="root"><userinput>make install &amp;&amp;
126install -v -m644 doc/README.* /usr/share/ethereal &amp;&amp;
127install -v -m644 -D ethereal.desktop \
128 /usr/share/applications/ethereal.desktop &amp;&amp;
129install -v -m644 -D image/elogo3d48x48.png \
130 /usr/share/pixmaps/ethereal.png &amp;&amp;
131install -v -m755 -d /usr/share/pixmaps/ethereal/toolbar &amp;&amp;
132install -v -m644 image/*.{png,ico,xpm} /usr/share/pixmaps/ethereal &amp;&amp;
133install -v -m644 image/toolbar/* /usr/share/pixmaps/ethereal/toolbar</userinput></screen>
134
135 </sect2>
136
137 <sect2 role="commands">
138 <title>Command Explanations</title>
139
140 <para><parameter>--enable-randpkt</parameter>: This parameter builds the
141 random capture program.</para>
142
143 <para><parameter>--enable-threads</parameter>: This parameter enables the
144 use of threads in <command>ethereal</command>.</para>
145
146 <para><option>--with-ssl</option>: This parameter enables the use of the
147 <application>OpenSSL</application>
148 <filename class='libraryfile'>libcrypto</filename> library.</para>
149
150 </sect2>
151
152 <sect2 role="configuration">
153 <title>Configuring Ethereal</title>
154
155 <sect3 id="ethereal-config">
156 <title>Config Files</title>
157
158 <para><filename>/etc/ethereal.conf</filename> and
159 <filename>~/.ethereal/preferences</filename></para>
160
161 <indexterm zone="ethereal ethereal-config">
162 <primary sortas="e-AA.ethereal-preferences">~/.ethereal/preferences</primary>
163 </indexterm>
164
165 <indexterm zone="ethereal ethereal-config">
166 <primary sortas="e-etc-ethereal.conf">/etc/ethereal.conf</primary>
167 </indexterm>
168
169 </sect3>
170
171 <sect3>
172 <title>Configuration Information</title>
173
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
179 using the menu options of the <command>ethereal</command>
180 GUI interface.</para>
181
182 <note>
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
187 <application>Ethereal</application>.</para>
188 </note>
189
190 </sect3>
191
192 </sect2>
193
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>
201
202 <seglistitem>
203 <seg>capinfos, dftest, editcap, ethereal, idl2eth, mergecap, randpkt,
204 tethereal and text2pcap</seg>
205 <seg>libethereal.so, libwiretap.so and numerous dissector plugin
206 modules</seg>
207 <seg>/usr/lib/ethereal, /usr/share/ethereal and
208 /usr/share/pixmaps/ethereal</seg>
209 </seglistitem>
210 </segmentedlist>
211
212 <variablelist>
213 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
214 <?dbfo list-presentation="list"?>
215 <?dbhtml list-presentation="table"?>
216
217 <varlistentry id="capinfos">
218 <term><command>capinfos</command></term>
219 <listitem>
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
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>
228
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>
238
239 <varlistentry id="editcap">
240 <term><command>editcap</command></term>
241 <listitem>
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
246 captures in that format.</para>
247 <indexterm zone="ethereal editcap">
248 <primary sortas="b-editcap">editcap</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="ethereal-prog">
254 <term><command>ethereal</command></term>
255 <listitem>
256 <para>is a GUI network protocol analyzer. It lets you interactively
257 browse packet data from a live network or from a previously
258 saved capture file.</para>
259 <indexterm zone="ethereal ethereal-prog">
260 <primary sortas="b-ethereal">ethereal</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="idl2eth">
266 <term><command>idl2eth</command></term>
267 <listitem>
268 <para>takes a user specified CORBA
269 IDL file and generates <quote>C</quote> source code that
270 can be used to create an <application>Ethereal</application>
271 plugin.</para>
272 <indexterm zone="ethereal idl2eth">
273 <primary sortas="b-idl2eth">idl2eth</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 <varlistentry id="mergecap">
279 <term><command>mergecap</command></term>
280 <listitem>
281 <para>combines multiple saved capture files into a single output
282 file.</para>
283 <indexterm zone="ethereal mergecap">
284 <primary sortas="b-mergecap">mergecap</primary>
285 </indexterm>
286 </listitem>
287 </varlistentry>
288
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>
298
299 <varlistentry id="tethereal">
300 <term><command>tethereal</command></term>
301 <listitem>
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
304 previously saved capture file.</para>
305 <indexterm zone="ethereal tethereal">
306 <primary sortas="b-tethereal">tethereal</primary>
307 </indexterm>
308 </listitem>
309 </varlistentry>
310
311 <varlistentry id="text2pcap">
312 <term><command>text2pcap</command></term>
313 <listitem>
314 <para>reads in an ASCII hex dump and writes the
315 data described into a <application>libpcap</application>-style
316 capture file.</para>
317 <indexterm zone="ethereal text2pcap">
318 <primary sortas="b-text2pcap">text2pcap</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
322
323 <varlistentry id="libethereal">
324 <term><filename class='libraryfile'>libethereal.so</filename></term>
325 <listitem>
326 <para>contains functions used by the
327 <application>Ethereal</application> programs to perform filtering and
328 packet capturing.</para>
329 <indexterm zone="ethereal libethereal">
330 <primary sortas="c-libethereal">libethereal.so</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="libwiretap">
336 <term><filename class='libraryfile'>libwiretap.so</filename></term>
337 <listitem>
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
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>
348
349 </variablelist>
350
351 </sect2>
352
353</sect1>
Note: See TracBrowser for help on using the repository browser.