source: basicnet/netlibs/libpcap.xml@ 9f12e36

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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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