source: basicnet/netlibs/libpcap.xml@ b714def5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 b714def5 was 25475f5, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Basicnet.

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

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libpcap-download-http "http://www.tcpdump.org/release/libpcap-&libpcap-version;.tar.gz">
8 <!ENTITY libpcap-download-ftp " ">
9<!-- <!ENTITY libpcap-download-ftp "ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/libpcap-&libpcap-version;.tar.gz">-->
10 <!ENTITY libpcap-md5sum "79025766e8027df154cb1f32de8a7974">
11 <!ENTITY libpcap-size "416 KB">
12 <!ENTITY libpcap-buildsize "3.2 MB">
13 <!ENTITY libpcap-time "less than 0.1 SBU">
14]>
15
16<sect1 id="libpcap" xreflabel="libpcap-&libpcap-version;">
17 <?dbhtml filename="libpcap.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 <keywordset>
23 <keyword role="package">libpcap-&libpcap-version;.tar</keyword>
24 <keyword role="ftpdir">libpcap</keyword>
25 </keywordset>
26 </sect1info>
27
28 <title>Libpcap-&libpcap-version;</title>
29
30 <indexterm zone="libpcap">
31 <primary sortas="a-Libpcap">Libpcap</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to Libpcap</title>
36
37 <para><application>libpcap</application> provides functions for user-level
38 packet capture, used in low-level network monitoring.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&libpcap-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&libpcap-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &libpcap-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &libpcap-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &libpcap-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &libpcap-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Libpcap Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional">Software distribution for the
66 <ulink url="http://www.endace.com/">DAG</ulink> and
67 <ulink url="http://www.intel.com/">Septel</ulink> range of passive
68 network monitoring cards.</para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of Libpcap</title>
74
75 <para>Install <application>libpcap</application> by running the
76 following commands:</para>
77
78<screen><userinput>./configure --prefix=/usr &amp;&amp;
79make</userinput></screen>
80
81 <para>This package does not come with a test suite.</para>
82
83 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
84
85<screen role="root"><userinput>make install &amp;&amp;
86install -v -m755 -d /usr/share/doc/libpcap-&libpcap-version; &amp;&amp;
87install -v -m644 doc/*{html,txt} /usr/share/doc/libpcap-&libpcap-version;</userinput></screen>
88
89 <!-- <note>
90 <para>Some applications, including <ulink
91 url="http://www.tcpdump.org/">tcpdump</ulink>, require
92 <option>-enable-yydebug</option> passed to <command>configure</command>
93 when building <application>libpcap</application> to enable the parser
94 debugging code. <application>tcpdump</application> will fail to build if
95 you don't pass this parameter.</para>
96 </note> -->
97
98 </sect2>
99
100 <sect2 role="content">
101 <title>Contents</title>
102
103 <segmentedlist>
104 <segtitle>Installed Programs</segtitle>
105 <segtitle>Installed Library</segtitle>
106 <segtitle>Installed Directory</segtitle>
107
108 <seglistitem>
109 <seg>None</seg>
110 <seg>libpcap.a</seg>
111 <seg>/usr/share/doc/libpcap-&libpcap-version;</seg>
112 </seglistitem>
113 </segmentedlist>
114
115 <variablelist>
116 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
117 <?dbfo list-presentation="list"?>
118 <?dbhtml list-presentation="table"?>
119
120 <varlistentry id="libpcap-lib">
121 <term><filename class="libraryfile">libpcap.a</filename></term>
122 <listitem>
123 <para>is a library used for user-level packet capture.</para>
124 <indexterm zone="libpcap libpcap-lib">
125 <primary sortas="c-libpcap">libpcap.a</primary>
126 </indexterm>
127 </listitem>
128 </varlistentry>
129
130 </variablelist>
131
132 </sect2>
133
134</sect1>
Note: See TracBrowser for help on using the repository browser.