source: basicnet/netutils/ethereal.xml@ 3239e36

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 3239e36 was 3239e36, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to Ethereal-0.10.12

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

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