Updated libpcap tags.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3636 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2005-04-02 22:51:54 +00:00
parent 1cdc95966a
commit a92671e799

View File

@ -17,8 +17,12 @@
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="libpcap.html"?>
<title><application>libpcap</application>-&libpcap-version;</title>
<indexterm zone="libpcap">
<primary sortas="a-libpcap">libpcap</primary>
</indexterm>
<sect2>
<title>Introduction to <application>libpcap</application></title>
@ -55,8 +59,13 @@ packet capture, used in low-level network monitoring.</para>
following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make</command></userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the root user:</para>
<screen><userinput role="root"><command>make install</command></userinput></screen>
<note><para>Some applications, including <ulink
url="http://www.tcpdump.org/">tcpdump</ulink>, require
@ -70,18 +79,34 @@ you don't pass this parameter.</para></note>
<sect2>
<title>Contents</title>
<para>The <application>libpcap</application> package provides
the <filename class="libraryfile">libpcap</filename> library.</para>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
</sect2>
<seglistitem>
<seg>None</seg>
<seg>libpcap.a</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<sect2><title>Description</title>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<sect3><title>libpcap</title>
<para><filename class="libraryfile">libpcap</filename>
is a library used for user-level packet capture.</para></sect3>
<varlistentry id="libpcap-lib">
<term><filename class="libraryfile">libpcap.a</filename></term>
<listitem>
<para>is a library used for user-level packet capture.</para>
<indexterm zone="libpcap libpcap-lib">
<primary sortas="c-libpcap">libpcap.a</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>