source: basicnet/netutils/ethereal.xml@ 775c349a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 775c349a was 775c349a, checked in by Igor Živković <igor@…>, 19 years ago

Updated to Python-2.4.

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

  • Property mode set to 100644
File size: 7.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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 "eebd6cc45a45d68332b2c053aac0c484">
10 <!ENTITY ethereal-size "5.1 MB">
11 <!ENTITY ethereal-buildsize "179 MB">
12 <!ENTITY ethereal-time "3.61 SBU">
13]>
14
15<sect1 id="ethereal" xreflabel="Ethereal-&ethereal-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="ethereal.html"?>
21<title>Ethereal-&ethereal-version;</title>
22
23<sect2>
24<title>Introduction to <application>Ethereal</application></title>
25
26<para>The <application>Ethereal</application> package contains a network
27protocol analyzer, also known as a <quote>sniffer</quote>. This is useful for
28analyzing data captured <quote>off the wire</quote> from a live network
29connection, or data read from a capture file.
30<application>Ethereal</application> provides both <acronym>GUI</acronym> and
31<acronym>TTY</acronym>-mode programs for examining captured network packets
32from over 500 protocols, as well as the capability to read capture files from
33many other popular network analyzers.</para>
34
35<sect3><title>Package information</title>
36<itemizedlist spacing="compact">
37<listitem><para>Download (HTTP):
38<ulink url="&ethereal-download-http;"/></para></listitem>
39<listitem><para>Download (FTP):
40<ulink url="&ethereal-download-ftp;"/></para></listitem>
41<listitem><para>Download MD5 Sum: &ethereal-md5sum;</para></listitem>
42<listitem><para>Download size: &ethereal-size;</para></listitem>
43<listitem><para>Estimated disk space required:
44&ethereal-buildsize;</para></listitem>
45<listitem><para>Estimated build time:
46&ethereal-time;</para></listitem></itemizedlist>
47</sect3>
48
49<sect3><title><application>Ethereal</application> dependencies</title>
50<sect4><title>Required</title>
51<para><xref linkend="GLib"/> or <xref linkend="glib2"/> (to build the
52<acronym>TTY</acronym>-mode front-end only)</para>
53</sect4>
54
55<sect4><title>Recommended</title>
56<para><xref linkend="libpcap"/> (required to capture data)</para>
57</sect4>
58
59<sect4><title>Optional</title>
60<para><xref linkend="pkgconfig"/>,
61<xref linkend="GTK"/> or <xref linkend="gtk2"/> (to build the
62<acronym>GUI</acronym> front-end),
63<xref linkend="openssl"/>,
64<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
65<xref linkend="python"/>,
66<xref linkend="pcre"/>,
67<xref linkend="doxygen"/>,
68<ulink url="http://www.net-snmp.org/">Net-SNMP</ulink> and
69<ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink></para>
70</sect4>
71</sect3>
72
73</sect2>
74
75<sect2>
76<title>Installation of <application>Ethereal</application></title>
77
78<para>Install <application>Ethereal</application> by running the following
79commands:</para>
80
81<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
82 --enable-randpkt --enable-threads &amp;&amp;
83make &amp;&amp;
84make install</command></userinput></screen>
85
86</sect2>
87
88<sect2>
89<title>Command explanations</title>
90
91<para><option>--enable-randpkt</option>: This parameter builds the random
92capture program.</para>
93
94<para><option>--enable-threads</option>: This parameter enables the use
95of threads in <command>ethereal</command>.</para>
96
97</sect2>
98
99<sect2>
100<title>Configuring <application>Ethereal</application></title>
101
102<sect3><title>Config files</title>
103<para><filename>/etc/ethereal.conf</filename> and
104<filename>~/.ethereal/preferences</filename></para>
105</sect3>
106
107<sect3><title>Configuration Information</title>
108<sect4><title>Package configuration</title>
109<para>Though the default configuration parameters are very sane,
110reference the configuration section of the
111<ulink url="http://www.ethereal.com/docs/user-guide/">Ethereal User's
112Guide</ulink> for configuration information. Most of
113<application>Ethereal</application>'s configuration can be accomplished
114using the menu options of the <command>ethereal</command>
115<acronym>GUI</acronym> interface.</para>
116</sect4>
117
118<sect4><title>Kernel configuration</title>
119<para>The kernel must have the Packet protocol enabled for
120<application>Ethereal</application> to capture live packets from the network.
121Enable the Packet protocol by choosing <quote>Y</quote> in the
122<quote>Device Drivers</quote> &ndash; <quote>Networking support</quote>
123&ndash; <quote>Networking options</quote> &ndash; <quote>Packet socket</quote>
124configuration parameter. Alternatively, build the af_packet module by choosing
125<quote>M</quote> in this parameter.</para>
126
127<para>Note: If you want to look at packets, make sure you don't filter
128them out with <xref linkend="iptables"/>. If you want to exclude
129certain classes of packets, it is more efficient to do it with
130<application>iptables</application> than
131<application>Ethereal</application>.</para>
132</sect4>
133</sect3>
134
135</sect2>
136
137<sect2>
138<title>Contents</title>
139
140<para>The <application>Ethereal</application> package contains
141<command>capinfos</command>,
142<command>dftest</command>,
143<command>editcap</command>,
144<command>ethereal</command>,
145<command>idl2eth</command>,
146<command>mergecap</command>,
147<command>randpkt</command>,
148<command>tethereal</command>,
149<command>text2pcap</command>,
150<filename class='libraryfile'>libethereal</filename>,
151<filename class='libraryfile'>libwiretap</filename> and
152many dissector plugin modules.</para>
153
154</sect2>
155
156<sect2><title>Description</title>
157
158<sect3><title>capinfos</title>
159<para><command>capinfos</command> reads a saved capture file and returns any or
160all of several statistics about that file. It is able to detect and read any
161capture supported by the <application>Ethereal</application> package.</para>
162</sect3>
163
164<sect3><title>dftest</title>
165<para><command>dftest</command> is a display-filter-compiler test
166program.</para>
167</sect3>
168
169<sect3><title>editcap</title>
170<para><command>editcap</command> edits and/or translates the format of capture
171files. It knows how to read <application>libpcap</application> capture files,
172including those of <command>tcpdump</command>,
173<application>Ethereal</application> and other tools that write captures in that
174format.</para>
175</sect3>
176
177<sect3><title>ethereal</title>
178<para><command>ethereal</command> is a <acronym>GUI</acronym> network protocol
179analyzer. It lets you interactively browse packet data from a live network or
180from a previously saved capture file.</para>
181</sect3>
182
183<sect3><title>idl2eth</title>
184<para><command>idl2eth</command> takes a user specified
185<acronym>CORBA</acronym> <acronym>IDL</acronym> file and generates
186<quote>C</quote> source code that can be used to create an
187<application>Ethereal</application> plugin.</para>
188</sect3>
189
190<sect3><title>mergecap</title>
191<para><command>mergecap</command> combines multiple saved capture files into a
192single output file.</para>
193</sect3>
194
195<sect3><title>randpkt</title>
196<para><command>randpkt</command> creates random-packet capture files.</para>
197</sect3>
198
199<sect3><title>tethereal</title>
200<para><command>tethereal</command> is a <acronym>TTY</acronym>-mode network
201protocol analyzer. It lets you capture packet data from a live network or
202read packets from a previously saved capture file.</para>
203</sect3>
204
205<sect3><title>text2pcap</title>
206<para><command>text2pcap</command> reads in an <acronym>ASCII</acronym> hex
207dump and writes the data described into a
208<application>libpcap</application>-style capture file.</para>
209</sect3>
210
211</sect2>
212
213</sect1>
214
Note: See TracBrowser for help on using the repository browser.