Author: manuel Date: 2005-05-01 05:41:34 -0600 (Sun, 01 May 2005) New Revision: 3914
Modified: trunk/BOOK/general/genlib/libpcap.xml Log: Tagged libpcap.xml Modified: trunk/BOOK/general/genlib/libpcap.xml =================================================================== --- trunk/BOOK/general/genlib/libpcap.xml 2005-05-01 11:34:44 UTC (rev 3913) +++ trunk/BOOK/general/genlib/libpcap.xml 2005-05-01 11:41:34 UTC (rev 3914) @@ -4,109 +4,121 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; -<!ENTITY libpcap-download-http "http://www.tcpdump.org/release/libpcap-&libpcap-version;.tar.gz"> -<!ENTITY libpcap-download-ftp "ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/libpcap-&libpcap-version;.tar.gz"> -<!ENTITY libpcap-md5sum "56a9d4615d8354fcfe8cff8c8443c77b"> -<!ENTITY libpcap-size "299 KB"> -<!ENTITY libpcap-buildsize "2.4 MB"> -<!ENTITY libpcap-time "0.05 SBU"> + <!ENTITY libpcap-download-http "http://www.tcpdump.org/release/libpcap-&libpcap-version;.tar.gz"> + <!ENTITY libpcap-download-ftp "ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/libpcap-&libpcap-version;.tar.gz"> + <!ENTITY libpcap-md5sum "56a9d4615d8354fcfe8cff8c8443c77b"> + <!ENTITY libpcap-size "299 KB"> + <!ENTITY libpcap-buildsize "2.4 MB"> + <!ENTITY libpcap-time "0.05 SBU"> ]> <sect1 id="libpcap" xreflabel="libpcap-&libpcap-version;"> -<sect1info> -<othername>$LastChangedBy$</othername> -<date>$Date$</date> -</sect1info> + <?dbhtml filename="libpcap.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>Libpcap-&libpcap-version;</title> + + <indexterm zone="libpcap"> + <primary sortas="a-Libpcap">Libpcap</primary> + </indexterm> -<?dbhtml filename="libpcap.html"?> -<title><application>libpcap</application>-&libpcap-version;</title> -<indexterm zone="libpcap"> - <primary sortas="a-Libpcap">Libpcap</primary> -</indexterm> + <sect2 role="package"> + <title>Introduction to Libpcap</title> + + <para><application>libpcap</application> provides functions for user-level + packet capture, used in low-level network monitoring.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&libpcap-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&libpcap-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &libpcap-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &libpcap-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &libpcap-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &libpcap-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">Libpcap Dependencies</bridgehead> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para><ulink url="http://www.endace.com/">DAG</ulink></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Libpcap</title> -<sect2> -<title>Introduction to <application>libpcap</application></title> + <para>Install <application>libpcap</application> by running the + following commands:</para> -<para><application>libpcap</application> provides functions for user-level -packet capture, used in low-level network monitoring.</para> +<screen><userinput>./configure --prefix=/usr && +make</userinput></screen> -<sect3><title>Package information</title> -<itemizedlist spacing='compact'> -<listitem><para>Download (HTTP): -<ulink url="&libpcap-download-http;"/></para></listitem> -<listitem><para>Download (FTP): -<ulink url="&libpcap-download-ftp;"/></para></listitem> -<listitem><para>Download MD5 sum: &libpcap-md5sum;</para></listitem> -<listitem><para>Download size: &libpcap-size;</para></listitem> -<listitem><para>Estimated disk space required: -&libpcap-buildsize;</para></listitem> -<listitem><para>Estimated build time: -&libpcap-time;</para></listitem></itemizedlist> -</sect3> + <para>This package does not come with a test suite.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install</userinput></screen> -<sect3><title><application>libpcap</application> dependencies</title> -<sect4><title>Optional</title> -<para><ulink url="http://www.endace.com/">DAG</ulink></para> -</sect4> -</sect3> + <note> + <para>Some applications, including <ulink + url="http://www.tcpdump.org/">tcpdump</ulink>, require + <option>--enable-yydebug</option> passed to <command>configure</command> + when building <application>libpcap</application> to enable the parser + debugging code. <application>tcpdump</application> will fail to build if + you don't pass this parameter.</para> + </note> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> -</sect2> + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>None</seg> + <seg>libpcap.a</seg> + <seg>None</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <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> -<title>Installation of <application>libpcap</application></title> + </sect2> -<para>Install <application>libpcap</application> by running the -following commands:</para> - -<screen><userinput><command>./configure --prefix=/usr && -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 -<option>--enable-yydebug</option> passed to <command>configure</command> -when building <application>libpcap</application> to enable the parser -debugging code. <application>tcpdump</application> will fail to build if -you don't pass this parameter.</para></note> - -</sect2> - -<sect2> -<title>Contents</title> - -<segmentedlist> - <segtitle>Installed Programs</segtitle> - <segtitle>Installed Library</segtitle> - <segtitle>Installed Directories</segtitle> - - <seglistitem> - <seg>None</seg> - <seg>libpcap.a</seg> - <seg>None</seg> - </seglistitem> -</segmentedlist> - -<variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - -<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> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
