source: networking/netlibs/libpcap.xml@ 32cb4f3

systemd-11177
Last change on this file since 32cb4f3 was 32cb4f3, checked in by Christopher Gregory <cjg@…>, 10 years ago

Merged updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14228 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.6 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 "http://www.tcpdump.org/release/libpcap-&libpcap-version;.tar.gz">
8 <!ENTITY libpcap-download-ftp " ">
9 <!ENTITY libpcap-md5sum "5f14191c1a684a75532c739c2c4059fa">
10 <!ENTITY libpcap-size "636 KB">
11 <!ENTITY libpcap-buildsize "7.1 MB">
12 <!ENTITY libpcap-time " less than 0.1 SBU">
13]>
14
15<sect1 id="libpcap" xreflabel="libpcap-&libpcap-version;">
16 <?dbhtml filename="libpcap.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libpcap-&libpcap-version;</title>
24
25 <indexterm zone="libpcap">
26 <primary sortas="a-libpcap">libpcap</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libpcap</title>
31
32 <para>
33 <application>libpcap</application> provides functions for user-level
34 packet capture, used in low-level network monitoring.
35 </para>
36
37 &lfs76_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libpcap-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libpcap-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libpcap-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libpcap-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libpcap-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libpcap-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Recommended patch:
78 <ulink url="&patch-root;/libpcap-&libpcap-version;-enable_bluetooth-1.patch"/>
79 (Needed for bluez-5.21)
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">libpcap Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="bluez"/>,
89 <xref linkend="dbus"/>,
90 <xref linkend="libnl"/>,
91 <xref linkend="libusb"/>,
92 Software distribution for the
93 <ulink url="http://www.endace.com/">DAG</ulink>, and
94 <ulink url="http://www.intel.com/">Septel</ulink> range of passive
95 network monitoring cards.
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/libpcap"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of libpcap</title>
105
106 <para>
107 Install <application>libpcap</application> by running the
108 following commands:
109 </para>
110
111<screen><userinput>patch -Np1 -i ../libpcap-&libpcap-version;-enable_bluetooth-1.patch &amp;&amp;
112./configure --prefix=/usr &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 If you want to disable installing the static library, use this sed:
121 </para>
122
123<screen><userinput>sed -i '/INSTALL_DATA.*libpcap.a\|RANLIB.*libpcap.a/ s/^/#/' Makefile</userinput></screen>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para><parameter>--enable-bluetooth=no</parameter>: Necessary, if the
137 recommended patch is not applied, because since 1.6.1 this application
138 needs a fix, in order to build with
139 <application>bluez-5.21</application>.</para>
140
141 <para>
142 <option>--disable-dbus</option>: Use this switch if you wish to disable
143 <application>D-Bus</application> support.
144 </para>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Program</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directory</segtitle>
155
156 <seglistitem>
157 <seg>
158 pcap-config
159 </seg>
160 <seg>
161 libpcap.{a,so}
162 </seg>
163 <seg>
164 /usr/include/pcap
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="pcap-config">
175 <term><command>pcap-config</command></term>
176 <listitem>
177 <para>
178 provides configuration information for
179 <application>libpcap</application>.
180 </para>
181 <indexterm zone="libpcap pcap-config">
182 <primary sortas="c-libpcap">pcap-config</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="libpcap-lib">
188 <term><filename class="libraryfile">libpcap.{a,so}</filename></term>
189 <listitem>
190 <para>
191 are libraries used for user-level packet capture.
192 </para>
193 <indexterm zone="libpcap libpcap-lib">
194 <primary sortas="c-libpcap">libpcap.{a,so}</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.