source: basicnet/netutils/ethereal.xml@ 0710d944

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0710d944 was 13659efc, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged ethereal.xml

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

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