source: basicnet/netlibs/libpcap.xml@ 3fef5b2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 3fef5b2 was 3fef5b2, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated to libpcap-0.9.6

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

  • Property mode set to 100644
File size: 4.3 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 "&gentoo-ftp-repo;/libpcap-&libpcap-version;.tar.gz">
9 <!ENTITY libpcap-md5sum "2e1b5e983654c1d5991450e3e0e525ca">
10 <!ENTITY libpcap-size "438 KB">
11 <!ENTITY libpcap-buildsize "4 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><application>libpcap</application> provides functions for user-level
33 packet capture, used in low-level network monitoring.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&libpcap-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&libpcap-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &libpcap-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &libpcap-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &libpcap-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &libpcap-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">libpcap Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Optional</bridgehead>
60 <para role="optional">Software distribution for the
61 <ulink url="http://www.endace.com/">DAG</ulink> and
62 <ulink url="http://www.intel.com/">Septel</ulink> range of passive
63 network monitoring cards.</para>
64
65 <para condition="html" role="usernotes">User Notes:
66 <ulink url="&blfs-wiki;/libpcap"/></para>
67
68 </sect2>
69
70 <sect2 role="installation">
71 <title>Installation of libpcap</title>
72
73 <para>Install <application>libpcap</application> by running the
74 following commands:</para>
75
76<screen><userinput>./configure --prefix=/usr &amp;&amp;
77make</userinput></screen>
78
79 <para>This package does not come with a test suite.</para>
80
81 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
82
83<screen role="root"><userinput>make install &amp;&amp;
84install -v -m755 -d /usr/share/doc/libpcap-&libpcap-version; &amp;&amp;
85install -v -m644 doc/* /usr/share/doc/libpcap-&libpcap-version;</userinput></screen>
86
87 <!-- <note>
88 <para>Some applications, including <ulink
89 url="http://www.tcpdump.org/">tcpdump</ulink>, require
90 <option>-enable-yydebug</option> passed to <command>configure</command>
91 when building <application>libpcap</application> to enable the parser
92 debugging code. <application>tcpdump</application> will fail to build if
93 you don't pass this parameter.</para>
94 </note> -->
95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Programs</segtitle>
103 <segtitle>Installed Library</segtitle>
104 <segtitle>Installed Directory</segtitle>
105
106 <seglistitem>
107 <seg>None</seg>
108 <seg>libpcap.a</seg>
109 <seg>/usr/share/doc/libpcap-&libpcap-version;</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="libpcap-lib">
119 <term><filename class="libraryfile">libpcap.a</filename></term>
120 <listitem>
121 <para>is a library used for user-level packet capture.</para>
122 <indexterm zone="libpcap libpcap-lib">
123 <primary sortas="c-libpcap">libpcap.a</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 </variablelist>
129
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.