Ignore:
Timestamp:
03/23/2020 09:46:15 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2aa0f3b
Parents:
bb65a3c
Message:

Finish formatting "networking"

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wireshark.xml

    rbb65a3c r7c56ece  
    4949    <itemizedlist spacing="compact">
    5050      <listitem>
    51         <para>Download (HTTP): <ulink url="&wireshark-download-http;"/></para>
    52       </listitem>
    53       <listitem>
    54         <para>Download (FTP): <ulink url="&wireshark-download-ftp;"/></para>
    55       </listitem>
    56       <listitem>
    57         <para>Download MD5 sum: &wireshark-md5sum;</para>
    58       </listitem>
    59       <listitem>
    60         <para>Download size: &wireshark-size;</para>
    61       </listitem>
    62       <listitem>
    63         <para>Estimated disk space required: &wireshark-buildsize;</para>
    64       </listitem>
    65       <listitem>
    66         <para>Estimated build time: &wireshark-time;</para>
     51        <para>
     52          Download (HTTP): <ulink url="&wireshark-download-http;"/>
     53        </para>
     54      </listitem>
     55      <listitem>
     56        <para>
     57          Download (FTP): <ulink url="&wireshark-download-ftp;"/>
     58        </para>
     59      </listitem>
     60      <listitem>
     61        <para>
     62          Download MD5 sum: &wireshark-md5sum;
     63        </para>
     64      </listitem>
     65      <listitem>
     66        <para>
     67          Download size: &wireshark-size;
     68        </para>
     69      </listitem>
     70      <listitem>
     71        <para>
     72          Estimated disk space required: &wireshark-buildsize;
     73        </para>
     74      </listitem>
     75      <listitem>
     76        <para>
     77          Estimated build time: &wireshark-time;
     78        </para>
    6779      </listitem>
    6880    </itemizedlist>
     
    7587          <ulink url="https://www.wireshark.org/download/docs/"/>
    7688          (contains links to several different docs in a variety of formats)
    77          </para>
     89        </para>
    7890      </listitem>
    7991    </itemizedlist>
     
    250262      <title>Config Files</title>
    251263
    252       <para><filename>/etc/wireshark.conf</filename> and
    253       <filename>~/.config/wireshark/*</filename> (unless there is already
    254       <filename>~/.wireshark/*</filename> in the system)</para>
     264      <para>
     265        <filename>/etc/wireshark.conf</filename> and
     266        <filename>~/.config/wireshark/*</filename> (unless there is already
     267        <filename>~/.wireshark/*</filename> in the system)
     268      </para>
    255269
    256270      <indexterm zone="wireshark wireshark-config">
     
    267281      <title>Configuration Information</title>
    268282
    269       <para>Though the default configuration parameters are very sane, reference
    270       the configuration section of the <ulink
    271       url="http://www.wireshark.org/docs/wsug_html/">Wireshark User's
    272       Guide</ulink> for configuration information. Most of
    273       <application>Wireshark</application>'s configuration can be accomplished
    274       using the menu options of the <command>wireshark</command> graphical
    275       interfaces.</para>
     283      <para>
     284        Though the default configuration parameters are very sane, reference
     285        the configuration section of the <ulink url=
     286        "http://www.wireshark.org/docs/wsug_html/">Wireshark User's Guide
     287        </ulink> for configuration information. Most of <application>Wireshark
     288        </application>'s configuration can be accomplished
     289        using the menu options of the <command>wireshark</command> graphical
     290        interfaces.
     291      </para>
    276292
    277293      <note>
    278         <para>If you want to look at packets, make sure you don't filter them
    279         out with <xref linkend="iptables"/>. If you want to exclude certain
    280         classes of packets, it is more efficient to do it with
    281         <application>iptables</application> than it is with
    282         <application>Wireshark</application>.</para>
     294        <para>
     295          If you want to look at packets, make sure you don't filter them
     296          out with <xref linkend="iptables"/>. If you want to exclude certain
     297          classes of packets, it is more efficient to do it with
     298          <application>iptables</application> than it is with
     299          <application>Wireshark</application>.
     300        </para>
    283301      </note>
    284302
     
    320338        <term><command>capinfos</command></term>
    321339        <listitem>
    322           <para>reads a saved capture file and returns any or all of several
    323           statistics about that file. It is able to detect and read any capture
    324           supported by the <application>Wireshark</application> package.</para>
     340          <para>
     341            reads a saved capture file and returns any or all of several
     342            statistics about that file. It is able to detect and read any
     343            capture supported by the <application>Wireshark</application>
     344            package.
     345          </para>
    325346          <indexterm zone="wireshark capinfos">
    326347            <primary sortas="b-capinfos">capinfos</primary>
     
    332353        <term><command>captype</command></term>
    333354        <listitem>
    334           <para>prints the file types of capture files.</para>
     355          <para>
     356            prints the file types of capture files.
     357          </para>
    335358          <indexterm zone="wireshark captype">
    336359            <primary sortas="b-captype">captype</primary>
     
    342365        <term><command>dumpcap</command></term>
    343366        <listitem>
    344           <para>is a network traffic dump tool. It lets you capture packet data
    345           from a live network and write the packets to a file.</para>
     367          <para>
     368            is a network traffic dump tool. It lets you capture packet data
     369            from a live network and write the packets to a file.
     370          </para>
    346371          <indexterm zone="wireshark dumpcap">
    347372            <primary sortas="b-dumpcap">dumpcap</primary>
     
    353378        <term><command>editcap</command></term>
    354379        <listitem>
    355           <para>edits and/or translates the format of capture files. It knows
    356           how to read <application>libpcap</application> capture files,
    357           including those of <command>tcpdump</command>,
    358           <application>Wireshark</application> and other tools that write
    359           captures in that format.</para>
     380          <para>
     381            edits and/or translates the format of capture files. It knows
     382            how to read <application>libpcap</application> capture files,
     383            including those of <command>tcpdump</command>,
     384            <application>Wireshark</application> and other tools that write
     385            captures in that format.
     386          </para>
    360387          <indexterm zone="wireshark editcap">
    361388            <primary sortas="b-editcap">editcap</primary>
     
    367394        <term><command>idl2wrs</command></term>
    368395        <listitem>
    369           <para>is a program that takes a user specified CORBA IDL file and
    370           generates <quote>C</quote> source code for a
    371           <application>Wireshark</application> <quote>plugin</quote>. It relies
    372           on two Python programs <command>wireshark_be.py</command> and
    373           <command>wireshark_gen.py</command>, which are not installed
    374           by default. They have to be copied manually from the <filename
    375           class="directory">tools</filename> directory to the <filename
    376           class="directory">$PYTHONPATH/site-packages/</filename> directory.
     396          <para>
     397            is a program that takes a user specified CORBA IDL file and
     398            generates <quote>C</quote> source code for a
     399            <application>Wireshark</application> <quote>plugin</quote>. It
     400            relies on two Python programs <command>wireshark_be.py</command>
     401            and <command>wireshark_gen.py</command>, which are not installed
     402            by default. They have to be copied manually from the <filename
     403            class="directory">tools</filename> directory to the <filename
     404            class="directory">$PYTHONPATH/site-packages/</filename> directory.
    377405          </para>
    378406          <indexterm zone="wireshark idl2wrs">
     
    385413        <term><command>mergecap</command></term>
    386414        <listitem>
    387           <para>combines multiple saved capture files into a single output
    388           file.</para>
     415          <para>
     416            combines multiple saved capture files into a single output file.
     417          </para>
    389418          <indexterm zone="wireshark mergecap">
    390419            <primary sortas="b-mergecap">mergecap</primary>
     
    396425        <term><command>randpkt</command></term>
    397426        <listitem>
    398           <para>creates random-packet capture files.</para>
     427          <para>
     428            creates random-packet capture files.
     429          </para>
    399430          <indexterm zone="wireshark randpkt">
    400431            <primary sortas="b-randpkt">randpkt</primary>
     
    406437        <term><command>rawshark</command></term>
    407438        <listitem>
    408           <para>dump and analyze raw libpcap data.</para>
     439          <para>
     440            dumps and analyzes raw libpcap data.
     441          </para>
    409442          <indexterm zone="wireshark rawshark">
    410443            <primary sortas="b-rawshark">rawshark</primary>
     
    416449        <term><command>reordercap</command></term>
    417450        <listitem>
    418           <para>reorder timestamps of input file frames into output file.</para>
     451          <para>
     452            reorders timestamps of input file frames into output file.
     453          </para>
    419454          <indexterm zone="wireshark reordercap">
    420455            <primary sortas="b-reordercap">reordercap</primary>
     
    426461        <term><command>sharkd</command></term>
    427462        <listitem>
    428           <para>is a daemon that listens on UNIX sockets.</para>
     463          <para>
     464            is a daemon that listens on UNIX sockets.
     465          </para>
    429466          <indexterm zone="wireshark sharkd">
    430467            <primary sortas="b-sharkd">sharkd</primary>
     
    436473        <term><command>text2pcap</command></term>
    437474        <listitem>
    438           <para>reads in an ASCII hex dump and writes the
    439           data described into a <application>libpcap</application>-style
    440           capture file.</para>
     475          <para>
     476            reads in an ASCII hex dump and writes the data described into a
     477            <application>libpcap</application>-style capture file.
     478          </para>
    441479          <indexterm zone="wireshark text2pcap">
    442480            <primary sortas="b-text2pcap">text2pcap</primary>
     
    448486        <term><command>tshark</command></term>
    449487        <listitem>
    450           <para>is a TTY-mode network protocol analyzer. It lets you capture
    451           packet data from a live network or read packets from a
    452           previously saved capture file.</para>
     488          <para>
     489            is a TTY-mode network protocol analyzer. It lets you capture
     490            packet data from a live network or read packets from a
     491            previously saved capture file.
     492          </para>
    453493          <indexterm zone="wireshark tshark">
    454494            <primary sortas="b-tshark">tshark</primary>
     
    488528        <term><filename class='libraryfile'>libwireshark.so</filename></term>
    489529        <listitem>
    490           <para>contains functions used by the
    491           <application>Wireshark</application> programs to perform filtering and
    492           packet capturing.</para>
     530          <para>
     531            contains functions used by the <application>Wireshark</application>
     532            programs to perform filtering and packet capturing.
     533          </para>
    493534          <indexterm zone="wireshark libwireshark">
    494535            <primary sortas="c-libwireshark">libwireshark.so</primary>
     
    500541        <term><filename class='libraryfile'>libwiretap.so</filename></term>
    501542        <listitem>
    502           <para>is a library being developed as a future replacement for
    503           <filename class='libraryfile'>libpcap</filename>, the current
    504           standard Unix library for packet capturing. For more information,
    505           see the <filename>README</filename> file in the source
    506           <filename class='directory'>wiretap</filename> directory.</para>
     543          <para>
     544            is a library being developed as a future replacement for
     545            <filename class='libraryfile'>libpcap</filename>, the current
     546            standard Unix library for packet capturing. For more information,
     547            see the <filename>README</filename> file in the source
     548            <filename class='directory'>wiretap</filename> directory.
     549          </para>
    507550          <indexterm zone="wireshark libwiretap">
    508551            <primary sortas="c-libwiretap">libwiretap.so</primary>
Note: See TracChangeset for help on using the changeset viewer.