source: basicnet/netutils/ethereal.xml@ faa80ab

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

Added new package Doxygen-1.3.9.1

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

  • Property mode set to 100644
File size: 7.5 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 "722a2529c3a19b5b81c825bca444baea">
10 <!ENTITY ethereal-size "5.0 MB">
11 <!ENTITY ethereal-buildsize "172 MB">
12 <!ENTITY ethereal-time "3.09 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>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>Recommended</title>
51<para><xref linkend="libpcap"/> (required to capture data)</para>
52</sect4>
53
54<sect4><title>Optional</title>
55<para><xref linkend="pkgconfig"/>,
56<xref linkend="GTK"/> or <xref linkend="GTK2"/> (to build the
57<acronym>GUI</acronym> front-end),
58<xref linkend="GLib"/> or <xref linkend="GLib2"/> (to build the
59<acronym>TTY</acronym>-mode front-end only),
60<xref linkend="openssl"/>,
61<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
62<xref linkend="Python"/>,
63<xref linkend="pcre"/>,
64<xref linkend="doxygen"/>,
65<ulink url="http://www.net-snmp.org/">Net-SNMP</ulink> and
66<ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink></para>
67</sect4>
68
69</sect3>
70
71</sect2>
72
73<sect2>
74<title>Installation of <application>Ethereal</application></title>
75
76<para>Install <application>Ethereal</application> by running the following
77commands:</para>
78
79<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
80 --enable-randpkt --enable-threads &amp;&amp;
81make &amp;&amp;
82make install</command></userinput></screen>
83
84</sect2>
85
86<sect2>
87<title>Command explanations</title>
88
89<para><option>--enable-randpkt</option>: Adding this parameter will
90build the random capture program.</para>
91
92<para><option>--enable-threads</option>: Adding this parameter enables the use
93of threads in <command>ethereal</command>.</para>
94
95</sect2>
96
97<sect2>
98<title>Configuring <application>Ethereal</application></title>
99
100<sect3><title>Config files</title>
101<para><filename>/etc/ethereal.conf</filename> and
102<filename>~/.ethereal/preferences</filename></para>
103</sect3>
104
105<sect3><title>Configuration Information</title>
106<sect4><title>Package configuration</title>
107<para>Though the default configuration parameters are very sane,
108reference the configuration section of the
109<ulink url="http://www.ethereal.com/docs/user-guide/">Ethereal User's
110Guide</ulink> for configuration information. Most of
111<application>Ethereal</application>'s configuration can be accomplished
112using the menu options of the <command>ethereal</command>
113<acronym>GUI</acronym> interface.</para>
114</sect4>
115
116<sect4><title>Kernel configuration</title>
117<para>The kernel must have the Packet protocol enabled for
118<application>Ethereal</application> to capture live packets from the network.
119Enable the Packet protocol by choosing <quote>Y</quote> in the
120<quote>Device Drivers</quote> &ndash; <quote>Networking support</quote>
121&ndash; <quote>Networking options</quote> &ndash; <quote>Packet socket</quote>
122configuration parameter. Alternatively, build the af_packet module by choosing
123<quote>M</quote> in this parameter.</para>
124
125<para>Note: If you want to look at packets, make sure you don't filter
126them out with <xref linkend="iptables"/>. If you want to exclude
127certain classes of packets, it is more efficient to do it with
128<application>iptables</application> than
129<application>Ethereal</application>.</para>
130</sect4>
131
132</sect3>
133
134</sect2>
135
136<sect2>
137<title>Contents</title>
138
139<para>The <application>Ethereal</application> package contains
140<command>capinfo</command>,
141<command>dftest</command>,
142<command>editcap</command>,
143<command>ethereal</command>,
144<command>idl2eth</command>,
145<command>mergecap</command>,
146<command>randpkt</command>,
147<command>tethereal</command>,
148<command>text2pcap</command>,
149<filename class='libraryfile'>libethereal</filename>,
150<filename class='libraryfile'>libwiretap</filename> and
151many dissector plugin modules.</para>
152
153</sect2>
154
155<sect2><title>Description</title>
156
157<sect3><title>capinfo</title>
158<para><command>capinfo</command> reads a saved capture file and returns any or
159all of several statistics about that file. It is able to detect and read any
160capture supported by the <application>Ethereal</application> package.</para>
161</sect3>
162
163<sect3><title>dftest</title>
164<para><command>dftest</command> is a display-filter-compiler test
165program.</para>
166</sect3>
167
168<sect3><title>editcap</title>
169<para><command>editcap</command> edits and/or translates the format of capture
170files. It knows how to read <application>libpcap</application> capture files,
171including those of <command>tcpdump</command>,
172<application>Ethereal</application> and other tools that write captures in that
173format.</para>
174</sect3>
175
176<sect3><title>ethereal</title>
177<para><command>ethereal</command> is a <acronym>GUI</acronym> network protocol
178analyzer. It lets you interactively browse packet data from a live network or
179from a previously saved capture file.</para>
180</sect3>
181
182<sect3><title>idl2eth</title>
183<para><command>idl2eth</command> takes a user specified
184<acronym>CORBA</acronym> <acronym>IDL</acronym> file and generates
185<quote>C</quote> source code that can be used to create an
186<application>Ethereal</application> plugin.</para>
187</sect3>
188
189<sect3><title>mergecap</title>
190<para><command>mergecap</command> combines multiple saved capture files into a
191single output file.</para>
192</sect3>
193
194<sect3><title>randpkt</title>
195<para><command>randpkt</command> creates random-packet capture files.</para>
196</sect3>
197
198<sect3><title>tethereal</title>
199<para><command>tethereal</command> is a <acronym>TTY</acronym>-mode network
200protocol analyzer. It lets you capture packet data from a live network or
201read packets from a previously saved capture file.</para>
202</sect3>
203
204<sect3><title>text2pcap</title>
205<para><command>text2pcap</command> reads in an <acronym>ASCII</acronym> hex
206dump and writes the data described into a
207<application>libpcap</application>-style capture file.</para>
208</sect3>
209
210</sect2>
211
212</sect1>
213
Note: See TracBrowser for help on using the repository browser.