source: networking/netlibs/libpcap.xml@ 1f6d0c13

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1f6d0c13 was 1f6d0c13, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Xorg tags and a few others

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

  • Property mode set to 100644
File size: 5.4 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[c627795]7 <!ENTITY libpcap-download-http "http://www.tcpdump.org/release/libpcap-&libpcap-version;.tar.gz">
8 <!ENTITY libpcap-download-ftp " ">
[16bb2cb]9 <!ENTITY libpcap-md5sum "21af603d9a591c7d96a6457021d84e6c">
10 <!ENTITY libpcap-size "844 KB">
11 <!ENTITY libpcap-buildsize "9.3 MB">
[7014c9d]12 <!ENTITY libpcap-time "less than 0.1 SBU">
[52d29f7]13]>
14
[fd680fb]15<sect1 id="libpcap" xreflabel="libpcap-&libpcap-version;">
[73db351a]16 <?dbhtml filename="libpcap.html"?>
[8e75f8b9]17
[73db351a]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[8e75f8b9]22
[2481e2a]23 <title>libpcap-&libpcap-version;</title>
[8e75f8b9]24
[73db351a]25 <indexterm zone="libpcap">
[c627795]26 <primary sortas="a-libpcap">libpcap</primary>
[73db351a]27 </indexterm>
28
29 <sect2 role="package">
[2481e2a]30 <title>Introduction to libpcap</title>
[8e75f8b9]31
[c627795]32 <para>
33 <application>libpcap</application> provides functions for user-level
34 packet capture, used in low-level network monitoring.
35 </para>
[8e75f8b9]36
[1f6d0c13]37 &lfs10_checked;
[3724ba1]38
[73db351a]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[c627795]42 <para>
43 Download (HTTP): <ulink url="&libpcap-download-http;"/>
44 </para>
[73db351a]45 </listitem>
46 <listitem>
[c627795]47 <para>
48 Download (FTP): <ulink url="&libpcap-download-ftp;"/>
49 </para>
[73db351a]50 </listitem>
51 <listitem>
[c627795]52 <para>
53 Download MD5 sum: &libpcap-md5sum;
54 </para>
[73db351a]55 </listitem>
56 <listitem>
[c627795]57 <para>
58 Download size: &libpcap-size;
59 </para>
[73db351a]60 </listitem>
61 <listitem>
[c627795]62 <para>
63 Estimated disk space required: &libpcap-buildsize;
64 </para>
[73db351a]65 </listitem>
66 <listitem>
[c627795]67 <para>
68 Estimated build time: &libpcap-time;
69 </para>
[73db351a]70 </listitem>
71 </itemizedlist>
[8e75f8b9]72
[a1f2d184]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
[2481e2a]84 <bridgehead renderas="sect3">libpcap Dependencies</bridgehead>
[8e75f8b9]85
[73db351a]86 <bridgehead renderas="sect4">Optional</bridgehead>
[c627795]87 <para role="optional">
88 <xref linkend="bluez"/>,
[faf325d]89 <xref linkend="libnl"/>,
[14dc4b73]90 <xref linkend="libusb"/>,
91 Software distribution for the
92 <ulink url="http://www.endace.com/">DAG</ulink>, and
[c627795]93 <ulink url="http://www.intel.com/">Septel</ulink> range of passive
94 network monitoring cards.
95 </para>
[8e75f8b9]96
[061ec9d]97 <para condition="html" role="usernotes">User Notes:
[c627795]98 <ulink url="&blfs-wiki;/libpcap"/>
99 </para>
[73db351a]100 </sect2>
[8e75f8b9]101
[73db351a]102 <sect2 role="installation">
[2481e2a]103 <title>Installation of libpcap</title>
[73db351a]104
[c627795]105 <para>
106 Install <application>libpcap</application> by running the
107 following commands:
108 </para>
[73db351a]109
[a1f2d184]110<screen><userinput>patch -Np1 -i ../libpcap-&libpcap-version;-enable_bluetooth-1.patch &amp;&amp;
[80d6d7d5]111
[a1f2d184]112./configure --prefix=/usr &amp;&amp;
[73db351a]113make</userinput></screen>
114
[c627795]115 <para>
116 This package does not come with a test suite.
117 </para>
[8e75f8b9]118
[ac87f71]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
[c627795]125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
[8e75f8b9]128
[3724ba1]129<screen role="root"><userinput>make install</userinput></screen>
130
[73db351a]131 </sect2>
[8e75f8b9]132
[b7ed441]133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
[7c56ece]136 <para>
137 <option>--enable-bluetooth=no</option>: Necessary, if the recommended
138 patch is not applied, because since 1.6.1 this application needs a fix,
139 in order to build with <application>bluez-5.21</application>.
140 </para>
[b7ed441]141
142 </sect2>
143
[73db351a]144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
[3724ba1]148 <segtitle>Installed Program</segtitle>
[90811a2]149 <segtitle>Installed Libraries</segtitle>
[45d5ee9]150 <segtitle>Installed Directory</segtitle>
[8e75f8b9]151
[73db351a]152 <seglistitem>
[c627795]153 <seg>
[7c6f1e2a]154 pcap-config
[c627795]155 </seg>
156 <seg>
[7014c9d]157 libpcap.so, libpcap.a (optional)
[c627795]158 </seg>
159 <seg>
160 /usr/include/pcap
161 </seg>
[73db351a]162 </seglistitem>
163 </segmentedlist>
[8e75f8b9]164
[73db351a]165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
[8e75f8b9]169
[7c6f1e2a]170 <varlistentry id="pcap-config">
171 <term><command>pcap-config</command></term>
[3724ba1]172 <listitem>
[c627795]173 <para>
174 provides configuration information for
175 <application>libpcap</application>.
176 </para>
[7c6f1e2a]177 <indexterm zone="libpcap pcap-config">
178 <primary sortas="c-libpcap">pcap-config</primary>
[3724ba1]179 </indexterm>
180 </listitem>
181 </varlistentry>
182
[73db351a]183 <varlistentry id="libpcap-lib">
[90811a2]184 <term><filename class="libraryfile">libpcap.{a,so}</filename></term>
[73db351a]185 <listitem>
[c627795]186 <para>
187 are libraries used for user-level packet capture.
188 </para>
[73db351a]189 <indexterm zone="libpcap libpcap-lib">
[90811a2]190 <primary sortas="c-libpcap">libpcap.{a,so}</primary>
[73db351a]191 </indexterm>
192 </listitem>
193 </varlistentry>
[8e75f8b9]194
[73db351a]195 </variablelist>
196
197 </sect2>
[4dac741]198
199</sect1>
Note: See TracBrowser for help on using the repository browser.