source: basicnet/netlibs/libpcap.xml@ 3724ba1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 3724ba1 was 3724ba1, checked in by Guy Dalziel <gdalziel@…>, 15 years ago

Updated to libpcap-1.0.0.

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

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