Ignore:
Timestamp:
05/30/2005 04:25:18 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
4c3474fe
Parents:
bab92281
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/ethereal.xml

    rbab92281 r50b8d8b  
    1515<sect1 id="ethereal" xreflabel="Ethereal-&ethereal-version;">
    1616  <?dbhtml filename="ethereal.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Ethereal-&ethereal-version;</title>
    24  
     24
    2525  <indexterm zone="ethereal">
    2626    <primary sortas="a-Ethereal">Ethereal</primary>
     
    3838    the capability to read capture files from many other popular network
    3939    analyzers.</para>
    40    
     40
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
    4242    <itemizedlist spacing="compact">
     
    6060      </listitem>
    6161    </itemizedlist>
    62    
     62
    6363    <bridgehead renderas="sect3">Ethereal dependencies</bridgehead>
    64    
     64
    6565    <bridgehead renderas="sect4">Required</bridgehead>
    6666    <para><xref linkend="GLib"/> or <xref linkend="glib2"/> (to build the
    6767    TTY-mode front-end only)</para>
    68    
     68
    6969    <bridgehead renderas="sect4">Recommended</bridgehead>
    7070    <para><xref linkend="libpcap"/> (required to capture data)</para>
    71    
     71
    7272    <bridgehead renderas="sect4">Optional</bridgehead>
    7373    <para><xref linkend="pkgconfig"/>,
     
    8989
    9090  </sect2>
    91  
     91
    9292  <sect2 role="kernel" id="ethereal-kernel">
    9393    <title>Kernel Configuration</title>
    94    
     94
    9595      <para>The kernel must have the Packet protocol enabled for
    9696      <application>Ethereal</application> to capture live packets from the
    9797      network. Enable the Packet protocol by choosing <quote>Y</quote> in the
    98       <quote>Device Drivers</quote> &ndash; <quote>Networking support</quote> 
     98      <quote>Device Drivers</quote> &ndash; <quote>Networking support</quote>
    9999      &ndash; <quote>Networking options</quote> &ndash;
    100100      <quote>Packet socket</quote> configuration parameter. Alternatively,
    101101      build the af_packet module by choosing <quote>M</quote> in this
    102102      parameter.</para>
    103      
     103
    104104      <indexterm zone="ethereal ethereal-kernel">
    105105        <primary sortas="d-Capturing-network-packets">Capturing network
    106106        packets</primary>
    107107      </indexterm>
    108    
    109   </sect2>
    110  
     108
     109  </sect2>
     110
    111111  <sect2 role="installation">
    112112    <title>Installation of Ethereal</title>
     
    120120
    121121    <para>This package does not come with a test suite.</para>
    122    
     122
    123123    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    124    
     124
    125125<screen role="root"><userinput>make install &amp;&amp;
    126126install -v -m644 doc/README.* /usr/share/ethereal &amp;&amp;
     
    132132install -v -m644 image/*.{png,ico,xpm} /usr/share/pixmaps/ethereal &amp;&amp;
    133133install -v -m644 image/toolbar/* /usr/share/pixmaps/ethereal/toolbar</userinput></screen>
    134    
    135   </sect2>
    136  
     134
     135  </sect2>
     136
    137137  <sect2 role="commands">
    138138    <title>Command Explanations</title>
    139    
     139
    140140    <para><parameter>--enable-randpkt</parameter>: This parameter builds the
    141141    random capture program.</para>
    142    
     142
    143143    <para><parameter>--enable-threads</parameter>: This parameter enables the
    144144    use of threads in <command>ethereal</command>.</para>
    145    
     145
    146146    <para><option>--with-ssl</option>: This parameter enables the use of the
    147     <application>OpenSSL</application> 
     147    <application>OpenSSL</application>
    148148    <filename class='libraryfile'>libcrypto</filename> library.</para>
    149    
    150   </sect2>
    151  
     149
     150  </sect2>
     151
    152152  <sect2 role="configuration">
    153153    <title>Configuring Ethereal</title>
     
    155155    <sect3 id="ethereal-config">
    156156      <title>Config Files</title>
    157      
     157
    158158      <para><filename>/etc/ethereal.conf</filename> and
    159159      <filename>~/.ethereal/preferences</filename></para>
    160      
     160
    161161      <indexterm zone="ethereal ethereal-config">
    162162        <primary sortas="e-AA.ethereal-preferences">~/.ethereal/preferences</primary>
    163163      </indexterm>
    164      
     164
    165165      <indexterm zone="ethereal ethereal-config">
    166166        <primary sortas="e-etc-ethereal.conf">/etc/ethereal.conf</primary>
    167167      </indexterm>
    168    
     168
    169169    </sect3>
    170    
     170
    171171    <sect3>
    172172      <title>Configuration Information</title>
    173      
     173
    174174      <para>Though the default configuration parameters are very sane,
    175175      reference the configuration section of the
     
    177177      Guide</ulink> for configuration information. Most of
    178178      <application>Ethereal</application>'s configuration can be accomplished
    179       using the menu options of the <command>ethereal</command> 
     179      using the menu options of the <command>ethereal</command>
    180180      GUI interface.</para>
    181      
     181
    182182      <note>
    183183        <para>If you want to look at packets, make sure you don't filter
     
    187187        <application>Ethereal</application>.</para>
    188188      </note>
    189    
     189
    190190    </sect3>
    191    
    192   </sect2>
    193  
     191
     192  </sect2>
     193
    194194  <sect2 role="content">
    195195    <title>Contents</title>
     
    199199      <segtitle>Installed Libraries</segtitle>
    200200      <segtitle>Installed Directories</segtitle>
    201      
     201
    202202      <seglistitem>
    203203        <seg>capinfos, dftest, editcap, ethereal, idl2eth, mergecap, randpkt,
     
    209209      </seglistitem>
    210210    </segmentedlist>
    211    
     211
    212212    <variablelist>
    213213      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    214214      <?dbfo list-presentation="list"?>
    215215      <?dbhtml list-presentation="table"?>
    216      
     216
    217217      <varlistentry id="capinfos">
    218218        <term><command>capinfos</command></term>
     
    226226        </listitem>
    227227      </varlistentry>
    228      
     228
    229229      <varlistentry id="dftest">
    230230        <term><command>dftest</command></term>
     
    236236        </listitem>
    237237      </varlistentry>
    238      
     238
    239239      <varlistentry id="editcap">
    240240        <term><command>editcap</command></term>
     
    250250        </listitem>
    251251      </varlistentry>
    252      
     252
    253253      <varlistentry id="ethereal-prog">
    254254        <term><command>ethereal</command></term>
     
    262262        </listitem>
    263263      </varlistentry>
    264      
     264
    265265      <varlistentry id="idl2eth">
    266266        <term><command>idl2eth</command></term>
     
    268268          <para>takes a user specified CORBA
    269269          IDL file and generates <quote>C</quote> source code that
    270           can be used to create an <application>Ethereal</application> 
     270          can be used to create an <application>Ethereal</application>
    271271          plugin.</para>
    272272          <indexterm zone="ethereal idl2eth">
     
    275275        </listitem>
    276276      </varlistentry>
    277      
     277
    278278      <varlistentry id="mergecap">
    279279        <term><command>mergecap</command></term>
     
    286286        </listitem>
    287287      </varlistentry>
    288      
     288
    289289      <varlistentry id="randpkt">
    290290        <term><command>randpkt</command></term>
     
    296296        </listitem>
    297297      </varlistentry>
    298      
     298
    299299      <varlistentry id="tethereal">
    300300        <term><command>tethereal</command></term>
     
    308308        </listitem>
    309309      </varlistentry>
    310      
     310
    311311      <varlistentry id="text2pcap">
    312312        <term><command>text2pcap</command></term>
     
    320320        </listitem>
    321321      </varlistentry>
    322      
     322
    323323      <varlistentry id="libethereal">
    324324        <term><filename class='libraryfile'>libethereal.so</filename></term>
     
    332332        </listitem>
    333333      </varlistentry>
    334      
     334
    335335      <varlistentry id="libwiretap">
    336336        <term><filename class='libraryfile'>libwiretap.so</filename></term>
     
    346346        </listitem>
    347347      </varlistentry>
    348    
     348
    349349    </variablelist>
    350350
Note: See TracChangeset for help on using the changeset viewer.